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

Face-point interpolation scheme class derived from linear and returns linear weighting factors but also applies an explicit correction. More...

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

Public Member Functions

 TypeName ("pointLinear")
 
 pointLinear (const fvMesh &mesh)
 
 pointLinear (const fvMesh &mesh, Istream &)
 
 pointLinear (const fvMesh &mesh, const surfaceScalarField &, Istream &)
 
virtual bool corrected () const
 
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 
- Public Member Functions inherited from linear< Type >
 TypeName ("linear")
 
 linear (const fvMesh &mesh)
 
 linear (const fvMesh &mesh, Istream &)
 
 linear (const fvMesh &mesh, const surfaceScalarField &, Istream &)
 
tmp< surfaceScalarFieldweights (const GeometricField< Type, fvPatchField, volMesh > &) const
 
 linear (const Specie &sp, const scalar psi, const scalar rho0)
 
 linear (const dictionary &dict)
 
 linear (const word &name, const linear &)
 
autoPtr< linearclone () const
 
scalar rho (scalar p, scalar T) const
 
scalar H (const scalar p, const scalar T) const
 
scalar Cp (scalar p, scalar T) const
 
scalar E (const scalar p, const scalar T) const
 
scalar Cv (scalar p, scalar T) const
 
scalar S (const scalar p, const scalar T) const
 
scalar psi (scalar p, scalar T) const
 
scalar Z (scalar p, scalar T) const
 
scalar CpMCv (scalar p, scalar T) const
 
void write (Ostream &os) const
 
void operator+= (const linear &)
 
void operator*= (const scalar)
 
- Public Member Functions inherited from surfaceInterpolationScheme< Type >
 TypeName ("surfaceInterpolationScheme")
 
 declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 
 surfaceInterpolationScheme (const fvMesh &mesh)
 
virtual ~surfaceInterpolationScheme ()=default
 
const fvMeshmesh () const
 
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > dotInterpolate (const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &vf) const
 
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > dotInterpolate (const surfaceVectorField &Sf, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) const
 
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const
 
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &) 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 linear< Type >
static autoPtr< linearNew (const dictionary &dict)
 
static word typeName ()
 
- Static Public Member Functions inherited from surfaceInterpolationScheme< Type >
static tmp< surfaceInterpolationScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 
static tmp< surfaceInterpolationScheme< Type > > New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &)
 
template<class SFType >
static tmp< GeometricField< typename innerProduct< typename SFType::value_type, Type >::type, fvsPatchField, surfaceMesh > > dotInterpolate (const SFType &Sf, const GeometricField< Type, fvPatchField, volMesh > &vf, const tmp< surfaceScalarField > &tlambdas)
 
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &)
 
- Static Public Attributes inherited from linear< Type >
static const bool incompressible = false
 
static const bool isochoric = false
 

Detailed Description

template<class Type>
class Foam::pointLinear< Type >

Face-point interpolation scheme class derived from linear and returns linear weighting factors but also applies an explicit correction.

Uses volPointInterpolation to obtain the field values at the face-points.

Source files

Definition at line 53 of file pointLinear.H.

Constructor & Destructor Documentation

◆ pointLinear() [1/3]

pointLinear ( const fvMesh mesh)
inline

Definition at line 75 of file pointLinear.H.

◆ pointLinear() [2/3]

pointLinear ( const fvMesh mesh,
Istream  
)
inline

Definition at line 83 of file pointLinear.H.

◆ pointLinear() [3/3]

pointLinear ( const fvMesh mesh,
const surfaceScalarField ,
Istream  
)
inline

Definition at line 94 of file pointLinear.H.

Member Function Documentation

◆ TypeName()

TypeName ( "pointLinear< Type >"  )

◆ corrected()

virtual bool corrected ( ) const
inlinevirtual

Reimplemented from surfaceInterpolationScheme< Type >.

Definition at line 107 of file pointLinear.H.

◆ correction()

Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > correction ( const GeometricField< Type, fvPatchField, volMesh > &  vf) const
virtual

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