36 #ifndef segregatedSidedPhaseInterface_H
37 #define segregatedSidedPhaseInterface_H
59 TypeName(
"segregatedSidedPhaseInterface");
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 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 ~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.