/////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////// More...
Functions | |
void | prescribed_inflow_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
Applied traction on fluid at the inflow boundary. More... | |
void | prescribed_outflow_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
Applied traction on fluid at the inflow boundary. More... | |
Variables | |
double | Re =100.0 |
Default Reynolds number. More... | |
double | Q =0.0 |
Default FSI parameter. More... | |
ConstitutiveLaw * | Constitutive_law_pt =0 |
Pointer to constitutive law. More... | |
double | Nu =0.3 |
Poisson's ratio for generalised Hookean constitutive equation. More... | |
double | P_in =0.5 |
Fluid pressure on inflow boundary. More... | |
double | P_out =-0.5 |
Fluid pressure on outflow boundary. More... | |
/////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////
Global variables
void Global_Parameters::prescribed_inflow_traction | ( | const double & | t, |
const Vector< double > & | x, | ||
const Vector< double > & | n, | ||
Vector< double > & | traction | ||
) |
Applied traction on fluid at the inflow boundary.
Definition at line 175 of file unstructured_three_d_fsi.cc.
References P_in.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fluid_traction_elements().
void Global_Parameters::prescribed_outflow_traction | ( | const double & | t, |
const Vector< double > & | x, | ||
const Vector< double > & | n, | ||
Vector< double > & | traction | ||
) |
Applied traction on fluid at the inflow boundary.
Definition at line 190 of file unstructured_three_d_fsi.cc.
References P_out.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fluid_traction_elements().
ConstitutiveLaw* Global_Parameters::Constitutive_law_pt =0 |
Pointer to constitutive law.
Definition at line 166 of file unstructured_three_d_fsi.cc.
Referenced by main(), and UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().
double Global_Parameters::Nu =0.3 |
Poisson's ratio for generalised Hookean constitutive equation.
Definition at line 169 of file unstructured_three_d_fsi.cc.
Referenced by main().
double Global_Parameters::P_in =0.5 |
Fluid pressure on inflow boundary.
Definition at line 172 of file unstructured_three_d_fsi.cc.
Referenced by prescribed_inflow_traction().
double Global_Parameters::P_out =-0.5 |
Fluid pressure on outflow boundary.
Definition at line 187 of file unstructured_three_d_fsi.cc.
Referenced by prescribed_outflow_traction().
double Global_Parameters::Q =0.0 |
Default FSI parameter.
Definition at line 163 of file unstructured_three_d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fsi_traction_elements(), and main().
double Global_Parameters::Re =100.0 |
Default Reynolds number.
Definition at line 160 of file unstructured_three_d_fsi.cc.
Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::UnstructuredFSIProblem().