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

Variables

psiReactionThermo & thermo = combustion->thermo()
 
basicSpecieMixture & composition = thermo.composition()
 
PtrList< volScalarField > & Y = composition.Y()
 
volScalarField & p = thermo.p()
 
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

◆ combustion()

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

◆ validate()

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

◆ slgThermo()

SLGThermo slgThermo ( mesh  ,
thermo   
)

◆ inertSpecie()

const word inertSpecie ( thermo.  lookup"inertSpecie")

◆ if()

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

Definition at line 19 of file createFields.H.

References args, argList::executable(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, inertSpecie(), and thermo.

Here is the call graph for this function:

◆ rho()

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

◆ 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());dimensionedScalar rhoMax( dimensionedScalar::lookupOrDefault ( "rhoMax", pimple.dict(), dimDensity, GREAT ));dimensionedScalar rhoMin( dimensionedScalar::lookupOrDefault ( "rhoMin", pimple.dict(), dimDensity, 0 ));Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::turbulenceModel> turbulence ( compressible::turbulenceModel::New(rho, U, phi, thermo )

◆ setTurbulence()

combustion setTurbulence ( turbulence()  )

◆ forAll()

forAll ( Y  ,
 
)

Definition at line 114 of file createFields.H.

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

Here is the call graph for this function:

◆ add()

fields add ( thermo.  he())

◆ Qdot()

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

Variable Documentation

◆ thermo

psiReactionThermo& thermo = combustion->thermo()

Definition at line 10 of file createFields.H.

◆ composition

basicSpecieMixture& composition = thermo.composition()

Definition at line 15 of file createFields.H.

◆ Y

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

Definition at line 16 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 27 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 112 of file createFields.H.