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... | |
Namespace for physical parameters.
| Vector< double > Global_Physical_Variables::G | ( | 3 | ) | 
Direction of gravity.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().
| double Global_Physical_Variables::Ca = 0.01 | 
Capillary number.
Definition at line 87 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::create_interface_elements(), and InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().
| 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 84 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().
| double Global_Physical_Variables::Nu = 0.1 | 
Pseudo-solid Poisson ratio.
Definition at line 93 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().
| double Global_Physical_Variables::Re = 5.0 | 
Reynolds number.
Definition at line 67 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().
| double Global_Physical_Variables::ReInvFr = 5.0 | 
Product of Reynolds number and inverse of Froude number.
Definition at line 76 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().
| double Global_Physical_Variables::ReSt = 5.0 | 
Womersley number (Reynolds x Strouhal)
Womersley number (Reynolds x Strouhal, computed automatically)
Definition at line 73 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().
| double Global_Physical_Variables::St = 1.0 | 
Strouhal number.
Definition at line 70 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::create_interface_elements(), InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem(), and main().
| 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 80 of file elastic_two_layer_interface_axisym.cc.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::create_interface_elements(), and InterfaceProblem< ELEMENT, TIMESTEPPER >::InterfaceProblem().