![]() |
|
#include "generic.h"#include "axisym_navier_stokes.h"#include "navier_stokes.h"#include "fluid_interface.h"#include "constitutive.h"#include "solid.h"#include "oomph_crbond_bessel.h"#include "meshes/rectangular_quadmesh.h"Classes | |
| class | ElasticRefineableTwoLayerMesh< ELEMENT > |
| class | InterfaceProblem< ELEMENT, TIMESTEPPER > |
| Single axisymmetric fluid interface problem in rectangular domain. More... | |
Namespaces | |
| Global_Physical_Variables | |
| Global variables. | |
Functions | |
| int | main (int argc, char *argv[]) |
| Driver code for axisymmetric two fluid interface problem. More... | |
Variables | |
| double | Global_Physical_Variables::St = 1.0 |
| Strouhal number. More... | |
| double | Global_Physical_Variables::Viscosity_Ratio = 0.1 |
| double | Global_Physical_Variables::Density_Ratio = 0.5 |
| Vector< double > | Global_Physical_Variables::G (3) = 1.0 |
| Direction of gravity. More... | |
Driver code for axisymmetric two fluid interface problem.
/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
Maximum time
Duration of timestep
References oomph::CommandLineArgs::command_line_flag_has_been_set(), oomph::CommandLineArgs::doc_specified_flags(), Global_Physical_Variables::G, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, oomph::CommandLineArgs::parse_and_assign(), problem, Global_Physical_Variables::Re, Global_Physical_Variables::ReSt, Flag_definition::setup(), oomph::CommandLineArgs::specify_command_line_flag(), and Global_Physical_Variables::St.