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... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Demonstrate how to solve an unstructured solid problem.
Definition at line 922 of file unstructured_adaptive_2d_fsi.cc.
References Global_Physical_Variables::Constitutive_law_pt, UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::doc_solution(), Global_Physical_Variables::Mesh_constitutive_law_pt, Global_Physical_Variables::Mesh_Nu, Global_Physical_Variables::Nu, and Global_Physical_Variables::Q.