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

linear/upwind blended differencing scheme. More...

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

Public Member Functions

 TypeName ("blended")
 
 blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, const scalar blendingFactor)
 
 blendedEdgeInterpolation (const faMesh &mesh, Istream &is)
 
 blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is)
 
virtual tmp< edgeScalarFieldweights (const GeometricField< Type, faPatchField, areaMesh > &vf) const
 
- Public Member Functions inherited from linearEdgeInterpolation< Type >
 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
 
- Public Member Functions inherited from upwindEdgeInterpolation< Type >
 TypeName ("upwind")
 
 upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux)
 
 upwindEdgeInterpolation (const faMesh &mesh, Istream &is)
 
 upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &)
 

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::blendedEdgeInterpolation< Type >

linear/upwind blended differencing scheme.

Source files

Definition at line 49 of file blendedEdgeInterpolation.H.

Constructor & Destructor Documentation

◆ blendedEdgeInterpolation() [1/3]

blendedEdgeInterpolation ( const faMesh mesh,
const edgeScalarField faceFlux,
const scalar  blendingFactor 
)
inline

Definition at line 78 of file blendedEdgeInterpolation.H.

◆ blendedEdgeInterpolation() [2/3]

blendedEdgeInterpolation ( const faMesh mesh,
Istream is 
)
inline

Definition at line 94 of file blendedEdgeInterpolation.H.

◆ blendedEdgeInterpolation() [3/3]

blendedEdgeInterpolation ( const faMesh mesh,
const edgeScalarField faceFlux,
Istream is 
)
inline

Definition at line 114 of file blendedEdgeInterpolation.H.

Member Function Documentation

◆ TypeName()

TypeName ( "blended"  )

◆ weights()

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

Reimplemented from upwindEdgeInterpolation< Type >.

Definition at line 131 of file blendedEdgeInterpolation.H.

References linearEdgeInterpolation< Type >::weights().

Here is the call graph for this function:

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