Functions | Variables
Global_Parameters Namespace Reference

Global variables. 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.
 
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.
 

Variables

double Re =100.0
 Default Reynolds number.
 
double Q =0.0
 Default FSI parameter.
 
ConstitutiveLaw * Constitutive_law_pt =0
 Pointer to constitutive law.
 
double Nu =0.3
 Poisson's ratio for generalised Hookean constitutive equation.
 
double P_in =0.5
 Fluid pressure on inflow boundary.
 
double P_out =-0.5
 Fluid pressure on outflow boundary.
 

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 175 of file unstructured_three_d_fsi.cc.

References P_in, and prescribed_inflow_traction().

Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fluid_traction_elements(), and prescribed_inflow_traction().

◆ 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 190 of file unstructured_three_d_fsi.cc.

References P_out, and prescribed_outflow_traction().

Referenced by UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::create_fluid_traction_elements(), and prescribed_outflow_traction().

Variable Documentation

◆ Constitutive_law_pt

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

◆ Nu

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

◆ P_in

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

◆ P_out

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

◆ Q

double Global_Parameters::Q =0.0

◆ Re

double Global_Parameters::Re =100.0