linear/upwind blended differencing scheme. More...
#include <blendedEdgeInterpolation.H>


Public Member Functions | |
| TypeName ("blended") | |
| Runtime type information. | |
| blendedEdgeInterpolation (const blendedEdgeInterpolation &)=delete | |
| No copy construct. | |
| void | operator= (const blendedEdgeInterpolation &)=delete |
| No copy assignment. | |
| blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, const scalar blendingFactor) | |
| Construct from mesh, faceFlux and blendingFactor. | |
| blendedEdgeInterpolation (const faMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is) | |
| Construct from mesh, faceFlux and Istream. | |
| virtual tmp< edgeScalarField > | weights (const GeometricField< Type, faPatchField, areaMesh > &vf) const |
| Return the interpolation weighting factors. | |
| Public Member Functions inherited from linearEdgeInterpolation< Type > | |
| TypeName ("linear") | |
| Runtime type information. | |
| linearEdgeInterpolation (const linearEdgeInterpolation &)=delete | |
| No copy construct. | |
| void | operator= (const linearEdgeInterpolation &)=delete |
| No copy assignment. | |
| linearEdgeInterpolation (const faMesh &mesh) | |
| Construct from mesh. | |
| linearEdgeInterpolation (const faMesh &mesh, Istream &) | |
| Construct from Istream. | |
| linearEdgeInterpolation (const faMesh &mesh, const edgeScalarField &, Istream &) | |
| Construct from faceFlux and Istream. | |
| tmp< edgeScalarField > | weights (const GeometricField< Type, faPatchField, areaMesh > &) const |
| Return the interpolation weighting factors. | |
| Public Member Functions inherited from edgeInterpolationScheme< Type > | |
| declareRunTimeSelectionTable (tmp, edgeInterpolationScheme, Mesh,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| declareRunTimeSelectionTable (tmp, edgeInterpolationScheme, MeshFlux,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
| edgeInterpolationScheme (const edgeInterpolationScheme &)=delete | |
| No copy construct. | |
| void | operator= (const edgeInterpolationScheme &)=delete |
| No copy assignment. | |
| edgeInterpolationScheme (const faMesh &mesh) | |
| Construct from mesh. | |
| virtual | ~edgeInterpolationScheme () |
| const faMesh & | mesh () const |
| Return mesh reference. | |
| virtual bool | corrected () const |
| Return true if this scheme uses an explicit correction. | |
| virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > | correction (const GeometricField< Type, faPatchField, areaMesh > &) const |
| Return the explicit correction to the face-interpolate. | |
| virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &) const |
| Return the face-interpolate of the given cell field. | |
| virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > | euclidianInterpolate (const GeometricField< Type, faPatchField, areaMesh > &) const |
| Return the euclidian edge-interpolate of the given area field. | |
| tmp< GeometricField< Type, faePatchField, edgeMesh > > | interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &) const |
| Return the face-interpolate of the given tmp cell field. | |
| Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. | |
| int | use_count () const noexcept |
| Return the current reference count. | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. | |
| void | operator++ () noexcept |
| Increment the reference count. | |
| void | operator++ (int) noexcept |
| Increment the reference count. | |
| void | operator-- () noexcept |
| Decrement the reference count. | |
| void | operator-- (int) noexcept |
| Decrement the reference count. | |
| Public Member Functions inherited from upwindEdgeInterpolation< Type > | |
| TypeName ("upwind") | |
| Runtime type information. | |
| upwindEdgeInterpolation (const upwindEdgeInterpolation &)=delete | |
| No copy construct. | |
| void | operator= (const upwindEdgeInterpolation &)=delete |
| No copy assignment. | |
| upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux) | |
| Construct from faceFlux. | |
| upwindEdgeInterpolation (const faMesh &mesh, Istream &is) | |
| Construct from Istream. | |
| upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &) | |
| Construct from faceFlux and Istream. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from edgeInterpolationScheme< Type > | |
| static tmp< edgeInterpolationScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
| Return new tmp interpolation scheme. | |
| static tmp< edgeInterpolationScheme< Type > > | New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) |
| Return new tmp interpolation scheme. | |
| static tmp< GeometricField< Type, faePatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &, const tmp< edgeScalarField > &) |
| Return the face-interpolate of the given cell field. | |
| static tmp< GeometricField< Type, faePatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &) |
| Return the face-interpolate of the given cell field. | |
| static tmp< GeometricField< Type, faePatchField, edgeMesh > > | euclidianInterpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &) |
| Return the euclidian edge-interpolate of the given area field. | |
linear/upwind blended differencing scheme.
Definition at line 49 of file blendedEdgeInterpolation.H.
|
delete |
No copy construct.
References blendedEdgeInterpolation().
Referenced by blendedEdgeInterpolation(), and operator=().


|
inline |
Construct from mesh, faceFlux and blendingFactor.
Definition at line 88 of file blendedEdgeInterpolation.H.
References linearEdgeInterpolation< Type >::linearEdgeInterpolation(), edgeInterpolationScheme< Type >::mesh(), and upwindEdgeInterpolation< Type >::upwindEdgeInterpolation().

Construct from mesh and Istream.
The name of the flux field is read from the Istream and looked-up from the database
Definition at line 107 of file blendedEdgeInterpolation.H.
References linearEdgeInterpolation< Type >::linearEdgeInterpolation(), edgeInterpolationScheme< Type >::mesh(), and upwindEdgeInterpolation< Type >::upwindEdgeInterpolation().

|
inline |
Construct from mesh, faceFlux and Istream.
Definition at line 129 of file blendedEdgeInterpolation.H.
References linearEdgeInterpolation< Type >::linearEdgeInterpolation(), edgeInterpolationScheme< Type >::mesh(), and upwindEdgeInterpolation< Type >::upwindEdgeInterpolation().

| TypeName | ( | "blended" | ) |
Runtime type information.
|
delete |
No copy assignment.
References blendedEdgeInterpolation().

|
inlinevirtual |
Return the interpolation weighting factors.
Implements edgeInterpolationScheme< Type >.
Definition at line 148 of file blendedEdgeInterpolation.H.
References linearEdgeInterpolation< Type >::weights(), and upwindEdgeInterpolation< Type >::weights().
