36 #ifndef displacedPhaseInterface_H
37 #define displacedPhaseInterface_H
Class to represent an interface between phases which has been displaced to some extent by a third pha...
displacedPhaseInterface(const phaseModel &phase1, const phaseModel &phase2, const phaseModel &displacing)
Construct from phases.
virtual ~displacedPhaseInterface()
Destructor.
static word separator()
Return the separator that delimits this interface's name.
virtual word name() const
Name.
const phaseModel & displacing() const
Displacing phase.
TypeName("displacedPhaseInterface")
Runtime type information.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
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.
A class for handling words, derived from string.