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< 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())
Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);pressureControl pressureControl(p, rho, pimple.dict(), false);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo))
const dimensionedScalar rhoMax ("rhoMax", dimDensity, GREAT, pimple.dict())
const dimensionedScalar rhoMin ("rhoMin", dimDensity, Zero, pimple.dict())

Variables

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

Function Documentation

◆ pThermo()

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

References mesh.

◆ validate()

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

References args.

◆ rho()

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

References mesh, p, pimple, pressureControl, rho, and runTime.

◆ turbulence()

Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);pressureControl pressureControl(p, rho, pimple.dict(), false);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence ( compressible::turbulenceModel::New(rho, U, phi, thermo) )

References phi, rho, and U.

◆ rhoMax()

const dimensionedScalar rhoMax ( "rhoMax" ,
dimDensity ,
GREAT ,
pimple. dict() )

References pimple.

◆ rhoMin()

const dimensionedScalar rhoMin ( "rhoMin" ,
dimDensity ,
Zero ,
pimple. dict() )

References pimple.

Variable Documentation

◆ thermo

fluidThermo& thermo = pThermo()

Definition at line 9 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 12 of file createFields.H.