Definition in file createFields.H.
Go to the source code of this file.
Functions | |
autoPtr< hCombustionThermo > | thermo (hCombustionThermo::New(mesh)) |
volScalarField | rho (IOobject("rho", runTime.timeName(), mesh), thermo->rho()) |
volVectorField | U (IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh) |
autoPtr< compressible::RASModel > | RASModel (compressible::RASModel::New(rho, U, phi, thermo())) |
Variables | |
const volScalarField & | h = thermo->h() |
autoPtr<hCombustionThermo> thermo | ( | hCombustionThermo:: | Newmesh | ) |
volVectorField U | ( | IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE) | , |
mesh | |||
) |
autoPtr<compressible::RASModel> RASModel | ( | compressible::RASModel:: | Newrho, U, phi, thermo() | ) |
const volScalarField& h = thermo->h() |
Definition at line 6 of file createFields.H.
Referenced by autoLayerDriver::addLayers(), LISA::atomizeParcel(), ePsiThermo< MixtureType >::e(), specieThermo< thermo >::e(), normal::erfInv(), specieThermo< thermo >::g(), hhuMixtureThermo< MixtureType >::h(), hPsiMixtureThermo< MixtureType >::h(), hRhoMixtureThermo< MixtureType >::h(), hRhoThermo< MixtureType >::h(), hPsiThermo< MixtureType >::h(), specieThermo< thermo >::H(), janafThermo< equationOfState >::hs(), hPolynomialThermo< EquationOfState, PolySize >::hs(), if(), spray::liquidEnthalpy(), spray::liquidTotalEnthalpy(), radiationModel::Sh(), KRR4::solve(), RK::solve(), SIBS::solve(), ODESolver::solve(), and SVD::SVD().