Functions | Variables
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

autoPtr< basicThermo > thermo (basicThermo::New(mesh))
 
volScalarField rho (IOobject("rho", runTime.timeName(), mesh), thermo->rho())
 
 if (isA< fluidThermo >(thermo()))
 
volScalarField Qr (IOobject("Qr", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE), mesh, dimensionedScalar("Qr", dimMass/pow3(dimTime), 0.0))
 

Variables

const volScalarField & h = thermo->he()
 Planck constant. More...
 
autoPtr< volVectorField > UPtr
 
autoPtr< surfaceScalarField > phiPtr
 
autoPtr< compressible::turbulenceModel > turbulence
 

Function Documentation

◆ thermo()

autoPtr<basicThermo> thermo ( basicThermo::New(mesh )

◆ rho()

volScalarField rho ( IOobject("rho", runTime.timeName(), mesh ,
thermo->  rho() 
)

◆ if()

if ( isA< fluidThermo >  thermo())

Definition at line 25 of file createFields.H.

References mesh, Foam::compressible::New(), phi, phiPtr, rho, thermo, turbulence, U(), and UPtr.

Here is the call graph for this function:

◆ Qr()

volScalarField Qr ( IOobject("Qr", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedScalar("Qr", dimMass/pow3(dimTime), 0.0)   
)

Variable Documentation

◆ h

const volScalarField& h = thermo->he()

Planck constant.

Definition at line 6 of file createFields.H.

◆ UPtr

autoPtr<volVectorField> UPtr

Definition at line 21 of file createFields.H.

Referenced by if().

◆ phiPtr

autoPtr<surfaceScalarField> phiPtr

Definition at line 22 of file createFields.H.

Referenced by if().

◆ turbulence

autoPtr<compressible::turbulenceModel> turbulence