Namespace for the physical parameters in the problem. More...
Functions | |
Vector< double > | Direction_of_gravity (2) |
Gravity vector. More... | |
Variables | |
double | Peclet =1.0 |
Peclet number (identically one from our non-dimensionalisation) More... | |
double | Inverse_Prandtl =1.0 |
1/Prandtl number More... | |
double | Rayleigh = 1800.0 |
Rayleigh number, set to be greater than the threshold for linear instability. More... | |
Namespace for the physical parameters in the problem.
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
Namespace for the physical parameters in the problem
Vector< double > Global_Physical_Variables::Direction_of_gravity | ( | 2 | ) |
Gravity vector.
Referenced by ConvectionProblem< ELEMENT >::ConvectionProblem(), main(), and RefineableConvectionProblem< NST_ELEMENT, AD_ELEMENT >::RefineableConvectionProblem().
double Global_Physical_Variables::Inverse_Prandtl =1.0 |
1/Prandtl number
Definition at line 54 of file boussinesq_convection.cc.
Referenced by ConvectionProblem< ELEMENT >::ConvectionProblem(), and RefineableConvectionProblem< NST_ELEMENT, AD_ELEMENT >::RefineableConvectionProblem().
double Global_Physical_Variables::Peclet =1.0 |
Peclet number (identically one from our non-dimensionalisation)
Definition at line 51 of file boussinesq_convection.cc.
Referenced by ConvectionProblem< ELEMENT >::ConvectionProblem(), and RefineableConvectionProblem< NST_ELEMENT, AD_ELEMENT >::RefineableConvectionProblem().
double Global_Physical_Variables::Rayleigh = 1800.0 |
Rayleigh number, set to be greater than the threshold for linear instability.
Definition at line 58 of file boussinesq_convection.cc.
Referenced by ConvectionProblem< ELEMENT >::ConvectionProblem(), and RefineableConvectionProblem< NST_ELEMENT, AD_ELEMENT >::RefineableConvectionProblem().