Go to the source code of this file.
Classes | |
class | ElasticAxisymmetricSolubleSurfactantTransportInterfaceElement< ELEMENT > |
class | InterfaceProblem< ELEMENT, TIMESTEPPER > |
Namespaces | |
Global_Physical_Variables | |
Functions | |
Vector< double > | Global_Physical_Variables::G (3) |
Direction of gravity. More... | |
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 |
K parameter that describes solubility number. More... | |
double | Global_Physical_Variables::Pe = 10000.0 |
double | Global_Physical_Variables::PeSt = Pe |
double | Global_Physical_Variables::Pe_reference_scale =1.0 |
double | Global_Physical_Variables::Diff = 1.0/Pe |
double | Global_Physical_Variables::Nu = 0.1 |
Pseudo-solid Poisson ratio. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Driver code for single fluid axisymmetric horizontal interface problem.
Maximum time
Duration of timestep
Definition at line 947 of file rayleigh_instability_soluble_surfactant.cc.
References Global_Physical_Variables::Alpha, Global_Physical_Variables::G(), and InterfaceProblem< ELEMENT, TIMESTEPPER >::unsteady_run().