37 #ifndef dispersedDisplacedSidedPhaseInterface_H
38 #define dispersedDisplacedSidedPhaseInterface_H
70 TypeName(
"dispersedDisplacedSidedPhaseInterface");
Class to represent a certain side of an interface between phases, where one phase is considered dispe...
TypeName("dispersedDisplacedSidedPhaseInterface")
Runtime type information.
virtual word name() const
Name.
virtual ~dispersedDisplacedSidedPhaseInterface()
Destructor.
virtual bool same(const phaseInterface &interface, bool strict) const
Return true if the phase interfaces are the same.
dispersedDisplacedSidedPhaseInterface(const phaseModel &dispersed, const phaseModel &continuous, const phaseModel &displacing, const phaseModel &phase)
Construct from phases.
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 an interface between phases which has been displaced to some extent by a third pha...
const phaseModel & displacing() const
Displacing phase.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseSystem & fluid() const
Return the phase system.
Class to represent a system of phases.
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.