Go to the documentation of this file.
45 tmp<GeometricField<Type, fvPatchField, volMesh> >
51 return scheme_().fvcDdt(dt);
62 return scheme_().fvcDdt(vf);
74 return scheme_().fvcDdt(
rho, vf);
110 return scheme_().fvmDdt(vf);
122 return scheme_().fvmDdt(
rho, vf);
159 return scheme_().fvcDdtUfCorr(
U,
Uf);
171 return scheme_().fvcDdtPhiCorr(
U,
phi);
184 return scheme_().fvcDdtUfCorr(
rho,
U,
Uf);
197 return scheme_().fvcDdtPhiCorr(
rho,
U,
phi);
207 return scheme_().meshPhi(vf);
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
Calculate the divergence of the given field.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > Sp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
A special matrix type and solver, designed for finite volume solutions of scalar equations.
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
Calculate the matrix for implicit and explicit sources.
Calculate the first temporal derivative.
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Generic GeometricField class.
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)