Go to the source code of this file.
|
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr< rhoReactionThermo > | pThermo (rhoReactionThermo::New(mesh)) |
| thermo | validate (args.executable(), "h", "e") |
| SLGThermo | slgThermo (mesh, thermo) |
| const word | inertSpecie (thermo.get< word >("inertSpecie")) |
| | if (!composition.species().found(inertSpecie)) |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho()) |
| Info<< "\nReading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);mesh.setFluxRequired(p.name());const dimensionedScalar rhoMax("rhoMax", dimDensity, GREAT, simple.dict());const dimensionedScalar rhoMin("rhoMin", dimDensity, Zero, simple.dict());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| Info<< "Creating reaction model\n"<< endl;autoPtr< CombustionModel< rhoReactionThermo > > | reaction (CombustionModel< rhoReactionThermo >::New(thermo, turbulence())) |
| | forAll (Y, i) |
| fields | add (thermo.he()) |
| volScalarField | Qdot (IOobject("Qdot", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero)) |
|
| rhoReactionThermo & | thermo = pThermo() |
| basicSpecieMixture & | composition = thermo.composition() |
| PtrList< volScalarField > & | Y = composition.Y() |
| volScalarField & | p = thermo.p() |
| Info<<"Creatingmulti-variateinterpolationscheme\n"<< endl;multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
◆ pThermo()
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr< rhoReactionThermo > pThermo |
( |
rhoReactionThermo::New(mesh) | | ) |
|
◆ validate()
| thermo validate |
( |
args. | executable(), |
|
|
"h" | , |
|
|
"e" | ) |
◆ slgThermo()
◆ inertSpecie()
| const word inertSpecie |
( |
thermo.get< word > | "inertSpecie" | ) |
|
◆ if()
| if |
( |
!composition. | species).found(inertSpecie | ) |
|
◆ rho()
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, 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());const dimensionedScalar rhoMax("rhoMax", dimDensity, GREAT, simple.dict());const dimensionedScalar rhoMin("rhoMin", dimDensity, Zero, simple.dict());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence |
( |
compressible::turbulenceModel::New(rho, U, phi, thermo) | | ) |
|
◆ reaction()
| Info<< "Creating reaction model\n"<< endl;autoPtr< CombustionModel< rhoReactionThermo > > reaction |
( |
CombustionModel< rhoReactionThermo > | ::Newthermo, turbulence() | ) |
|
◆ forAll()
◆ add()
◆ Qdot()
| volScalarField Qdot |
( |
IOobject("Qdot", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) | , |
|
|
mesh | , |
|
|
dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero) | ) |
◆ thermo
| rhoReactionThermo& thermo = pThermo() |
◆ composition
| basicSpecieMixture& composition = thermo.composition() |
| PtrList<volScalarField>& Y = composition.Y() |
| volScalarField& p = thermo.p() |
◆ fields
| Info<<"Creatingmulti-variateinterpolationscheme\n"<<endl;multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |