43 tmp<GeometricField<Type, fvPatchField, volMesh> >
56 mesh().time().timeName(),
85 mesh().time().timeName(),
114 "ddt("+rho.
name()+
','+vf.
name()+
')',
115 mesh().time().timeName(),
144 "ddt("+rho.
name()+
','+vf.
name()+
')',
145 mesh().time().timeName(),
176 mesh().time().timeName(),
289 "ddtCorr(" + U.
name() +
',' + Uf.
name() +
')',
290 mesh().time().timeName(),
319 "ddtCorr(" + U.
name() +
',' + phi.
name() +
')',
320 mesh().time().timeName(),
352 +
',' + U.
name() +
',' + Uf.
name() +
')',
353 mesh().time().timeName(),
385 +
',' + U.
name() +
',' + phi.
name() +
')',
386 mesh().time().timeName(),
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const dimensionSet dimVol(dimVolume)
const dimensionSet dimArea(sqr(dimLength))
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
const dimensionSet & dimensions() const
Return const reference to dimensions.
Generic dimensioned Type class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const word & name() const
Return const reference to name.
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
const dimensionSet & dimensions() const
Return dimensions.
const word & name() const
Return name.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
Generic GeometricField class.
Calculate the divergence of the given field.
Traits class for primitives.
const dimensionSet dimVolume(pow3(dimLength))
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A class for managing temporary objects.
A special matrix type and solver, designed for finite volume solutions of scalar equations.