Go to the documentation of this file.
29 #include "noBlending.H"
36 namespace blendingMethods
53 const dictionary&
dict,
58 continuousPhase_(
dict.get<word>(
"continuousPhase"))
86 mesh.time().timeName(),
94 phase2.name() != continuousPhase_
117 mesh.time().timeName(),
125 phase1.name() == continuousPhase_
noBlending(const dictionary &dict, const wordList &phaseNames)
Construct from a dictionary and two phases.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
Dimensionless.
A class for managing temporary objects.
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const
Factor for primary phase.
List< word > wordList
A List of words.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(hyperbolic, 0)
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const
Factor for secondary phase.
addToRunTimeSelectionTable(blendingMethod, hyperbolic, dictionary)