45 tmp<GeometricField<Type, fvPatchField, volMesh>>
53 "div("+ssf.
name()+
')',
77 typename innerProduct<vector, Type>::type, fvPatchField,
volMesh 88 vf.
mesh(), vf.
mesh().schemes().div(name)
98 typename innerProduct<vector, Type>::type, fvPatchField,
volMesh 107 typedef typename innerProduct<vector, Type>::type DivType;
121 typename innerProduct<vector, Type>::type, fvPatchField,
volMesh 138 typename innerProduct<vector, Type>::type, fvPatchField,
volMesh 146 typedef typename innerProduct<vector, Type>::type DivType;
166 vf.
mesh().schemes().div(name)
167 ).
ref().fvcDiv(flux, vf);
236 flux, vf,
"div("+flux.
name()+
','+vf.
name()+
')' Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField...
const word & name() const
Return name.
void clear() const
If object pointer points to valid object:
void surfaceIntegrate(Field< Type > &ivf, const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &)
Return a temporary field constructed from name,.
Generic GeometricField class.
static tmp< divScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new divScheme created on freestore.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from string.
Calculate the divergence of the given field.
const Mesh & mesh() const
Return mesh.
static tmp< convectionScheme< Type > > New(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
Return a pointer to a new convectionScheme created on freestore.
A class for managing temporary objects.
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.