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

Go to the source code of this file.

Classes

class  ConvectionProblem< ELEMENT >
 /////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More...
 

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...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)