36 #ifndef dispersedSidedPhaseInterface_H
37 #define dispersedSidedPhaseInterface_H
59 TypeName(
"dispersedSidedPhaseInterface");
Class to represent a interface between phases where one phase is considered dispersed within the othe...
const phaseModel & continuous() const
Continuous phase.
const phaseModel & dispersed() const
Dispersed phase.
Class to represent a certain side of an interface between phases where one phase is considered disper...
dispersedSidedPhaseInterface(const phaseModel &dispersed, const phaseModel &continuous, const phaseModel &phase)
Construct from phases.
TypeName("dispersedSidedPhaseInterface")
Runtime type information.
virtual word name() const
Name.
virtual ~dispersedSidedPhaseInterface()
Destructor.
const phaseSystem & fluid() const
Return the phase system.
Class to represent a system of phases and model interfacial transfers between them.
Class to represent a certain side of an interface between phases.
const phaseModel & phase() const
Phase on the this side of the interface.
A class for handling words, derived from string.