37 #ifndef segregatedDisplacedSidedPhaseInterface_H
38 #define segregatedDisplacedSidedPhaseInterface_H
62 TypeName(
"segregatedDisplacedSidedPhaseInterface");
Class to represent an interface between phases which has been displaced to some extent by a third pha...
const phaseModel & displacing() const
Displacing phase.
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, where one phase is considered segre...
virtual word name() const
Name.
segregatedDisplacedSidedPhaseInterface(const phaseModel &phase, const phaseModel &otherPhase, const phaseModel &displacing)
Construct from phases.
TypeName("segregatedDisplacedSidedPhaseInterface")
Runtime type information.
virtual ~segregatedDisplacedSidedPhaseInterface()
Destructor.
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.
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.