Go to the source code of this file.
Classes | |
| class | ConvectionProblem< ELEMENT > |
Namespaces | |
| Global_Physical_Variables | |
| Namespace for the physical parameters in the problem. | |
Functions | |
| Vector< double > | Global_Physical_Variables::Direction_of_gravity (2) |
| Gravity vector. More... | |
| int | main (int argc, char **argv) |
| Driver code for 2D Boussinesq convection problem. More... | |
Variables | |
| double | Global_Physical_Variables::Peclet =1.0 |
| Peclet number (identically one from our non-dimensionalisation) More... | |
| double | Global_Physical_Variables::Inverse_Prandtl =1.0 |
| 1/Prandtl number More... | |
| double | Global_Physical_Variables::Rayleigh = 1800.0 |
| Rayleigh number, set to be greater than the threshold for linear instability. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Driver code for 2D Boussinesq convection problem.
Definition at line 318 of file boussinesq_convection.cc.
References Global_Physical_Variables::Direction_of_gravity(), ConvectionProblem< ELEMENT >::doc_solution(), and ConvectionProblem< ELEMENT >::set_boundary_conditions().