Centred fit surface interpolation scheme which applies an explicit correction to linear. More...
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 |
![]() | |
TypeName ("linear") | |
linear (const fvMesh &mesh) | |
linear (const fvMesh &mesh, Istream &) | |
linear (const fvMesh &mesh, const surfaceScalarField &, Istream &) | |
tmp< surfaceScalarField > | weights (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< linear > | clone () 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) |
![]() | |
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 fvMesh & | mesh () 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 |
![]() | |
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 autoPtr< linear > | New (const dictionary &dict) |
static word | typeName () |
![]() | |
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 const bool | incompressible = false |
static const bool | isochoric = false |
Centred fit surface interpolation scheme which applies an explicit correction to linear.
Definition at line 47 of file CentredFitScheme.H.
|
inline |
Definition at line 80 of file CentredFitScheme.H.
|
inline |
Definition at line 90 of file CentredFitScheme.H.
TypeName | ( | "CentredFitScheme< Type, Polynomial, Stencil >" | ) |
|
inlinevirtual |
Reimplemented from surfaceInterpolationScheme< Type >.
Definition at line 105 of file CentredFitScheme.H.
|
inlinevirtual |
Reimplemented from surfaceInterpolationScheme< Type >.
Definition at line 113 of file CentredFitScheme.H.
References CentredFitData< Polynomial >::coeffs(), f(), surfaceInterpolationScheme< Type >::mesh(), MeshObject< Mesh, MeshObjectType, Type >::New(), MeshObject< fvMesh, MoveableMeshObject, CentredFitData< Polynomial > >::New(), and extendedCentredCellToFaceStencil::weightedSum().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.