Go to the documentation of this file.
44 tmp<GeometricField<Type, fvsPatchField, surfaceMesh> >
51 return scheme_().interpolate(
phi, vf);
63 return scheme_().flux(faceFlux, vf);
76 scheme_().fvmDiv(faceFlux, vf)
90 scheme_().fvcDiv(faceFlux, vf)
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
A class for managing temporary objects.
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< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
Calculate the matrix for implicit and explicit sources.
tmp< fvMatrix< Type > > fvmDiv(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux(const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Generic GeometricField class.