Go to the source code of this file.
Classes | |
| class | InterfaceProblem< ELEMENT, TIMESTEPPER > |
| Single fluid free surface problem in a rectangular domain which is periodic in the x direction. More... | |
Namespaces | |
| namespace | Global_Physical_Variables |
| Namespace for physical parameters. | |
Functions | |
| Vector< double > | Global_Physical_Variables::G (2) |
| Direction of gravity. | |
| int | main (int argc, char *argv[]) |
| Driver code for two-dimensional single fluid free surface problem. | |
Variables | |
| double | Global_Physical_Variables::Re = 5.0 |
| Reynolds number. | |
| double | Global_Physical_Variables::St = 1.0 |
| Strouhal number. | |
| double | Global_Physical_Variables::ReSt |
| Womersley number (Reynolds x Strouhal, computed automatically) | |
| double | Global_Physical_Variables::ReInvFr = 5.0 |
| Product of Reynolds number and inverse of Froude number. | |
| double | Global_Physical_Variables::Ca = 0.01 |
| Capillary number. | |
| double | Global_Physical_Variables::Nu = 0.1 |
| Pseudo-solid Poisson ratio. | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Driver code for two-dimensional single fluid free surface problem.
Maximum time
Duration of timestep
Definition at line 557 of file elastic_single_layer.cc.
References Global_Physical_Variables::G(), Global_Physical_Variables::Re, Global_Physical_Variables::ReSt, Global_Physical_Variables::St, and InterfaceProblem< ELEMENT, TIMESTEPPER >::unsteady_run().