Classes | Namespaces | Functions | Variables
refineable_two_layer_interface.cc File Reference

Go to the source code of this file.

Classes

class  oomph::MyCrouzeixRaviartElement
 Overload CrouzeixRaviart element to modify output. More...
 
class  oomph::FaceGeometry< MyCrouzeixRaviartElement >
 Face geometry for element is the same as that for the underlying wrapped element. More...
 
class  oomph::FaceGeometry< FaceGeometry< MyCrouzeixRaviartElement > >
 Face geometry of Face geometry for element is the same as that for the underlying wrapped element. More...
 
class  TwoLayerInterfaceProblem< ELEMENT >
 Problem class to simulate viscous drop propagating along 2D channel. More...
 

Namespaces

 oomph
 
 Problem_Parameter
 //////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
 

Functions

Vector< double > Problem_Parameter::G (2)
 Direction of gravity. More...
 
int main (int argc, char **argv)
 Driver code for moving block problem. More...
 

Variables

DocInfo Problem_Parameter::Doc_info
 Doc info. More...
 
double Problem_Parameter::Re =5.0
 Reynolds number. More...
 
double Problem_Parameter::St = 1.0
 Strouhal number. More...
 
double Problem_Parameter::ReSt = 5.0
 Womersley number (Reynolds x Strouhal) More...
 
double Problem_Parameter::ReInvFr = 5.0
 Product of Reynolds number and inverse of Froude number. More...
 
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. More...
 
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. More...
 
double Problem_Parameter::Ca = 0.01
 Capillary number. More...
 
double Problem_Parameter::Nu =0.1
 Pseudo-solid Poisson ratio. More...
 
double Problem_Parameter::Length = 1.0
 Length of the channel. More...
 
double Problem_Parameter::Height = 2.0
 
double Problem_Parameter::Interface_Height = 0.5
 
ConstitutiveLaw * Problem_Parameter::Constitutive_law_pt =0
 Constitutive law used to determine the mesh deformation. More...
 
ofstream Problem_Parameter::Trace_file
 Trace file. More...
 
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!) More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)