Functions | Variables
Global_Physical_Variables Namespace Reference

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

Detailed Description

Namespace for the physical parameters in the problem.

/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////

Namespace for the physical parameters in the problem

Function Documentation

◆ Direction_of_gravity()

Vector< double > Global_Physical_Variables::Direction_of_gravity ( )

Variable Documentation

◆ Inverse_Prandtl

double Global_Physical_Variables::Inverse_Prandtl =1.0

◆ Peclet

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

◆ Rayleigh

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