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

Variables

psiReactionThermo & thermo = pThermo()
 
basicSpecieMixture & composition = thermo.composition()
 
PtrList< volScalarField > & Y = composition.Y()
 
Info<< "Creating field dpdt\"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\"<< endl;volScalarField K("K", 0.5 *magSqr(U));multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
 

Function Documentation

◆ pThermo()

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

◆ validate()

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

◆ inertSpecie()

const word inertSpecie ( thermo.  lookup"inertSpecie")

◆ if()

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

◆ rho()

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

◆ turbulence()

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

◆ reaction()

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

Referenced by if().

Here is the caller graph for this function:

◆ forAll()

forAll ( Y  ,
 
)

Definition at line 89 of file createFields.H.

References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, Qdot(), and runTime.

Here is the call graph for this function:

◆ add()

fields add ( thermo.  he())

◆ Qdot()

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

Variable Documentation

◆ thermo

psiReactionThermo& thermo = pThermo()

Definition at line 5 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

Info<< "Creating field dpdt\n" << endl;volScalarField dpdt( IOobject ( "dpdt", runTime.timeName(), mesh ), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n" << endl;volScalarField K("K", 0.5*magSqr(U));multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields

Definition at line 87 of file createFields.H.