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

Go to the source code of this file.

Classes

class  UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >
 Unstructured FSI problem. More...
 

Namespaces

 Global_Physical_Variables
 //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
 

Functions

int main (int argc, char **argv)
 Demonstrate how to solve an unstructured solid problem. More...
 

Variables

double Global_Physical_Variables::Re = 0.0
 Reynolds number. More...
 
double Global_Physical_Variables::Q = 0.0
 FSI parameter. More...
 
double Global_Physical_Variables::Nu =0.3
 Poisson's ratio. More...
 
ConstitutiveLaw * Global_Physical_Variables::Constitutive_law_pt =0
 Pointer to constitutive law. More...
 
double Global_Physical_Variables::Mesh_Nu = 0.1
 Mesh poisson ratio. More...
 
ConstitutiveLaw * Global_Physical_Variables::Mesh_constitutive_law_pt =0
 Pointer to constitutive law for the mesh. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)