Classes | Namespaces | Functions | Variables
unstructured_two_d_fluid.cc File Reference

Go to the source code of this file.

Classes

class  ElasticTriangleMesh< ELEMENT >
 Triangle-based mesh upgraded to become a (pseudo-) solid mesh. More...
 
class  UnstructuredFluidProblem< ELEMENT >
 Unstructured fluid problem. More...
 

Namespaces

namespace  Global_Physical_Variables
 Namespace for physical parameters.
 

Functions

int main ()
 Driver for unstructured fluid test problem.
 

Variables

double Global_Physical_Variables::Re =0.0
 Reynolds number.
 
double Global_Physical_Variables::Nu =0.3
 Pseudo-solid Poisson ratio.
 
ConstitutiveLawGlobal_Physical_Variables::Constitutive_law_pt =0
 Constitutive law used to determine the mesh deformation.
 

Function Documentation

◆ main()

int main ( )

Driver for unstructured fluid test problem.

Definition at line 370 of file unstructured_two_d_fluid.cc.

References Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::Nu, and Global_Physical_Variables::Re.