Namespace for physical parameters. More...
Functions | |
void | gravity (const double &time, const Vector< double > &xi, Vector< double > &b) |
Non-dimensional gravity as body force. More... | |
bool | is_on_fsi_boundary (Node *nod_pt) |
Boolean to identify if node is on fsi boundary. More... | |
Variables | |
double | Re =0.0 |
Reynolds number. More... | |
double | Q =0.0 |
FSI parameter. More... | |
double | Gravity =0.0 |
Non-dim gravity. More... | |
double | Nu =0.3 |
Pseudo-solid Poisson ratio. More... | |
ConstitutiveLaw * | Constitutive_law_pt =0 |
Constitutive law for the solid (and pseudo-solid) mechanics. More... | |
Namespace for physical parameters.
void Global_Parameters::gravity | ( | const double & | time, |
const Vector< double > & | xi, | ||
Vector< double > & | b | ||
) |
Non-dimensional gravity as body force.
Definition at line 55 of file unstructured_two_d_fsi.cc.
References Gravity.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().
bool Global_Parameters::is_on_fsi_boundary | ( | Node * | nod_pt | ) |
Boolean to identify if node is on fsi boundary.
Definition at line 70 of file unstructured_two_d_fsi.cc.
Referenced by FluidTriangleMesh< ELEMENT >::FluidTriangleMesh(), and MySolidTriangleMesh< ELEMENT >::MySolidTriangleMesh().
ConstitutiveLaw* Global_Parameters::Constitutive_law_pt =0 |
Constitutive law for the solid (and pseudo-solid) mechanics.
Definition at line 67 of file unstructured_two_d_fsi.cc.
Referenced by main(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().
double Global_Parameters::Gravity =0.0 |
Non-dim gravity.
Definition at line 52 of file unstructured_two_d_fsi.cc.
double Global_Parameters::Nu =0.3 |
Pseudo-solid Poisson ratio.
Definition at line 64 of file unstructured_two_d_fsi.cc.
Referenced by main().
double Global_Parameters::Q =0.0 |
FSI parameter.
Definition at line 49 of file unstructured_two_d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fsi_traction_elements(), and main().
double Global_Parameters::Re =0.0 |
Reynolds number.
Definition at line 46 of file unstructured_two_d_fsi.cc.
Referenced by main(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().