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

Go to the source code of this file.

Classes

class  MySolidTriangleMesh< ELEMENT >
 Triangle-based mesh upgraded to become a solid mesh. More...
 
class  FluidTriangleMesh< ELEMENT >
 Triangle-based mesh upgraded to become a pseudo-solid mesh. More...
 
class  UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >
 Unstructured FSI Problem. More...
 

Namespaces

 Global_Parameters
 Namespace for physical parameters.
 

Functions

void Global_Parameters::gravity (const double &time, const Vector< double > &xi, Vector< double > &b)
 Non-dimensional gravity as body force. More...
 
bool Global_Parameters::is_on_fsi_boundary (Node *nod_pt)
 Boolean to identify if node is on fsi boundary. More...
 
int main ()
 Driver for unstructured fsi problem. More...
 

Variables

double Global_Parameters::Re =0.0
 Reynolds number. More...
 
double Global_Parameters::Q =0.0
 FSI parameter. More...
 
double Global_Parameters::Gravity =0.0
 Non-dim gravity. More...
 
double Global_Parameters::Nu =0.3
 Pseudo-solid Poisson ratio. More...
 
ConstitutiveLaw * Global_Parameters::Constitutive_law_pt =0
 Constitutive law for the solid (and pseudo-solid) mechanics. More...
 

Function Documentation

◆ main()

int main ( )