fvGeometryScheme Class Referenceabstract

Abstract base class for geometry calculation schemes. More...

Inheritance diagram for fvGeometryScheme:
[legend]
Collaboration diagram for fvGeometryScheme:
[legend]

Public Member Functions

 TypeName ("fvGeometryScheme")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, fvGeometryScheme, dict,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 fvGeometryScheme (const fvMesh &mesh, const dictionary &dict)
 Construct from mesh. More...
 
virtual ~fvGeometryScheme ()=default
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
virtual void movePoints ()
 Update basic geometric properties from provided points. More...
 
virtual tmp< surfaceScalarFieldweights () const =0
 Return linear difference weighting factors. More...
 
virtual tmp< surfaceScalarFielddeltaCoeffs () const =0
 Return cell-centre difference coefficients. More...
 
virtual tmp< surfaceScalarFieldnonOrthDeltaCoeffs () const =0
 Return non-orthogonal cell-centre difference coefficients. More...
 
virtual tmp< surfaceVectorFieldnonOrthCorrectionVectors () const =0
 Return non-orthogonality correction vectors. More...
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 Default construct, initializing count to 0. More...
 
int count () const noexcept
 Return the current reference count. More...
 
bool unique () const noexcept
 Return true if the reference count is zero. More...
 
void operator++ () noexcept
 Increment the reference count. More...
 
void operator++ (int) noexcept
 Increment the reference count. More...
 
void operator-- () noexcept
 Decrement the reference count. More...
 
void operator-- (int) noexcept
 Decrement the reference count. More...
 

Static Public Member Functions

static tmp< fvGeometrySchemeNew (const fvMesh &mesh, const dictionary &dict, const word &defaultScheme)
 Return new tmp interpolation scheme. More...
 

Protected Attributes

const fvMeshmesh_
 Hold reference to mesh. More...
 

Detailed Description

Abstract base class for geometry calculation schemes.

Source files

Definition at line 56 of file fvGeometryScheme.H.

Constructor & Destructor Documentation

◆ fvGeometryScheme()

fvGeometryScheme ( const fvMesh mesh,
const dictionary dict 
)
inline

Construct from mesh.

Definition at line 99 of file fvGeometryScheme.H.

◆ ~fvGeometryScheme()

virtual ~fvGeometryScheme ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "fvGeometryScheme"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( tmp  ,
fvGeometryScheme  ,
dict  ,
(const fvMesh &mesh, const dictionary &dict ,
(mesh, dict  
)

◆ New()

Foam::tmp< Foam::fvGeometryScheme > New ( const fvMesh mesh,
const dictionary dict,
const word defaultScheme 
)
static

Return new tmp interpolation scheme.

Definition at line 44 of file fvGeometryScheme.C.

References Foam::expressions::patchExpr::debug, dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, InfoInFunction, mesh, and entry::stream().

Referenced by surfaceInterpolation::geometry().

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

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 123 of file fvGeometryScheme.H.

References fvGeometryScheme::mesh_.

◆ movePoints()

virtual void movePoints ( )
inlinevirtual

Update basic geometric properties from provided points.

Reimplemented in averageNeighbourFvGeometryScheme, highAspectRatioFvGeometryScheme, stabilisedFvGeometryScheme, and basicFvGeometryScheme.

Definition at line 129 of file fvGeometryScheme.H.

◆ weights()

virtual tmp<surfaceScalarField> weights ( ) const
pure virtual

Return linear difference weighting factors.

Implemented in basicFvGeometryScheme.

◆ deltaCoeffs()

virtual tmp<surfaceScalarField> deltaCoeffs ( ) const
pure virtual

Return cell-centre difference coefficients.

Implemented in basicFvGeometryScheme.

◆ nonOrthDeltaCoeffs()

virtual tmp<surfaceScalarField> nonOrthDeltaCoeffs ( ) const
pure virtual

Return non-orthogonal cell-centre difference coefficients.

Implemented in basicFvGeometryScheme.

◆ nonOrthCorrectionVectors()

virtual tmp<surfaceVectorField> nonOrthCorrectionVectors ( ) const
pure virtual

Return non-orthogonality correction vectors.

Implemented in basicFvGeometryScheme.

Member Data Documentation

◆ mesh_


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