Classes | Namespaces | Functions | Variables
rayleigh_instability_soluble_surfactant.cc File Reference

Go to the source code of this file.

Classes

class  ElasticAxisymmetricSolubleSurfactantTransportInterfaceElement< ELEMENT >
 Interface class to handle the mass transport between bulk and surface as well as the surfactant transport along the. More...
 
class  InterfaceProblem< ELEMENT, TIMESTEPPER >
 Single fluid interface problem including transport of an insoluble surfactant. More...
 

Namespaces

 Global_Physical_Variables
 Namepspace for global parameters, chosen from Campana et al. as in the axisymmetric problem.
 

Functions

Vector< double > Global_Physical_Variables::G (3)
 Direction of gravity. More...
 
int main (int argc, char *argv[])
 //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// 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...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

Driver code for single fluid axisymmetric horizontal interface problem

Maximum time

Duration of timestep

Definition at line 943 of file rayleigh_instability_soluble_surfactant.cc.

References Global_Physical_Variables::Alpha, Global_Physical_Variables::G(), and InterfaceProblem< ELEMENT, TIMESTEPPER >::unsteady_run().