Functions | Variables
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

Info<< "Creating combustion model\"<< endl;autoPtr< combustionModels::psiCombustionModel > combustion (combustionModels::psiCombustionModel::New(mesh))
 
Info<< "Reading thermophysical properties\"<< endl;psiReactionThermo &thermo=combustion-> thermo ()
 
thermo validate (args.executable(), "h", "e")
 
SLGThermo slgThermo (mesh, thermo)
 
const word inertSpecie (thermo.lookup("inertSpecie"))
 
 if (!composition.species().found(inertSpecie))
 
Info<< "Creating field rho\"<< endl;volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volScalarField &p=thermo.p();Info<< "\Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::turbulenceModel > turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo))
 
combustion setTurbulence (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())
 
IOdictionary additionalControlsDict (IOobject("additionalControls", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
 
Switch solvePrimaryRegion (additionalControlsDict.lookup("solvePrimaryRegion"))
 
Switch solvePyrolysisRegion (additionalControlsDict.lookupOrDefault< bool >("solvePyrolysisRegion", true))
 
volScalarField Qdot (IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), mesh, dimensionedScalar("Qdot", dimEnergy/dimVolume/dimTime, 0.0))
 

Variables

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

Function Documentation

◆ combustion()

Info<< "Creating combustion model\n" << endl;autoPtr<combustionModels::psiCombustionModel> combustion ( combustionModels::psiCombustionModel::New(mesh )

Referenced by forAll(), and if().

Here is the caller graph for this function:

◆ thermo()

Info<< "Reading thermophysical properties\n" << endl;psiReactionThermo& thermo = combustion-> thermo ( )

◆ validate()

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

◆ slgThermo()

SLGThermo slgThermo ( mesh  ,
thermo   
)

◆ inertSpecie()

const word inertSpecie ( thermo.  lookup"inertSpecie")

Referenced by if().

Here is the caller graph for this function:

◆ if()

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

Definition at line 22 of file createFields.H.

References args, combustion(), Foam::endl(), argList::executable(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, inertSpecie(), Foam::Info, mesh, Foam::New(), p, p_rgh(), phi, rho, thermo, turbulence, and U().

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 )

◆ setTurbulence()

combustion setTurbulence ( turbulence()  )

◆ p_rgh()

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

Referenced by if().

Here is the caller graph for this function:

◆ setFluxRequired()

mesh setFluxRequired ( p_rgh.  name())

◆ forAll()

forAll ( Y  ,
 
)

Definition at line 106 of file createFields.H.

References additionalControlsDict(), Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, dpdt, Foam::endl(), Foam::Info, Foam::magSqr(), mesh, Qdot(), solvePrimaryRegion(), and solvePyrolysisRegion().

Referenced by forAll().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ add()

fields add ( thermo.  he())

◆ additionalControlsDict()

IOdictionary additionalControlsDict ( IOobject("additionalControls", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE)  )

Referenced by forAll().

Here is the caller graph for this function:

◆ solvePrimaryRegion()

Switch solvePrimaryRegion ( additionalControlsDict.  lookup"solvePrimaryRegion")

Referenced by forAll().

Here is the caller graph for this function:

◆ solvePyrolysisRegion()

Switch solvePyrolysisRegion ( additionalControlsDict.lookupOrDefault< bool >  "solvePyrolysisRegion", true)

Referenced by forAll().

Here is the caller graph for this function:

◆ Qdot()

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

Referenced by forAll().

Here is the caller graph for this function:

Variable Documentation

◆ composition

basicMultiComponentMixture& composition = thermo.composition()

Definition at line 18 of file createFields.H.

◆ Y

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

Definition at line 19 of file createFields.H.

◆ fields

multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields