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 >:
Collaboration diagram for blendedSchemeBase< Type >:

Public Member Functions

 blendedSchemeBase ()=default
 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 49 of file blendedSchemeBase.H.

Constructor & Destructor Documentation

◆ blendedSchemeBase()

blendedSchemeBase ( )
default

Constructor.

◆ ~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: