All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Public Member Functions | List of all members
T0byGr Class Reference

Class for to calculate $$ as inverse proportional of Grashoff number. in this case $$ parameter is calculated by. More...

Inheritance diagram for T0byGr:
Inheritance graph
[legend]
Collaboration diagram for T0byGr:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("T0byGr")
 
 T0byGr (const IOobject &io, const fvMesh &mesh, const dictionary &dict)
 
 ~T0byGr ()
 
void correct (const QGDThermo &)
 
- Public Member Functions inherited from QGDCoeffs
 TypeName ("QGDCoeffs")
 
 declareRunTimeSelectionTable (autoPtr, QGDCoeffs, dictionary,(const IOobject &io, const fvMesh &mesh, const dictionary &dict),(io, mesh, dict))
 
 QGDCoeffs (const IOobject &io, const fvMesh &mesh, const dictionary &dict)
 Construct from components. More...
 
virtual ~QGDCoeffs ()
 
virtual bool writeData (Ostream &) const
 
const volScalarField & hQGD () const
 
const volScalarField & tauQGD () const
 
const surfaceScalarField & hQGDf () const
 
const surfaceScalarField & tauQGDf () const
 
const volScalarField & muQGD () const
 
const volScalarField & alphauQGD () const
 

Additional Inherited Members

- Static Public Member Functions inherited from QGDCoeffs
static autoPtr< QGDCoeffsNew (const word &qgdCoeffsType, const fvMesh &mesh, const dictionary &dict)
 Return a reference to the selected fvscStencil model. More...
 
- Protected Member Functions inherited from QGDCoeffs
virtual void updateQGDLength (const fvMesh &)
 
tmp< volScalarField > readOrCreateAlphaQGD (const fvMesh &)
 
- Protected Attributes inherited from QGDCoeffs
const fvMesh & mesh_
 
const Time & runTime_
 
volScalarField muQGD_
 
volScalarField alphauQGD_
 
surfaceScalarField hQGDf_
 
volScalarField hQGD_
 
tmp< volScalarField > taQGD_
 
volScalarField & aQGD_
 
volScalarField tauQGD_
 
surfaceScalarField tauQGDf_
 
volScalarField PrQGD_
 
volScalarField ScQGD_
 

Detailed Description

Class for to calculate $$ as inverse proportional of Grashoff number. in this case $$ parameter is calculated by.

$$ = {T_0}{Gr} $$

Where:

$$ is regularisation parameter, $T_0$ is some characteristic time.

$Gr$ is Grashof number:

$${g TH}{^2}$$

Where:

$$ is the coefficient of thermal expansion $ T$ is deiffetence of temperatures / salinities $$ is the kinematic viscosity

Source files

Definition at line 67 of file T0byGr.H.

Constructor & Destructor Documentation

T0byGr ( const IOobject &  io,
const fvMesh &  mesh,
const dictionary &  dict 
)

Definition at line 45 of file T0byGr.C.

~T0byGr ( )

Definition at line 72 of file T0byGr.C.

Member Function Documentation

TypeName ( "T0byGr"  )
void correct ( const QGDThermo qgdThermo)
virtual

Reimplemented from QGDCoeffs.

Definition at line 77 of file T0byGr.C.


The documentation for this class was generated from the following files: