Go to the documentation of this file.
71 #ifndef weightedFlux_H
72 #define weightedFlux_H
108 void makeDeltas()
const;
176 return this->
mesh().surfaceInterpolation::weights();
202 tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>
205 const GeometricField<Type, fvPatchField, volMesh>& vf
const surfaceScalarField & oDelta() const
A class for handling words, derived from Foam::string.
weightedFlux(const fvMesh &mesh, Istream &is)
A class for managing temporary objects.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Registry of regIOobjects.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Mesh data needed to do the Finite Volume discretisation.
const surfaceScalarField & nDelta() const
Weighted flux interpolation scheme class.
Abstract base class for surface interpolation schemes.
const fvMesh & mesh() const
Generic GeometricField class.