Functions | Variables
Global_Physical_Variables Namespace Reference

Namespace for physical parameters. More...

Functions

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

Variables

double Re = 5.0
 Reynolds number. More...
 
double St = 1.0
 Strouhal number. More...
 
double ReSt
 Womersley number (Reynolds x Strouhal, computed automatically) More...
 
double ReInvFr = 5.0
 Product of Reynolds number and inverse of Froude number. 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

Capillary number.

Definition at line 71 of file elastic_single_layer.cc.

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

◆ Nu

double Global_Physical_Variables::Nu = 0.1

Pseudo-solid Poisson ratio.

Definition at line 77 of file elastic_single_layer.cc.

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

◆ Re

double Global_Physical_Variables::Re = 5.0

Reynolds number.

Definition at line 59 of file elastic_single_layer.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 68 of file elastic_single_layer.cc.

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

◆ ReSt

double Global_Physical_Variables::ReSt

Womersley number (Reynolds x Strouhal, computed automatically)

Definition at line 65 of file elastic_single_layer.cc.

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

◆ St

double Global_Physical_Variables::St = 1.0

Strouhal number.

Definition at line 62 of file elastic_single_layer.cc.

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