Go to the documentation of this file.
45 tmp<GeometricField<Type, fvPatchField, volMesh> >
55 "div("+ssf.name()+
')',
91 vf.mesh(), vf.mesh().divScheme(
name)
132 return fvc::div(vf,
"div("+vf.name()+
')');
169 vf.mesh().divScheme(
name)
170 )().fvcDiv(
flux, vf);
239 flux, vf,
"div("+
flux.name()+
','+vf.name()+
')'
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for handling words, derived from string.
A class for managing temporary objects.
Mesh data needed to do the Finite Volume discretisation.
static tmp< convectionScheme< Type > > New(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
Return a pointer to a new convectionScheme created on freestore.
Calculate the divergence of the given field.
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
static tmp< divScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new divScheme created on freestore.
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Generic GeometricField class.
void clear() const
If object pointer points to valid object:
word name(const complex &)
Return a string representation of a complex.