Public Member Functions | List of all members
linearEdgeInterpolation< Type > Class Template Reference

Central-differencing interpolation scheme class. More...

Inheritance diagram for linearEdgeInterpolation< Type >:
Inheritance graph
[legend]
Collaboration diagram for linearEdgeInterpolation< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("linear")
 
 linearEdgeInterpolation (const faMesh &mesh)
 
 linearEdgeInterpolation (const faMesh &mesh, Istream &)
 
 linearEdgeInterpolation (const faMesh &mesh, const edgeScalarField &, Istream &)
 
tmp< edgeScalarFieldweights (const GeometricField< Type, faPatchField, areaMesh > &) const
 
- 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 faMesh &mesh)
 
virtual ~edgeInterpolationScheme ()
 
const faMeshmesh () const
 
virtual bool corrected () const
 
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > correction (const GeometricField< Type, faPatchField, areaMesh > &) const
 
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &) const
 
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > euclidianInterpolate (const GeometricField< Type, faPatchField, areaMesh > &) const
 
tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh >> &) const
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 
int count () const noexcept
 
bool unique () const noexcept
 
void operator++ () noexcept
 
void operator++ (int) noexcept
 
void operator-- () noexcept
 
void operator-- (int) noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from edgeInterpolationScheme< Type >
static tmp< edgeInterpolationScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 
static tmp< edgeInterpolationScheme< Type > > New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData)
 
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &, const tmp< edgeScalarField > &)
 
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &)
 
static tmp< GeometricField< Type, faePatchField, edgeMesh > > euclidianInterpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &)
 

Detailed Description

template<class Type>
class Foam::linearEdgeInterpolation< Type >

Central-differencing interpolation scheme class.

Source files

Definition at line 48 of file linearEdgeInterpolation.H.

Constructor & Destructor Documentation

◆ linearEdgeInterpolation() [1/3]

linearEdgeInterpolation ( const faMesh mesh)
inline

Definition at line 66 of file linearEdgeInterpolation.H.

◆ linearEdgeInterpolation() [2/3]

linearEdgeInterpolation ( const faMesh mesh,
Istream  
)
inline

Definition at line 72 of file linearEdgeInterpolation.H.

◆ linearEdgeInterpolation() [3/3]

linearEdgeInterpolation ( const faMesh mesh,
const edgeScalarField ,
Istream  
)
inline

Definition at line 79 of file linearEdgeInterpolation.H.

Member Function Documentation

◆ TypeName()

TypeName ( "linear"  )

◆ weights()

tmp<edgeScalarField> weights ( const GeometricField< Type, faPatchField, areaMesh > &  ) const
inlinevirtual

Implements edgeInterpolationScheme< Type >.

Definition at line 93 of file linearEdgeInterpolation.H.

References edgeInterpolationScheme< Type >::mesh().

Referenced by blendedEdgeInterpolation< Type >::weights().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: