noBlending Class Reference
Inheritance diagram for noBlending:
[legend]
Collaboration diagram for noBlending:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noBlending (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and two phases. More...
 
 ~noBlending ()
 Destructor. More...
 
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for primary phase. More...
 
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for secondary phase. More...
 
 TypeName ("none")
 Runtime type information. More...
 
 noBlending (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and two phases. More...
 
 ~noBlending ()
 Destructor. More...
 
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for primary phase. More...
 
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for secondary phase. More...
 
- Public Member Functions inherited from blendingMethod
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from blendingMethod
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

Definition at line 51 of file noBlending.H.

Constructor & Destructor Documentation

◆ noBlending() [1/2]

noBlending ( const dictionary dict,
const wordList phaseNames 
)

Construct from a dictionary and two phases.

Definition at line 51 of file noBlending.C.

◆ ~noBlending() [1/2]

~noBlending ( )

Destructor.

Definition at line 64 of file noBlending.C.

◆ noBlending() [2/2]

noBlending ( const dictionary dict,
const wordList phaseNames 
)

Construct from a dictionary and two phases.

◆ ~noBlending() [2/2]

~noBlending ( )

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "none"  )

Runtime type information.

◆ f1() [1/2]

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

Factor for primary phase.

Implements blendingMethod.

Definition at line 70 of file noBlending.C.

References Foam::dimless, mesh, Time::New(), phase1, and phase2.

Here is the call graph for this function:

◆ f2() [1/2]

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

Factor for secondary phase.

Implements blendingMethod.

Definition at line 87 of file noBlending.C.

References Foam::dimless, mesh, Time::New(), and phase1.

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "none"  )

Runtime type information.

◆ f1() [2/2]

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

Factor for primary phase.

Implements blendingMethod.

◆ f2() [2/2]

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

Factor for secondary phase.

Implements blendingMethod.


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