Functions | Variables
Problem_Parameter Namespace Reference

//////////////////////////////////////////////////////// //////////////////////////////////////////////////////// More...

Functions

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

Variables

DocInfo Doc_info
 Doc info. More...
 
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...
 
double Length = 1.0
 Length of the channel. More...
 
double Height = 2.0
 
double Interface_Height = 0.5
 
ConstitutiveLaw * Constitutive_law_pt =0
 Constitutive law used to determine the mesh deformation. More...
 
ofstream Trace_file
 Trace file. More...
 
ofstream Norm_file
 File to document the norm of the solution (for validation purposes – triangle doesn't give fully reproducible results so mesh generation/adaptation may generate slightly different numbers of elements on different machines!) More...
 

Detailed Description

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

Namespace for Problem Parameter

Function Documentation

◆ G()

Vector<double> Problem_Parameter::G ( )

Direction of gravity.

Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup(), and main().

Variable Documentation

◆ Ca

double Problem_Parameter::Ca = 0.01

◆ Constitutive_law_pt

ConstitutiveLaw* Problem_Parameter::Constitutive_law_pt =0

◆ Density_Ratio

double Problem_Parameter::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 311 of file refineable_two_layer_interface.cc.

Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup().

◆ Doc_info

DocInfo Problem_Parameter::Doc_info

◆ Height

double Problem_Parameter::Height = 2.0

◆ Interface_Height

double Problem_Parameter::Interface_Height = 0.5

◆ Length

double Problem_Parameter::Length = 1.0

◆ Norm_file

ofstream Problem_Parameter::Norm_file

File to document the norm of the solution (for validation purposes – triangle doesn't give fully reproducible results so mesh generation/adaptation may generate slightly different numbers of elements on different machines!)

Definition at line 341 of file refineable_two_layer_interface.cc.

◆ Nu

double Problem_Parameter::Nu =0.1

Pseudo-solid Poisson ratio.

Definition at line 320 of file refineable_two_layer_interface.cc.

Referenced by main().

◆ Re

double Problem_Parameter::Re =5.0

◆ ReInvFr

double Problem_Parameter::ReInvFr = 5.0

Product of Reynolds number and inverse of Froude number.

Definition at line 303 of file refineable_two_layer_interface.cc.

Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup().

◆ ReSt

double Problem_Parameter::ReSt = 5.0

Womersley number (Reynolds x Strouhal)

Definition at line 300 of file refineable_two_layer_interface.cc.

Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup().

◆ St

double Problem_Parameter::St = 1.0

◆ Trace_file

ofstream Problem_Parameter::Trace_file

◆ Viscosity_Ratio

double Problem_Parameter::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 307 of file refineable_two_layer_interface.cc.

Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup().