Go to the documentation of this file.
28 #include "hyperbolic.H"
35 namespace blendingMethods
52 const dictionary&
dict,
57 transitionAlphaScale_(
"transitionAlphaScale",
dimless,
dict)
59 for (
const word& phaseName : phaseNames)
61 maxDispersedAlpha_.insert
88 (4/transitionAlphaScale_)
106 (4/transitionAlphaScale_)
hyperbolic(const dictionary &dict, const wordList &phaseNames)
Construct from a dictionary and a list of phase names.
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const
Factor for second phase.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
Dimensionless.
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const
Factor for first phase.
A class for managing temporary objects.
List< word > wordList
A List of words.
dimensionedScalar tanh(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(hyperbolic, 0)
addToRunTimeSelectionTable(blendingMethod, hyperbolic, dictionary)
static word groupName(StringType base, const word &group)
Create dot-delimited name.group string.