36 #ifndef displacedSidedPhaseInterface_H
37 #define displacedSidedPhaseInterface_H
60 TypeName(
"displacedSidedPhaseInterface");
Class to represent an interface between phases which has been displaced to some extent by a third pha...
const phaseModel & displacing() const
Displacing phase.
Class to represent a certain side of an interface between phases, where the interface has been displa...
virtual word name() const
Name.
virtual ~displacedSidedPhaseInterface()
Destructor.
TypeName("displacedSidedPhaseInterface")
Runtime type information.
displacedSidedPhaseInterface(const phaseModel &phase, const phaseModel &otherPhase, const phaseModel &displacing)
Construct from phases.
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.
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.