#include <noBlending.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noBlending (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and two phases. | |
| ~noBlending () | |
| 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 ("none") | |
| Runtime type information. | |
| noBlending (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and two phases. | |
| ~noBlending () | |
| 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) |
| noBlending | ( | const dictionary & | dict, |
| const wordList & | phaseNames ) |
Construct from a dictionary and two phases.
Definition at line 44 of file noBlending.C.
References blendingMethod::blendingMethod(), and dict.

| ~noBlending | ( | ) |
Destructor.
Definition at line 57 of file noBlending.C.
| noBlending | ( | const dictionary & | dict, |
| const wordList & | phaseNames ) |
Construct from a dictionary and two phases.
References dict.
| ~noBlending | ( | ) |
Destructor.
|
virtual |
Factor for primary phase.
Implements blendingMethod.
Definition at line 63 of file noBlending.C.
References Foam::dimless, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, phase1, and phase2.

|
virtual |
Factor for secondary phase.
Implements blendingMethod.
Definition at line 82 of file noBlending.C.
References Foam::dimless, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, phase1, and phase2.

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