Go to the source code of this file.
Functions | |
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiReactionThermo > | pThermo (psiReactionThermo::New(mesh)) |
thermo | validate (args.executable(), "h", "e") |
SLGThermo | slgThermo (mesh, thermo) |
const word | inertSpecie (thermo.get< word >("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, Zero)) |
volScalarField | pDyn (IOobject("pDyn", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimPressure, Zero)) |
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::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
Info<< "Creating combustion model\n"<< endl;autoPtr< CombustionModel< psiReactionThermo > > | combustion (CombustionModel< psiReactionThermo >::New(thermo, turbulence())) |
volScalarField | Qdot (IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero)) |
Variables | |
psiReactionThermo & | thermo = pThermo() |
basicSpecieMixture & | composition = thermo.composition() |
PtrList< volScalarField > & | Y = composition.Y() |
volScalarField & | p = thermo.p() |
multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
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 | ) |
Definition at line 16 of file createFields.H.
References args, composition, argList::executable(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, and inertSpecie().
forAll | ( | Y | , |
i | |||
) |
Definition at line 28 of file createFields.H.
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, Zero) | |||
) |
volScalarField pDyn | ( | IOobject("pDyn", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) | , |
mesh | , | ||
dimensionedScalar(dimPressure, Zero) | |||
) |
Referenced by rotorDiskSource::calculate(), and forceCoeffs::execute().
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::turbulenceModel> turbulence | ( | compressible::turbulenceModel::New(rho, U, phi, thermo) | ) |
Info<< "Creating combustion model\n" << endl;autoPtr<CombustionModel<psiReactionThermo> > combustion | ( | CombustionModel< psiReactionThermo > | ::Newthermo, turbulence() | ) |
volScalarField Qdot | ( | IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) | , |
mesh | , | ||
dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero) | |||
) |
Definition at line 7 of file createFields.H.
basicSpecieMixture& composition = thermo.composition() |
Definition at line 12 of file createFields.H.
PtrList<volScalarField>& Y = composition.Y() |
Definition at line 13 of file createFields.H.
volScalarField& p = thermo.p() |
Definition at line 24 of file createFields.H.
multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |
Definition at line 26 of file createFields.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.