blendingMethod Class Referenceabstract
Inheritance diagram for blendingMethod:

Public Member Functions

 TypeName ("blendingMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames))
 
 blendingMethod (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~blendingMethod ()
 Destructor. More...
 
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const =0
 Factor for first phase. More...
 
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const =0
 Factor for second phase. More...
 

Static Public Member Functions

static autoPtr< blendingMethodNew (const word &modelName, const dictionary &dict, const wordList &phaseNames)
 

Detailed Description

Source files

Definition at line 49 of file blendingMethod.H.

Constructor & Destructor Documentation

◆ blendingMethod()

blendingMethod ( const dictionary dict)

Construct from a dictionary.

◆ ~blendingMethod()

virtual ~blendingMethod ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "blendingMethod"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
blendingMethod  ,
dictionary  ,
(const dictionary &dict, const wordList &phaseNames)  ,
(dict, phaseNames)   
)

◆ New()

static autoPtr<blendingMethod> New ( const word modelName,
const dictionary dict,
const wordList phaseNames 
)
static

◆ f1()

virtual tmp<volScalarField> f1 ( const phaseModel phase1,
const phaseModel phase2 
) const
pure virtual

Factor for first phase.

Implemented in linear, hyperbolic, and noBlending.

◆ f2()

virtual tmp<volScalarField> f2 ( const phaseModel phase1,
const phaseModel phase2 
) const
pure virtual

Factor for second phase.

Implemented in linear, hyperbolic, and noBlending.


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