51 return scheme_.ref().fvcDdt(dt);
62 return scheme_.ref().fvcDdt(vf);
74 return scheme_.ref().fvcDdt(
rho, vf);
110 return scheme_.ref().fvmDdt(vf);
122 return scheme_.ref().fvmDdt(
rho, vf);
148 scheme_.ref().fvmDdt(
alpha,
rho, vf)
161 return scheme_.ref().fvcDdtUfCorr(
U, Uf);
173 return scheme_.ref().fvcDdtPhiCorr(
U, phi);
186 return scheme_.ref().fvcDdtUfCorr(
rho,
U, rhoUf);
199 return scheme_.ref().fvcDdtPhiCorr(
rho,
U, phi);
209 return scheme_.ref().meshPhi(vf);
220 return scheme_.ref().meshPhi(vf,
patchi);
Generic GeometricField class.
Generic dimensioned Type class.
virtual tmp< fvMatrix< Type > > fvmDdt(const VolField< Type > &)
virtual tmp< fluxFieldType > fvcDdtPhiCorr(const VolField< Type > &U, const fluxFieldType &phi)
virtual tmp< fluxFieldType > fvcDdtUfCorr(const VolField< Type > &U, const SurfaceField< Type > &Uf)
virtual tmp< surfaceScalarField > meshPhi(const VolField< Type > &)
virtual tmp< VolField< Type > > fvcDdt(const dimensioned< Type > &)
A class for managing temporary objects.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
Calculate the first temporal derivative.
Calculate the divergence of the given field.
Calculate the matrix for implicit and explicit sources.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
tmp< VolField< Type > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const VolField< Type > &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.