

Public Member Functions | |
| TypeName ("linear") | |
| Runtime type information. More... | |
| linear (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and two phases. More... | |
| ~linear ()=default | |
| Destructor. More... | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for primary phase. More... | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for secondary phase. More... | |
| TypeName ("linear") | |
| Runtime type information. More... | |
| linear (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and two phases. More... | |
| ~linear ()=default | |
| Destructor. More... | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for primary phase. More... | |
| virtual tmp< volScalarField > | f2 (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... | |
| 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... | |
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 44 of file linearBlendingMethod.C.
References dict, Foam::dimless, Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

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

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

| TypeName | ( | "linear" | ) |
Runtime type information.
|
virtual |
Factor for primary phase.
Implements blendingMethod.
|
virtual |
Factor for secondary phase.
Implements blendingMethod.