![]() |
|
Public Member Functions | |
TypeName ("limitedSurfaceInterpolationScheme") | |
Runtime type information. | |
declareRunTimeSelectionTable (tmp, limitedSurfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
declareRunTimeSelectionTable (tmp, limitedSurfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
limitedSurfaceInterpolationScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux) | |
Construct from mesh and faceFlux. | |
limitedSurfaceInterpolationScheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
virtual | ~limitedSurfaceInterpolationScheme () |
virtual tmp< surfaceScalarField > | limiter (const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
Return the interpolation weighting factors. | |
virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors for the given field. | |
Static Public Member Functions | |
tmp< limitedSurfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< limitedSurfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return new tmp interpolation scheme. | |
Protected Attributes | |
const surfaceScalarField & | faceFlux_ |
|
Construct from mesh and faceFlux.
Definition at line 119 of file limitedSurfaceInterpolationScheme.H. |
|
Construct from mesh and Istream. The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry Definition at line 135 of file limitedSurfaceInterpolationScheme.H. |
|
|
|
|
|
|
|
Return the interpolation weighting factors.
Implemented in blended, LimitedScheme, PhiScheme, and upwind. |
|
Return new tmp interpolation scheme.
Reimplemented from surfaceInterpolationScheme. |
|
Return new tmp interpolation scheme.
Reimplemented from surfaceInterpolationScheme. |
|
Runtime type information.
|
|
Return the interpolation weighting factors for the given field.
Implements surfaceInterpolationScheme. |
|
Definition at line 78 of file limitedSurfaceInterpolationScheme.H. |