blendedSchemeBase< Type > Class Template Referenceabstract

Base class for blended schemes to provide access to the blending factor surface field. More...

Inheritance diagram for blendedSchemeBase< Type >:
[legend]
Collaboration diagram for blendedSchemeBase< Type >:
[legend]

Public Member Functions

 blendedSchemeBase ()
 Constructor. More...
 
virtual ~blendedSchemeBase ()=default
 Destructor. More...
 
virtual tmp< surfaceScalarFieldblendingFactor (const GeometricField< Type, fvPatchField, volMesh > &vf) const =0
 Return the face-based blending factor. More...
 

Detailed Description

template<class Type>
class Foam::blendedSchemeBase< Type >

Base class for blended schemes to provide access to the blending factor surface field.

Definition at line 55 of file blendedSchemeBase.H.

Constructor & Destructor Documentation

◆ blendedSchemeBase()

blendedSchemeBase ( )
inline

Constructor.

Definition at line 63 of file blendedSchemeBase.H.

◆ ~blendedSchemeBase()

virtual ~blendedSchemeBase ( )
virtualdefault

Destructor.

Member Function Documentation

◆ blendingFactor()

virtual tmp<surfaceScalarField> blendingFactor ( const GeometricField< Type, fvPatchField, volMesh > &  vf) const
pure virtual

Return the face-based blending factor.

Implemented in DEShybrid< Type >, cellCoBlended< Type >, CoBlended< Type >, localBlended< Type >, and blended< Type >.


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