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< psiReactionThermo > pThermo (psiReactionThermo::New(mesh))
thermo validate (args.executable(), "h", "e")
SLGThermo slgThermo (mesh, thermo)
const word inertSpecie (thermo.get< word >("inertSpecie"))
 if (!composition.species().found(inertSpecie))
Info<< "Creating field rho\n"<< endl;volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volScalarField &p=thermo.p();Info<< "\nReading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo))
Info<< "Creating combustion model\n"<< endl;autoPtr< CombustionModel< psiReactionThermo > > combustion (CombustionModel< psiReactionThermo >::New(thermo, turbulence()))
volScalarField p_rgh (IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
mesh setFluxRequired (p_rgh.name())
 forAll (Y, i)
fields add (thermo.he())
volScalarField Qdot (IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero))

Variables

psiReactionThermo & thermo = pThermo()
basicSpecieMixture & composition = thermo.composition()
PtrList< volScalarField > & Y = composition.Y()
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields

Function Documentation

◆ pThermo()

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

References mesh.

◆ validate()

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

References args.

◆ slgThermo()

SLGThermo slgThermo ( mesh ,
thermo  )

References mesh.

Referenced by coalCloudList::coalCloudList().

Here is the caller graph for this function:

◆ inertSpecie()

const word inertSpecie ( thermo.get< word > "inertSpecie")

Referenced by if(), if(), if(), inertIndex(), and MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::MultiComponentPhaseModel().

Here is the caller graph for this function:

◆ if()

if ( !composition. species).found(inertSpecie)

Definition at line 12 of file createFields.H.

References args, composition, FatalIOErrorIn, and inertSpecie().

Here is the call graph for this function:

◆ turbulence()

Info<< "Creating field rho\n"<< endl;volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volScalarField &p=thermo.p();Info<< "\nReading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence ( compressible::turbulenceModel::New(rho, U, phi, thermo) )

References phi, rho, and U.

◆ combustion()

Info<< "Creating combustion model\n"<< endl;autoPtr< CombustionModel< psiReactionThermo > > combustion ( CombustionModel< psiReactionThermo > ::Newthermo, turbulence())

Referenced by forAll(), and mvConvection().

Here is the caller graph for this function:

◆ p_rgh()

volScalarField p_rgh ( IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE) ,
mesh  )

References mesh, and runTime.

◆ setFluxRequired()

mesh setFluxRequired ( p_rgh. name())

References mesh, and p_rgh.

◆ forAll()

forAll ( Y ,
i  )

Definition at line 99 of file createFields.H.

References fields, and Y.

◆ add()

fields add ( thermo. he())

References fields.

◆ Qdot()

volScalarField Qdot ( IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) ,
mesh ,
dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero)  )

References mesh, and runTime.

Variable Documentation

◆ thermo

psiReactionThermo& thermo = pThermo()

Definition at line 3 of file createFields.H.

◆ composition

basicSpecieMixture& composition = thermo.composition()

Definition at line 8 of file createFields.H.

◆ Y

PtrList<volScalarField>& Y = composition.Y()

Definition at line 9 of file createFields.H.

◆ fields