![]() |
|
#include "generic.h"#include "axisym_navier_stokes.h"#include "fluid_interface.h"#include "solid.h"#include "constitutive.h"#include "meshes/rectangular_quadmesh.h"#include "axisymmetric_advection_navier_stokes_elements.h"Classes | |
| class | ElasticAxisymmetricSolubleSurfactantTransportInterfaceElement< 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 single fluid axisymmetric horizontal interface problem. More... | |
Variables | |
| double | Global_Physical_Variables::Alpha_absorption = 1.0 |
| Alpha for absorption kinetics. More... | |
| double | Global_Physical_Variables::K = 0.01 |
| The ratio of adsorption-desorption times. More... | |
| double | Global_Physical_Variables::Pe = 10000.0 |
| Peclet number. More... | |
| double | Global_Physical_Variables::PeSt = Pe |
| double | Global_Physical_Variables::Pe_reference_scale =1.0 |
| Vector< double > | Global_Physical_Variables::G (3) = 1.0 |
| Direction of gravity. More... | |
Driver code for single fluid axisymmetric horizontal interface problem.
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Maximum time
Duration of timestep
References Global_Physical_Variables::Alpha, oomph::CommandLineArgs::Argc, Global_Physical_Variables::G, oomph::MathematicalConstants::Pi, problem, and oomph::CommandLineArgs::setup().