Go to the source code of this file.
Classes | |
| class | UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT > |
| Unstructured FSI problem. More... | |
Namespaces | |
| namespace | Global_Physical_Variables |
| Global variables. | |
Functions | |
| int | main (int argc, char **argv) |
| Demonstrate how to solve an unstructured solid problem. | |
Variables | |
| double | Global_Physical_Variables::Re = 0.0 |
| Reynolds number. | |
| double | Global_Physical_Variables::Q = 0.0 |
| FSI parameter. | |
| double | Global_Physical_Variables::Nu =0.3 |
| Poisson's ratio. | |
| ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt =0 |
| Pointer to constitutive law. | |
| double | Global_Physical_Variables::Mesh_Nu = 0.1 |
| Mesh poisson ratio. | |
| ConstitutiveLaw * | Global_Physical_Variables::Mesh_constitutive_law_pt =0 |
| Pointer to constitutive law for the mesh. | |
| 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.