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

Linear/upwind blended differencing scheme. More...

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

Public Member Functions

 TypeName ("skewCorrected")
 
 skewCorrectedEdgeInterpolation (const faMesh &mesh, Istream &is)
 
 skewCorrectedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is)
 
 skewCorrectedEdgeInterpolation (const skewCorrectedEdgeInterpolation &)=delete
 
void operator= (const skewCorrectedEdgeInterpolation &)=delete
 
virtual tmp< edgeScalarFieldweights (const GeometricField< Type, faPatchField, areaMesh > &vf) const
 
virtual bool corrected () const
 
tmp< GeometricField< Type, faePatchField, edgeMesh > > skewCorrection (const GeometricField< Type, faPatchField, areaMesh > &vf) const
 
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > correction (const GeometricField< Type, faPatchField, areaMesh > &vf) 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 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::skewCorrectedEdgeInterpolation< Type >

Linear/upwind blended differencing scheme.

Source files

Definition at line 52 of file skewCorrectedEdgeInterpolation.H.

Constructor & Destructor Documentation

◆ skewCorrectedEdgeInterpolation() [1/3]

skewCorrectedEdgeInterpolation ( const faMesh mesh,
Istream is 
)
inline

Definition at line 70 of file skewCorrectedEdgeInterpolation.H.

◆ skewCorrectedEdgeInterpolation() [2/3]

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

Definition at line 81 of file skewCorrectedEdgeInterpolation.H.

◆ skewCorrectedEdgeInterpolation() [3/3]

Member Function Documentation

◆ TypeName()

TypeName ( "skewCorrected"  )

◆ operator=()

void operator= ( const skewCorrectedEdgeInterpolation< Type > &  )
delete

◆ weights()

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

Implements edgeInterpolationScheme< Type >.

Definition at line 106 of file skewCorrectedEdgeInterpolation.H.

◆ corrected()

virtual bool corrected ( ) const
inlinevirtual

Reimplemented from edgeInterpolationScheme< Type >.

Definition at line 114 of file skewCorrectedEdgeInterpolation.H.

References edgeInterpolationScheme< Type >::mesh(), and Foam::skew().

Referenced by skewCorrectedEdgeInterpolation< Type >::correction().

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

◆ skewCorrection()

tmp<GeometricField<Type, faePatchField, edgeMesh> > skewCorrection ( const GeometricField< Type, faPatchField, areaMesh > &  vf) const
inline

◆ correction()

virtual tmp<GeometricField<Type, faePatchField, edgeMesh> > correction ( const GeometricField< Type, faPatchField, areaMesh > &  vf) const
inlinevirtual

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