Go to the source code of this file.
|
| Info<< "Creating combustion model\"<< endl;autoPtr< combustionModels::rhoCombustionModel > | combustion (combustionModels::rhoCombustionModel::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::NO_READ, 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", simple.dict(), dimDensity, GREAT));dimensionedScalar rhoMin(dimensionedScalar::lookupOrDefault("rhoMin", simple.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::READ_IF_PRESENT, IOobject::AUTO_WRITE), mesh, dimensionedScalar("Qdot", dimEnergy/dimVolume/dimTime, 0.0)) |
| |
|
| rhoReactionThermo & | thermo = combustion->thermo() |
| |
| basicSpecieMixture & | composition = thermo.composition() |
| |
| PtrList< volScalarField > & | Y = composition.Y() |
| |
| volScalarField & | p = thermo.p() |
| |
| Info<< "Creating multi-variate interpolation scheme\"<< endl;multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
| |
◆ combustion()
| Info<< "Creating combustion model\n" << endl;autoPtr<combustionModels::rhoCombustionModel> combustion |
( |
combustionModels::rhoCombustionModel::New(mesh) |
| ) |
|
◆ validate()
| thermo validate |
( |
args. |
executable(), |
|
|
"h" |
, |
|
|
"e" |
|
|
) |
| |
◆ slgThermo()
◆ inertSpecie()
| const word inertSpecie |
( |
thermo. |
lookup"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());dimensionedScalar rhoMax( dimensionedScalar::lookupOrDefault ( "rhoMax", simple.dict(), dimDensity, GREAT ));dimensionedScalar rhoMin( dimensionedScalar::lookupOrDefault ( "rhoMin", simple.dict(), dimDensity, 0 ));Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::turbulenceModel> turbulence |
( |
compressible::turbulenceModel::New(rho, U, phi, thermo) |
| ) |
|
◆ setTurbulence()
◆ forAll()
◆ add()
◆ Qdot()
| volScalarField Qdot |
( |
IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) |
, |
|
|
mesh |
, |
|
|
dimensionedScalar("Qdot", dimEnergy/dimVolume/dimTime, 0.0) |
|
|
) |
| |
◆ thermo
◆ composition
| basicSpecieMixture& composition = thermo.composition() |
| PtrList<volScalarField>& Y = composition.Y() |
| volScalarField& p = thermo.p() |
◆ fields
| Info<< "Creating multi-variate interpolation scheme\n" << endl;multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |