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 >
 ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
 

Namespaces

 Global_Physical_Variables
 Namespace for physical parameters.
 

Functions

int main ()
 ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
 

Variables

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

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, UnstructuredFluidProblem< ELEMENT >::fluid_mesh_pt(), Global_Physical_Variables::Nu, and Global_Physical_Variables::Re.