Public Member Functions | List of all members
CentredFitScheme< Type, Polynomial, Stencil > Class Template Reference

Centred fit surface interpolation scheme which applies an explicit correction to linear. More...

Inheritance diagram for CentredFitScheme< Type, Polynomial, Stencil >:
Inheritance graph
[legend]
Collaboration diagram for CentredFitScheme< Type, Polynomial, Stencil >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("CentredFitScheme")
 
 CentredFitScheme (const fvMesh &mesh, Istream &is)
 
 CentredFitScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 
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 Polynomial, class Stencil>
class Foam::CentredFitScheme< Type, Polynomial, Stencil >

Centred fit surface interpolation scheme which applies an explicit correction to linear.

Definition at line 47 of file CentredFitScheme.H.

Constructor & Destructor Documentation

◆ CentredFitScheme() [1/2]

CentredFitScheme ( const fvMesh mesh,
Istream is 
)
inline

Definition at line 80 of file CentredFitScheme.H.

◆ CentredFitScheme() [2/2]

CentredFitScheme ( const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream is 
)
inline

Definition at line 90 of file CentredFitScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "CentredFitScheme< Type, Polynomial, Stencil >"  )

◆ corrected()

virtual bool corrected ( ) const
inlinevirtual

Reimplemented from surfaceInterpolationScheme< Type >.

Definition at line 105 of file CentredFitScheme.H.

◆ correction()

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

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