37 #ifndef dispersedDisplacedPhaseInterface_H
38 #define dispersedDisplacedPhaseInterface_H
60 TypeName(
"dispersedDisplacedPhaseInterface");
Class to represent a interface between phases where one phase is considered dispersed within the othe...
dispersedDisplacedPhaseInterface(const phaseModel &dispersed, const phaseModel &continuous, const phaseModel &displacing)
Construct from phases.
virtual word name() const
Name.
TypeName("dispersedDisplacedPhaseInterface")
Runtime type information.
virtual ~dispersedDisplacedPhaseInterface()
Destructor.
Class to represent a interface between phases where one phase is considered dispersed within the othe...
const phaseModel & continuous() const
Continuous phase.
const phaseModel & dispersed() const
Dispersed phase.
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.
A class for handling words, derived from string.