Namespace for physical parameters. More...
Variables | |
double | Re =0.0 |
Reynolds number. More... | |
double | Nu =0.3 |
Pseudo-solid Poisson ratio. More... | |
ConstitutiveLaw * | Constitutive_law_pt =0 |
Constitutive law used to determine the mesh deformation. More... | |
Namespace for physical parameters.
ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt =0 |
Constitutive law used to determine the mesh deformation.
Definition at line 130 of file unstructured_two_d_fluid.cc.
Referenced by main(), and UnstructuredFluidProblem< ELEMENT >::set_boundary_conditions().
double Global_Physical_Variables::Nu =0.3 |
Pseudo-solid Poisson ratio.
Definition at line 127 of file unstructured_two_d_fluid.cc.
Referenced by main().
double Global_Physical_Variables::Re =0.0 |
Reynolds number.
Definition at line 124 of file unstructured_two_d_fluid.cc.
Referenced by main(), and UnstructuredFluidProblem< ELEMENT >::set_boundary_conditions().