#include <blendingMethod.H>
|
| | 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.
|
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const =0 |
| | Factor for first phase.
|
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const =0 |
| | Factor for second phase.
|
| | 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.
|
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const =0 |
| | Factor for first phase.
|
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const =0 |
| | Factor for second phase.
|
- Source files
-
- Source files
-
Definition at line 48 of file blendingMethod.H.
◆ blendingMethod() [1/2]
◆ ~blendingMethod() [1/2]
◆ blendingMethod() [2/2]
Construct from a dictionary.
References dict.
◆ ~blendingMethod() [2/2]
◆ TypeName() [1/2]
| TypeName |
( |
"blendingMethod" | | ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable() [1/2]
◆ New() [1/2]
◆ f1() [1/2]
◆ f2() [1/2]
◆ TypeName() [2/2]
| TypeName |
( |
"blendingMethod" | | ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable() [2/2]
◆ New() [2/2]
◆ f1() [2/2]
◆ f2() [2/2]
The documentation for this class was generated from the following files:
- src/phaseSystemModels/reactingEuler/multiphaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethod.H
- src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethod.H
- src/phaseSystemModels/reactingEuler/multiphaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethod.C
- src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethod.C