/////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////// 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 | 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 61 of file unstructured_three_d_fluid.cc.
References P_in.
Referenced by UnstructuredFluidProblem< 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 76 of file unstructured_three_d_fluid.cc.
References P_out.
Referenced by UnstructuredFluidProblem< ELEMENT >::create_fluid_traction_elements().
double Global_Parameters::P_in =0.5 |
Fluid pressure on inflow boundary.
Definition at line 58 of file unstructured_three_d_fluid.cc.
Referenced by prescribed_inflow_traction().
double Global_Parameters::P_out =-0.5 |
Fluid pressure on outflow boundary.
Definition at line 73 of file unstructured_three_d_fluid.cc.
Referenced by prescribed_outflow_traction().
double Global_Parameters::Re =100.0 |
Default Reynolds number.
Definition at line 55 of file unstructured_three_d_fluid.cc.
Referenced by main(), and UnstructuredFluidProblem< ELEMENT >::UnstructuredFluidProblem().