36#ifndef Foam_blendingMethod_hyperbolic_H
37#define Foam_blendingMethod_hyperbolic_H
39#include "blendingMethod.H"
A HashTable similar to std::unordered_map.
blendingMethod(const dictionary &dict)
Construct from a dictionary.
TypeName("hyperbolic")
Runtime type information.
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const
Factor for second phase.
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const
Factor for first phase.
~hyperbolic()=default
Destructor.
hyperbolic(const dictionary &dict, const wordList &phaseNames)
Construct from a dictionary and a list of phase names.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
List< word > wordList
List of word.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.