36 #ifndef segregatedSidedPhaseInterface_H
37 #define segregatedSidedPhaseInterface_H
67 TypeName(
"segregatedSidedPhaseInterface");
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 interface between phases where the two phases are considered to be segregated; t...
Class to represent a certain side of an interface between phases, where one phase is considered segre...
TypeName("segregatedSidedPhaseInterface")
Runtime type information.
virtual word name() const
Name.
virtual bool same(const phaseInterface &interface, bool strict) const
Return true if the phase interfaces are the same.
virtual ~segregatedSidedPhaseInterface()
Destructor.
segregatedSidedPhaseInterface(const phaseModel &phase, const phaseModel &otherPhase)
Construct from phases.
Class to represent a certain side of an interface between phases.
const phaseModel & otherPhase() const
Phase on the other side of the interface.
const phaseModel & phase() const
Phase on the this side of the interface.
A class for handling words, derived from string.