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

autoPtr<basicThermo> thermo ( basicThermo::New(mesh )
volScalarField rho ( IOobject("rho", runTime.timeName(), mesh ,
thermo->  rho() 
)
if ( isA< fluidThermo >  thermo())

Definition at line 25 of file createFields.H.

References Foam::dimMass, Foam::dimTime, mesh, Foam::New(), phi, phiPtr, Foam::pow3(), Qr(), rho, thermo, U(), and UPtr.

Here is the call graph for this function:

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

Variable Documentation

const volScalarField& h = thermo->he()

Planck constant.

Definition at line 6 of file createFields.H.

autoPtr<volVectorField> UPtr

Definition at line 21 of file createFields.H.

Referenced by if().

autoPtr<surfaceScalarField> phiPtr

Definition at line 22 of file createFields.H.

Referenced by if().

autoPtr<compressible::turbulenceModel> turbulence