Go to the source code of this file.
Classes | |
| class | BrethertonElement< ELEMENT > |
| class | oomph::FaceGeometry< BrethertonElement< SpineElement< QCrouzeixRaviartElement< 2 > > > > |
| Face geometry of the Bretherton 2D Crouzeix_Raviart spine elements. More... | |
| class | oomph::FaceGeometry< BrethertonElement< SpineElement< QTaylorHoodElement< 2 > > > > |
| Face geometry of the Bretherton 2D Taylor Hood spine elements. More... | |
| class | oomph::FaceGeometry< FaceGeometry< BrethertonElement< SpineElement< QCrouzeixRaviartElement< 2 > > > > > |
| class | oomph::FaceGeometry< FaceGeometry< BrethertonElement< SpineElement< QTaylorHoodElement< 2 > > > > > |
| class | BrethertonProblem< ELEMENT > |
| Bretherton problem. More... | |
Namespaces | |
| Global_Physical_Variables | |
| Namepspace for global parameters. | |
| oomph | |
Functions | |
| Vector< double > | Global_Physical_Variables::G (2) |
| Direction of gravity. More... | |
| void | Global_Physical_Variables::inflow (const Vector< double > &x, Vector< double > &veloc) |
| int | main (int argc, char *argv[]) |
Variables | |
| double | Global_Physical_Variables::Re |
| Reynolds number. More... | |
| double | Global_Physical_Variables::ReSt |
| Womersley = Reynolds times Strouhal. More... | |
| double | Global_Physical_Variables::ReInvFr |
| Product of Reynolds and Froude number. More... | |
| double | Global_Physical_Variables::Ca |
| Capillary number. More... | |
| double * | Global_Physical_Variables::H_lo_pt |
| Pointer to film thickness at outflow on the lower wall. More... | |
| double * | Global_Physical_Variables::H_up_pt |
| Pointer to film thickness at outflow on the upper wall. More... | |
| double * | Global_Physical_Variables::Y_lo_pt |
| Pointer to y-position at inflow on the lower wall. More... | |
| double * | Global_Physical_Variables::Y_up_pt |
| Pointer to y-position at inflow on the upper wall. More... | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Driver code for unsteady two-layer fluid problem. If there are any command line arguments, we regard this as a validation run and perform only a single step.
Definition at line 920 of file bretherton.cc.
References Global_Physical_Variables::Ca, Global_Physical_Variables::G(), BrethertonProblem< ELEMENT >::parameter_study(), Global_Physical_Variables::Re, Global_Physical_Variables::ReInvFr, and Global_Physical_Variables::ReSt.