37 #ifndef segregatedDisplacedPhaseInterface_H
38 #define segregatedDisplacedPhaseInterface_H
60 TypeName(
"segregatedDisplacedPhaseInterface");
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.
const phaseModel & phase1() const
Return phase 1.
const phaseModel & phase2() const
Return phase 2.
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,...
segregatedDisplacedPhaseInterface(const phaseModel &phase1, const phaseModel &phase2, const phaseModel &displacing)
Construct from phases.
virtual ~segregatedDisplacedPhaseInterface()
Destructor.
virtual word name() const
Name.
TypeName("segregatedDisplacedPhaseInterface")
Runtime type information.
Class to represent a interface between phases where the two phases are considered to be segregated; t...
A class for handling words, derived from string.