Functions | Variables
createFields.H File Reference
Include dependency graph for createFields.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

autoPtr< fluidThermo > pThermo (fluidThermo::New(mesh))
 
thermo validate (args.executable(), "h", "e")
 
volScalarField rho (IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), thermo.rho())
 

Variables

fluidThermo & thermo = pThermo()
 
volScalarField & p = thermo.p()
 

Function Documentation

◆ pThermo()

autoPtr<fluidThermo> pThermo ( fluidThermo::New(mesh )

◆ validate()

thermo validate ( args.  executable(),
"h"  ,
"e"   
)

◆ rho()

volScalarField rho ( IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE)  ,
thermo.  rho() 
)

Variable Documentation

◆ thermo

fluidThermo& thermo = pThermo()

Definition at line 3 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 6 of file createFields.H.