Least-squares edge interpolation scheme class, from face centers to points then from points to edges. More...
#include <leastSquaresEdgeInterpolation.H>


Public Member Functions | |
| TypeName ("leastSquares") | |
| Runtime type information. | |
| leastSquaresEdgeInterpolation (const leastSquaresEdgeInterpolation &)=delete | |
| No copy construct. | |
| void | operator= (const leastSquaresEdgeInterpolation &)=delete |
| No copy assignment. | |
| leastSquaresEdgeInterpolation (const faMesh &mesh) | |
| Construct from mesh. | |
| leastSquaresEdgeInterpolation (const faMesh &mesh, Istream &) | |
| Construct from Istream. | |
| leastSquaresEdgeInterpolation (const faMesh &mesh, const edgeScalarField &, Istream &) | |
| Construct from faceFlux and Istream. | |
| tmp< GeometricField< Type, faePatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &) const |
| Return the edge-interpolate of the given face field. | |
| 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 > > | 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. | |
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. | |
Least-squares edge interpolation scheme class, from face centers to points then from points to edges.
References:
Governing equations (tag:P):
Pesci, C. (2019).
Computational analysis of fluid interfaces
influenced by soluble surfactant.
Darmstadt, Technische Universität. PhD thesis.
URI:https://tuprints.ulb.tu-darmstadt.de/id/eprint/9303
Definition at line 61 of file leastSquaresEdgeInterpolation.H.
|
delete |
No copy construct.
References leastSquaresEdgeInterpolation().
Referenced by leastSquaresEdgeInterpolation(), and operator=().


|
inline |
Construct from mesh.
Definition at line 92 of file leastSquaresEdgeInterpolation.H.
References edgeInterpolationScheme< Type >::edgeInterpolationScheme(), and edgeInterpolationScheme< Type >::mesh().

Construct from Istream.
Definition at line 100 of file leastSquaresEdgeInterpolation.H.
References edgeInterpolationScheme< Type >::edgeInterpolationScheme(), and edgeInterpolationScheme< Type >::mesh().

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

| TypeName | ( | "leastSquares" | ) |
Runtime type information.
|
delete |
No copy assignment.
References leastSquaresEdgeInterpolation().

|
virtual |
Return the edge-interpolate of the given face field.
Reimplemented from edgeInterpolationScheme< Type >.
Definition at line 145 of file leastSquaresEdgeInterpolation.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), tmp< T >::clear(), tmp< T >::cref(), IOobject::db(), DimensionedField< Type, GeoMesh >::dimensions(), forAll, gradScheme< Type >::grad(), IOobject::instance(), Foam::mag(), Foam::max(), DimensionedField< Type, GeoMesh >::mesh(), edgeInterpolationScheme< Type >::mesh(), IOobject::name(), tmp< T >::New(), UList< T >::size(), Foam::sum(), and Foam::Zero.

|
inlinevirtual |
Return the interpolation weighting factors.
Implements edgeInterpolationScheme< Type >.
Definition at line 133 of file leastSquaresEdgeInterpolation.H.
References edgeInterpolationScheme< Type >::mesh().
