Detailed Description
Definition in file createFields.H.
#include "src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.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() |
Function Documentation
autoPtr<hCombustionThermo> thermo
|
( |
hCombustionThermo::
|
Newmesh
) |
|
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::
|
Newrho, U, phi, thermo()
) |
|
Variable Documentation
const volScalarField& h = thermo->h()
|
Definition at line 6 of file createFields.H.
Referenced by autoLayerDriver::addLayers(), LISA::atomizeParcel(), specieThermo< thermo >::e(), ePsiThermo< MixtureType >::e(), normal::erfInv(), specieThermo< thermo >::g(), specieThermo< thermo >::H(), hRhoMixtureThermo< MixtureType >::h(), hPsiMixtureThermo< MixtureType >::h(), hhuMixtureThermo< MixtureType >::h(), hRhoThermo< MixtureType >::h(), hPsiThermo< MixtureType >::h(), janafThermo< equationOfState >::hs(), hPolynomialThermo< EquationOfState, PolySize >::hs(), if(), spray::liquidEnthalpy(), spray::liquidTotalEnthalpy(), radiationModel::Sh(), SIBS::solve(), RK::solve(), ODESolver::solve(), KRR4::solve(), and SVD::SVD().