Functions | Variables
Global_Parameters Namespace Reference

/////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////// 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...
 

Detailed Description

/////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////

Global variables

Function Documentation

◆ prescribed_inflow_traction()

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().

◆ prescribed_outflow_traction()

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().

Variable Documentation

◆ P_in

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().

◆ P_out

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().

◆ Re

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().