//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
Variables | |
double | Re = 0.0 |
Reynolds number. More... | |
double | Q = 0.0 |
FSI parameter. More... | |
double | Nu =0.3 |
Poisson's ratio. More... | |
ConstitutiveLaw * | Constitutive_law_pt =0 |
Pointer to constitutive law. More... | |
double | Mesh_Nu = 0.1 |
Mesh poisson ratio. More... | |
ConstitutiveLaw * | Mesh_constitutive_law_pt =0 |
Pointer to constitutive law for the mesh. More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Global variables
ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt =0 |
Pointer to constitutive law.
Definition at line 92 of file unstructured_adaptive_2d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::actions_after_adapt(), main(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().
ConstitutiveLaw* Global_Physical_Variables::Mesh_constitutive_law_pt =0 |
Pointer to constitutive law for the mesh.
Definition at line 98 of file unstructured_adaptive_2d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::actions_after_adapt(), main(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().
double Global_Physical_Variables::Mesh_Nu = 0.1 |
Mesh poisson ratio.
Definition at line 95 of file unstructured_adaptive_2d_fsi.cc.
Referenced by main().
double Global_Physical_Variables::Nu =0.3 |
Poisson's ratio.
Definition at line 89 of file unstructured_adaptive_2d_fsi.cc.
Referenced by main().
double Global_Physical_Variables::Q = 0.0 |
FSI parameter.
Definition at line 86 of file unstructured_adaptive_2d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fsi_traction_elements(), main(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::output_strain_and_dissipation().
double Global_Physical_Variables::Re = 0.0 |
Reynolds number.
Definition at line 83 of file unstructured_adaptive_2d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::actions_after_adapt(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().