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")
 
SLGThermo slgThermo (mesh, thermo)
 
const word inertSpecie (thermo.lookup("inertSpecie"))
 
 if (!composition.species().found(inertSpecie))
 
 forAll (Y, i)
 
fields add (thermo.he())
 
volScalarField rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
 
volScalarField rhoEffLagrangian (IOobject("rhoEffLagrangian", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimDensity, 0))
 
volScalarField pDyn (IOobject("pDyn", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimPressure, 0))
 
Info<< "\Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::momentumTransportModel > turbulence (compressible::momentumTransportModel::New(rho, U, phi, thermo))
 
Info<< "Creating thermophysical transport model\"<< endl;autoPtr< psiReactionThermophysicalTransportModel > thermophysicalTransport (psiReactionThermophysicalTransportModel::New(turbulence(), thermo))
 
Info<< "Creating combustion model\"<< endl;autoPtr< CombustionModel< psiReactionThermo > > combustion (CombustionModel< psiReactionThermo >::New(thermo, turbulence()))
 

Variables

psiReactionThermo & thermo = pThermo()
 
basicSpecieMixture & composition = thermo.composition()
 
PtrList< volScalarField > & Y = composition.Y()
 
volScalarField & p = thermo.p()
 
const volScalarField & T = thermo.T()
 
const volScalarField & psi = thermo.psi()
 
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"   
)

◆ slgThermo()

SLGThermo slgThermo ( mesh  ,
thermo   
)

◆ inertSpecie()

const word inertSpecie ( thermo.  lookup"inertSpecie")

◆ if()

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

Definition at line 16 of file createFields.H.

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

Here is the call graph for this function:

◆ forAll()

forAll ( Y  ,
 
)

◆ add()

fields add ( thermo.  he())

◆ rho()

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

◆ rhoEffLagrangian()

volScalarField rhoEffLagrangian ( IOobject("rhoEffLagrangian", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE)  ,
mesh  ,
dimensionedScalar(dimDensity, 0)   
)

Referenced by forAll().

Here is the caller graph for this function:

◆ pDyn()

volScalarField pDyn ( IOobject("pDyn", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE)  ,
mesh  ,
dimensionedScalar(dimPressure, 0)   
)

Referenced by rotorDiskSource::calculate(), forAll(), and forceCoeffs::write().

Here is the caller graph for this function:

◆ 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());Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::momentumTransportModel> turbulence ( compressible::momentumTransportModel::New(rho, U, phi, thermo )

◆ thermophysicalTransport()

Info<< "Creating thermophysical transport model\n" << endl;autoPtr<psiReactionThermophysicalTransportModel> thermophysicalTransport ( psiReactionThermophysicalTransportModel::New(turbulence(), thermo )

◆ combustion()

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

Variable Documentation

◆ thermo

psiReactionThermo& thermo = pThermo()

Definition at line 7 of file createFields.H.

◆ composition

basicSpecieMixture& composition = thermo.composition()

Definition at line 12 of file createFields.H.

◆ Y

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

Definition at line 13 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 24 of file createFields.H.

◆ T

const volScalarField& T = thermo.T()

Definition at line 25 of file createFields.H.

◆ psi

const volScalarField& psi = thermo.psi()

Definition at line 26 of file createFields.H.

◆ fields

multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields

Definition at line 28 of file createFields.H.