Go to the documentation of this file.
40 vf.mesh().ddtScheme(
"ddt(" + vf.name() +
')')
54 vf.mesh().ddtScheme(
"ddt(" +
rho.name() +
',' + vf.name() +
')')
68 vf.mesh().ddtScheme(
"ddt(" +
rho.name() +
',' + vf.name() +
')')
79 if (
phi.mesh().moving())
92 if (
phi.mesh().moving())
105 if (
phi.mesh().moving())
118 if (
phi.mesh().moving())
131 if (
phi.mesh().moving())
144 if (
phi.mesh().moving())
157 if (tphi().
mesh().moving())
175 if (tphi().
mesh().moving())
192 if (tphi().
mesh().moving())
210 if (tphi().
mesh().moving())
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
A class for managing temporary objects.
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
tmp< surfaceScalarField > interpolate(const RhoType &rho)
tmp< surfaceScalarField > meshPhi(const volVectorField &U)
void makeRelative(surfaceScalarField &phi, const volVectorField &U)
Make the given flux relative.
Generic dimensioned Type class.
tmp< surfaceScalarField > relative(const tmp< surfaceScalarField > &tphi, const volVectorField &U)
Return the given absolute flux in relative form.
void makeAbsolute(surfaceScalarField &phi, const volVectorField &U)
Make the given flux absolute.
Generic GeometricField class.
tmp< surfaceScalarField > absolute(const tmp< surfaceScalarField > &tphi, const volVectorField &U)
Return the given relative flux in absolute form.