|
Public Member Functions |
virtual const word & | type () const =0 |
| Runtime type information.
|
| declareRunTimeSelectionTable (tmp, multivariateSurfaceInterpolationScheme, Istream,(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is),(mesh, fields, faceFlux, is)) |
| multivariateSurfaceInterpolationScheme (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Construct for interpolating given field.
|
virtual | ~multivariateSurfaceInterpolationScheme () |
const fvMesh & | mesh () const |
| Return mesh reference.
|
const fieldTable & | fields () const |
| Return fields to be interpolated.
|
virtual tmp< surfaceInterpolationScheme<
Type > > | operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const =0 |
Static Public Member Functions |
tmp< multivariateSurfaceInterpolationScheme<
Type > > | New (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Return a pointer to a new gradScheme created on freestore.
|