//////////////////////////////////////////////////////// //////////////////////////////////////////////////////// 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... | |
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
Namespace for Problem Parameter
Vector<double> Problem_Parameter::G | ( | 2 | ) |
Direction of gravity.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup(), and main().
double Problem_Parameter::Ca = 0.01 |
Capillary number.
Definition at line 314 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::create_free_surface_elements().
ConstitutiveLaw* Problem_Parameter::Constitutive_law_pt =0 |
Constitutive law used to determine the mesh deformation.
Definition at line 332 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup(), InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), main(), and TwoLayerInterfaceProblem< ELEMENT >::~TwoLayerInterfaceProblem().
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().
DocInfo Problem_Parameter::Doc_info |
Doc info.
Definition at line 291 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::doc_solution(), main(), and TwoLayerInterfaceProblem< ELEMENT >::TwoLayerInterfaceProblem().
double Problem_Parameter::Height = 2.0 |
Definition at line 326 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::TwoLayerInterfaceProblem().
double Problem_Parameter::Interface_Height = 0.5 |
Definition at line 329 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::TwoLayerInterfaceProblem().
double Problem_Parameter::Length = 1.0 |
Length of the channel.
Definition at line 323 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::deform_interface(), and TwoLayerInterfaceProblem< ELEMENT >::TwoLayerInterfaceProblem().
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.
double Problem_Parameter::Nu =0.1 |
Pseudo-solid Poisson ratio.
Definition at line 320 of file refineable_two_layer_interface.cc.
Referenced by main().
double Problem_Parameter::Re =5.0 |
Reynolds number.
Definition at line 294 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::complete_problem_setup().
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().
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().
double Problem_Parameter::St = 1.0 |
Strouhal number.
Definition at line 297 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::create_free_surface_elements().
ofstream Problem_Parameter::Trace_file |
Trace file.
Definition at line 335 of file refineable_two_layer_interface.cc.
Referenced by TwoLayerInterfaceProblem< ELEMENT >::doc_solution(), InterfaceProblem< ELEMENT, TIMESTEPPER >::doc_solution(), main(), and InterfaceProblem< ELEMENT, TIMESTEPPER >::unsteady_run().
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().