#include "src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H"
Go to the source code of this file.
Functions | |
Info<< "Reading thermophysical properties\n"<< endl;autoPtr < basicPsiThermo > | pThermo (basicPsiThermo::New(mesh)) |
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);Info << "Creating turbulence model\n" << endl;autoPtr < compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
Variables | |
basicPsiThermo & | thermo = pThermo() |
volScalarField & | p = thermo.p() |
const volScalarField & | psi = thermo.psi() |
volScalarField & | h = thermo.h() |
const volScalarField & | T = thermo.T() |
Info<< "Reading thermophysical properties\n" << endl; autoPtr<basicPsiThermo> pThermo | ( | basicPsiThermo:: | Newmesh ) |
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 ); Info<< "Creating turbulence model\n" << endl; autoPtr<compressible::turbulenceModel> turbulence | ( | compressible::turbulenceModel:: | Newrho, U, phi, thermo ) |
basicPsiThermo& thermo = pThermo() |
Definition at line 7 of file createFields.H.
Referenced by ODEChemistryModel< CompType, ThermoType >::calculate(), forces::devRhoReff(), for(), forAll(), if(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::K(), turbulentTemperatureCoupledBaffleFvPatchScalarField::K(), combustionModel::New(), Foam::operator*(), Foam::operator+(), Foam::operator-(), ODEChemistryModel< CompType, ThermoType >::solve(), ODEChemistryModel< CompType, ThermoType >::tc(), mixedUnburntEnthalpyFvPatchScalarField::updateCoeffs(), gradientUnburntEnthalpyFvPatchScalarField::updateCoeffs(), fixedUnburntEnthalpyFvPatchScalarField::updateCoeffs(), wallHeatTransferFvPatchScalarField::updateCoeffs(), mixedInternalEnergyFvPatchScalarField::updateCoeffs(), mixedEnthalpyFvPatchScalarField::updateCoeffs(), gradientInternalEnergyFvPatchScalarField::updateCoeffs(), gradientEnthalpyFvPatchScalarField::updateCoeffs(), fixedInternalEnergyFvPatchScalarField::updateCoeffs(), and fixedEnthalpyFvPatchScalarField::updateCoeffs().
Definition at line 22 of file createFields.H.
const volScalarField& psi = thermo.psi() |
Definition at line 23 of file createFields.H.
Referenced by lduMatrix::Amul(), RutlandFlashBoil::boilingTime(), Foam::fvc::DDt(), Foam::MULES::explicitSolve(), for(), if(), Foam::MULES::limiter(), interpolation< Type >::New(), Foam::operator&(), fvMatrix< Type >::operator+=(), fvMatrix< Type >::operator-=(), and lduMatrix::Tmul().
Definition at line 24 of file createFields.H.
Definition at line 25 of file createFields.H.
Referenced by UList< T >::assign(), UList< T >::byteSize(), ThermoParcel< ParcelType >::calcHeatTransfer(), COxidationMurphyShaddix< CloudType >::calculate(), MixedDiffuseSpecular< CloudType >::correct(), MaxwellianThermal< CloudType >::correct(), Particle< ParticleType >::correctAfterParallelTransfer(), ReactingParcel< ParcelType >::correctSurfaceValues(), mapDistribute::distribute(), LPtrList< LListBase, T >::eraseHead(), ThermoCloud< ParcelType >::evolveCloud(), ReactingMultiphaseCloud< ParcelType >::evolveCloud(), ReactingCloud< ParcelType >::evolveCloud(), for(), CompositionModel< CloudType >::H(), CompositionModel< CloudType >::Hs(), if(), specieThermo< thermo >::K(), StaticHashTable< T, Key, Hash >::operator()(), Foam::operator<<(), UList< T >::operator=(), UList< T >::operator==(), FixedList< T, Size >::operator==(), Foam::operator>>(), PtrList< T >::read(), ThermoParcel< ParcelType >::readFields(), parcel::readFields(), UPtrList< T >::set(), ode< CompType, ThermoType >::solve(), EulerImplicit< CompType, ThermoType >::solve(), UList< T >::swap(), FixedList< T, Size >::swap(), Field< Type >::T(), FieldField< Field, Type >::T(), dimensioned< tensor >::T(), specieThermo< thermo >::TE(), specieThermo< thermo >::TH(), specieThermo< thermo >::THs(), Foam::transform(), ThermoParcel< ParcelType >::writeFields(), and parcel::writeFields().