Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
fvGeometryScheme Class Referenceabstract

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

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

Public Member Functions

 TypeName ("fvGeometryScheme")
 
 declareRunTimeSelectionTable (tmp, fvGeometryScheme, dict,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 fvGeometryScheme (const fvMesh &mesh, const dictionary &dict)
 
virtual ~fvGeometryScheme ()=default
 
const fvMeshmesh () const
 
virtual void movePoints ()
 
virtual tmp< surfaceScalarFieldweights () const =0
 
virtual tmp< surfaceScalarFielddeltaCoeffs () const =0
 
virtual tmp< surfaceScalarFieldnonOrthDeltaCoeffs () const =0
 
virtual tmp< surfaceVectorFieldnonOrthCorrectionVectors () const =0
 
- 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
 

Static Public Member Functions

static tmp< fvGeometrySchemeNew (const fvMesh &mesh, const dictionary &dict, const word &defaultScheme)
 

Protected Attributes

const fvMeshmesh_
 

Detailed Description

Abstract base class for geometry calculation schemes.

Source files

Definition at line 52 of file fvGeometryScheme.H.

Constructor & Destructor Documentation

◆ fvGeometryScheme()

fvGeometryScheme ( const fvMesh mesh,
const dictionary dict 
)
inline

Definition at line 95 of file fvGeometryScheme.H.

◆ ~fvGeometryScheme()

virtual ~fvGeometryScheme ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "fvGeometryScheme"  )

◆ 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

Definition at line 37 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

Definition at line 119 of file fvGeometryScheme.H.

References fvGeometryScheme::mesh_.

◆ movePoints()

virtual void movePoints ( )
inlinevirtual

◆ weights()

virtual tmp<surfaceScalarField> weights ( ) const
pure virtual

Implemented in basicFvGeometryScheme.

◆ deltaCoeffs()

virtual tmp<surfaceScalarField> deltaCoeffs ( ) const
pure virtual

Implemented in basicFvGeometryScheme.

◆ nonOrthDeltaCoeffs()

virtual tmp<surfaceScalarField> nonOrthDeltaCoeffs ( ) const
pure virtual

Implemented in basicFvGeometryScheme.

◆ nonOrthCorrectionVectors()

virtual tmp<surfaceVectorField> nonOrthCorrectionVectors ( ) const
pure virtual

Implemented in basicFvGeometryScheme.

Member Data Documentation

◆ mesh_

const fvMesh& mesh_
protected

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