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

Upwind differencing scheme class. More...

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

Public Member Functions

 TypeName ("upwind")
 
 upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux)
 
 upwindEdgeInterpolation (const faMesh &mesh, Istream &is)
 
 upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &)
 
virtual 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::upwindEdgeInterpolation< Type >

Upwind differencing scheme class.

Source files

Definition at line 49 of file upwindEdgeInterpolation.H.

Constructor & Destructor Documentation

◆ upwindEdgeInterpolation() [1/3]

upwindEdgeInterpolation ( const faMesh mesh,
const edgeScalarField faceFlux 
)
inline

Definition at line 74 of file upwindEdgeInterpolation.H.

◆ upwindEdgeInterpolation() [2/3]

upwindEdgeInterpolation ( const faMesh mesh,
Istream is 
)
inline

Definition at line 87 of file upwindEdgeInterpolation.H.

◆ upwindEdgeInterpolation() [3/3]

upwindEdgeInterpolation ( const faMesh mesh,
const edgeScalarField faceFlux,
Istream  
)
inline

Definition at line 104 of file upwindEdgeInterpolation.H.

Member Function Documentation

◆ TypeName()

TypeName ( "upwind"  )

◆ weights()

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

Implements edgeInterpolationScheme< Type >.

Reimplemented in blendedEdgeInterpolation< Type >.

Definition at line 119 of file upwindEdgeInterpolation.H.

References Foam::pos().

Here is the call graph for this function:

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