#include <linearBlendingMethod.H>


Public Member Functions | |
| TypeName ("linear") | |
| Runtime type information. | |
| linear (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and two phases. | |
| ~linear ()=default | |
| Destructor. | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for primary phase. | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for secondary phase. | |
| TypeName ("linear") | |
| Runtime type information. | |
| linear (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and two phases. | |
| ~linear ()=default | |
| Destructor. | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for primary phase. | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for secondary phase. | |
| Public Member Functions inherited from blendingMethod | |
| TypeName ("blendingMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames)) | |
| blendingMethod (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~blendingMethod ()=default |
| Destructor. | |
| TypeName ("blendingMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames)) | |
| blendingMethod (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~blendingMethod ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from blendingMethod | |
| static autoPtr< blendingMethod > | New (const word &modelName, const dictionary &dict, const wordList &phaseNames) |
| static autoPtr< blendingMethod > | New (const dictionary &dict, const wordList &phaseNames) |
Definition at line 47 of file linearBlendingMethod.H.
| linear | ( | const dictionary & | dict, |
| const wordList & | phaseNames ) |
Construct from a dictionary and two phases.
Definition at line 43 of file linearBlendingMethod.C.
References blendingMethod::blendingMethod(), dict, Foam::dimless, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and IOobject::groupName().

| linear | ( | const dictionary & | dict, |
| const wordList & | phaseNames ) |
Construct from a dictionary and two phases.
References dict.
|
default |
Destructor.
| TypeName | ( | "linear" | ) |
Runtime type information.
References dict.
|
virtual |
Factor for primary phase.
Implements blendingMethod.
Definition at line 93 of file linearBlendingMethod.C.
References Foam::max(), Foam::min(), phase1, and phase2.

|
virtual |
Factor for secondary phase.
Implements blendingMethod.
Definition at line 118 of file linearBlendingMethod.C.
References Foam::max(), Foam::min(), phase1, and phase2.

| TypeName | ( | "linear" | ) |
Runtime type information.
|
virtual |
|
virtual |