Mid-point interpolation (weighting factors = 0.5) scheme class. More...
#include <finiteVolume/midPoint.H>
Mid-point interpolation (weighting factors = 0.5) scheme class.
Definition at line 51 of file midPoint.H.
Public Member Functions | |
TypeName ("midPoint") | |
Runtime type information.
| |
midPoint (const fvMesh &mesh) | |
Construct from mesh.
| |
midPoint (const fvMesh &mesh, Istream &) | |
Construct from Istream.
| |
midPoint (const fvMesh &mesh, const surfaceScalarField &, Istream &) | |
Construct from faceFlux and Istream.
| |
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors.
|
Construct from mesh.
Definition at line 70 of file midPoint.H.
Construct from Istream.
Definition at line 76 of file midPoint.H.
midPoint | ( | const fvMesh & | mesh, |
const surfaceScalarField & | , | ||
Istream & | |||
) | [inline]
|
Construct from faceFlux and Istream.
Definition at line 83 of file midPoint.H.
TypeName | ( | "midPoint< Type >" | ) |
Runtime type information.
tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme< Type >.
Definition at line 97 of file midPoint.H.
References Foam::dimless, forAll, surfaceInterpolationScheme< Type >::mesh(), and timeName.