Functions | Variables
Global_Physical_Variables Namespace Reference

Namespace for physical parameters. More...

Functions

Vector< double > G (3)
 Direction of gravity. More...
 

Variables

double Re = 5.0
 Reynolds number. More...
 
double St = 1.0
 Strouhal number. More...
 
double ReSt = 5.0
 Womersley number (Reynolds x Strouhal) More...
 
double ReInvFr = 5.0
 Product of Reynolds number and inverse of Froude number. More...
 
double Viscosity_Ratio = 0.1
 Ratio of viscosity in upper fluid to viscosity in lower fluid. Reynolds number etc. is based on viscosity in lower fluid. More...
 
double Density_Ratio = 0.5
 Ratio of density in upper fluid to density in lower fluid. Reynolds number etc. is based on density in lower fluid. More...
 
double Ca = 0.01
 Capillary number. More...
 
double Nu = 0.1
 Pseudo-solid Poisson ratio. More...
 

Detailed Description

Namespace for physical parameters.

Function Documentation

◆ G()

Vector< double > Global_Physical_Variables::G ( )

Direction of gravity.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().

Variable Documentation

◆ Ca

double Global_Physical_Variables::Ca = 0.01

◆ Density_Ratio

double Global_Physical_Variables::Density_Ratio = 0.5

Ratio of density in upper fluid to density in lower fluid. Reynolds number etc. is based on density in lower fluid.

Definition at line 80 of file elastic_two_layer_interface_axisym.cc.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().

◆ Nu

double Global_Physical_Variables::Nu = 0.1

Pseudo-solid Poisson ratio.

Definition at line 89 of file elastic_two_layer_interface_axisym.cc.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().

◆ Re

double Global_Physical_Variables::Re = 5.0

Reynolds number.

Definition at line 63 of file elastic_two_layer_interface_axisym.cc.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().

◆ ReInvFr

double Global_Physical_Variables::ReInvFr = 5.0

Product of Reynolds number and inverse of Froude number.

Definition at line 72 of file elastic_two_layer_interface_axisym.cc.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().

◆ ReSt

double Global_Physical_Variables::ReSt = 5.0

Womersley number (Reynolds x Strouhal)

Womersley number (Reynolds x Strouhal, computed automatically)

Definition at line 69 of file elastic_two_layer_interface_axisym.cc.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().

◆ St

double Global_Physical_Variables::St = 1.0

◆ Viscosity_Ratio

double Global_Physical_Variables::Viscosity_Ratio = 0.1

Ratio of viscosity in upper fluid to viscosity in lower fluid. Reynolds number etc. is based on viscosity in lower fluid.

Definition at line 76 of file elastic_two_layer_interface_axisym.cc.

Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::create_interface_elements(), and InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().