36 #ifndef dispersedPhaseInterface_H 37 #define dispersedPhaseInterface_H dispersedPhaseInterface(const phaseModel &dispersed, const phaseModel &continuous)
Construct from phases.
TypeName("dispersedPhaseInterface")
Runtime type information.
static word separator()
Return the separator that delimits this interface's name.
virtual word name() const
Name.
tmp< volScalarField > Pr() const
Prandtl number.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
virtual ~dispersedPhaseInterface()
Destructor.
tmp< volScalarField > Eo() const
Eotvos number.
Class to represent a system of phases and model interfacial transfers between them.
A class for handling words, derived from string.
tmp< volScalarField > Mo() const
Morton Number.
const phaseModel & continuous() const
Continuous phase.
const phaseModel & dispersed() const
Dispersed phase.
Class to represent a interface between phases where one phase is considered dispersed within the othe...
tmp< volScalarField > Re() const
Reynolds number.
const phaseSystem & fluid() const
Return the phase system.
tmp< volVectorField > Ur() const
Relative velocity.
tmp< volScalarField > Ta() const
Takahashi Number.
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...