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

Variables

rhoReactionThermo & thermo = pThermo()
basicSpecieMixture & composition = thermo.composition()
PtrList< volScalarField > & Y = composition.Y()
volScalarField & p = thermo.p()
Info<<"Creatingmulti-variateinterpolationscheme\n"<< endl;multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields

Function Documentation

◆ pThermo()

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

References mesh.

◆ validate()

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

References args.

◆ slgThermo()

SLGThermo slgThermo ( mesh ,
thermo  )

References mesh.

◆ inertSpecie()

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

◆ if()

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

Definition at line 15 of file createFields.H.

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

Here is the call graph for this function:

◆ rho()

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

References mesh, p, runTime, and simple.

◆ turbulence()

Info<< "\nReading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);mesh.setFluxRequired(p.name());const dimensionedScalar rhoMax("rhoMax", dimDensity, GREAT, simple.dict());const dimensionedScalar rhoMin("rhoMin", dimDensity, Zero, simple.dict());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence ( compressible::turbulenceModel::New(rho, U, phi, thermo) )

References phi, rho, and U.

◆ reaction()

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

◆ forAll()

forAll ( Y ,
i  )

Definition at line 80 of file createFields.H.

References fields, and Y.

◆ add()

fields add ( thermo. he())

References fields.

◆ Qdot()

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

References mesh, and runTime.

Variable Documentation

◆ thermo

rhoReactionThermo& thermo = pThermo()

Definition at line 6 of file createFields.H.

◆ composition

basicSpecieMixture& composition = thermo.composition()

Definition at line 11 of file createFields.H.

◆ Y

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

Definition at line 12 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 23 of file createFields.H.

◆ fields

Info<<"Creatingmulti-variateinterpolationscheme\n"<<endl;multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields

Definition at line 78 of file createFields.H.