Go to the source code of this file.
|
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiReactionThermo > | pThermo (psiReactionThermo::New(mesh)) |
| thermo | validate (args.executable(), "h", "e") |
| const word | inertSpecie (thermo.get< word >("inertSpecie")) |
| | if (!composition.species().found(inertSpecie)) |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh), thermo.rho()) |
| 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)) |
| Info<< "Creating reaction model\n"<< 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(dimEnergy/dimVolume/dimTime, Zero)) |
|
| psiReactionThermo & | thermo = pThermo() |
| basicSpecieMixture & | composition = thermo.composition() |
| PtrList< volScalarField > & | Y = composition.Y() |
| multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
◆ 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.get< word > | "inertSpecie" | ) |
|
◆ if()
| if |
( |
!composition. | species).found(inertSpecie | ) |
|
◆ 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() | ) |
|
◆ forAll()
◆ add()
◆ Qdot()
| volScalarField Qdot |
( |
IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) | , |
|
|
mesh | , |
|
|
dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero) | ) |
◆ thermo
| psiReactionThermo& thermo = pThermo() |
◆ composition
| basicSpecieMixture& composition = thermo.composition() |
| PtrList<volScalarField>& Y = composition.Y() |
◆ fields
| multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |