Loading...
Searching...
No Matches
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

Info<< "Reading thermophysical properties\n"<< 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())
IOobject turbulencePropertiesHeader ("turbulenceProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE, IOobject::NO_REGISTER)
 if (turbulencePropertiesHeader.typeHeaderOk< IOdictionary >(false))

Variables

rhoThermo & thermo = pThermo()
volScalarField & p = thermo.p()
Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);autoPtr< compressible::turbulenceModel > turbulence

Function Documentation

◆ pThermo()

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

References mesh.

◆ validate()

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

References args.

◆ rho()

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

References mesh, and runTime.

◆ turbulencePropertiesHeader()

IOobject turbulencePropertiesHeader ( "turbulenceProperties" ,
runTime. constant(),
mesh ,
IOobject::MUST_READ_IF_MODIFIED ,
IOobject::NO_WRITE ,
IOobject::NO_REGISTER  )

References mesh, and runTime.

Referenced by if().

Here is the caller graph for this function:

◆ if()

if ( turbulencePropertiesHeader.typeHeaderOk< IOdictionary > false)

Definition at line 50 of file createFields.H.

References phi, rho, turbulence, turbulencePropertiesHeader(), and U.

Here is the call graph for this function:

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.

◆ turbulence

Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);autoPtr<compressible::turbulenceModel> turbulence

Definition at line 38 of file createFields.H.