blendingMethod Class Referenceabstract
Inheritance diagram for blendingMethod:
[legend]

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 ()=default
 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...
 
 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 ()=default
 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)
 
static autoPtr< blendingMethodNew (const dictionary &dict, const wordList &phaseNames)
 

Detailed Description

Source files

Source files

Definition at line 52 of file blendingMethod.H.

Constructor & Destructor Documentation

◆ blendingMethod() [1/2]

blendingMethod ( const dictionary dict)
explicit

Construct from a dictionary.

Definition at line 43 of file blendingMethod.C.

◆ ~blendingMethod() [1/2]

virtual ~blendingMethod ( )
virtualdefault

Destructor.

◆ blendingMethod() [2/2]

blendingMethod ( const dictionary dict)
explicit

Construct from a dictionary.

◆ ~blendingMethod() [2/2]

virtual ~blendingMethod ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "blendingMethod"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

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

◆ New() [1/2]

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

Definition at line 53 of file blendingMethod.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ f1() [1/2]

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

Factor for first phase.

Implemented in hyperbolic, linear, hyperbolic, linear, noBlending, and noBlending.

◆ f2() [1/2]

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

Factor for second phase.

Implemented in hyperbolic, linear, hyperbolic, linear, noBlending, and noBlending.

◆ TypeName() [2/2]

TypeName ( "blendingMethod"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

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

◆ New() [2/2]

Foam::autoPtr< Foam::blendingMethod > New ( const dictionary dict,
const wordList phaseNames 
)
static

Definition at line 53 of file blendingMethod.C.

References dict, dictionary::dictName(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.

Here is the call graph for this function:

◆ f1() [2/2]

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

Factor for first phase.

Implemented in hyperbolic, linear, hyperbolic, linear, noBlending, and noBlending.

◆ f2() [2/2]

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

Factor for second phase.

Implemented in hyperbolic, linear, hyperbolic, linear, noBlending, and noBlending.


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