33 namespace blendingMethods
45 const UPtrList<const volScalarField>& alphas,
50 return constant(alphas, 0);
58 const dictionary&
dict,
59 const phaseInterface& interface
62 blendingMethod(dict, interface)
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Macros for easy insertion into run-time selection tables.
segregated(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
virtual bool canSegregate() const
Return whether or not this interface can segregate.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual bool canBeContinuous(const label index) const
Return whether or not a phase can be considered segregated.
virtual tmp< volScalarField > fContinuous(const UPtrList< const volScalarField > &alphas, const label phaseSet, const label systemSet) const
Evaluate the blending function.
A class for managing temporary objects.