43 tmp<GeometricField<Type, fvPatchField, volMesh>>
116 "ddt("+rho.
name()+
','+vf.
name()+
')',
237 "ddtCorr(" + U.
name() +
',' + Uf.
name() +
')',
259 "ddtCorr(" + U.
name() +
',' + phi.
name() +
')',
282 "ddtCorr(" + rho.
name() +
',' + U.
name() +
',' + Uf.
name() +
')',
305 "ddtCorr(" + rho.
name() +
',' + U.
name() +
',' + phi.
name() +
')',
const dimensionSet dimArea
const word & name() const
Return name.
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &)
Return a temporary field constructed from name,.
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
Generic GeometricField class.
Generic dimensioned Type class.
virtual tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
const dimensionSet dimTime
const dimensionSet & dimensions() const
Return dimensions.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
const dimensionSet dimVol
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.
faceListList boundary(nPatches)
Calculate the divergence of the given field.
const word & name() const
Return const reference to name.
virtual tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
virtual tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
const dimensionSet & dimensions() const
Return const reference to dimensions.
const dimensionSet dimVolume
virtual tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
A class for managing temporary objects.