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

Go to the source code of this file.

Functions

Info<< "Reading thermophysical properties\"<< endl;autoPtr< rhoThermo > pThermo (rhoThermo::New(mesh))
 
thermo validate (args.executable(), "h", "e")
 
volScalarField rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), thermo.rho())
 

Variables

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

Function Documentation

◆ pThermo()

Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoThermo> pThermo ( rhoThermo::New(mesh )

◆ validate()

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

◆ rho()

volScalarField rho ( IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
thermo.  rho() 
)

Variable Documentation

◆ thermo

rhoThermo& thermo = pThermo()

Definition at line 4 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 20 of file createFields.H.