35 segregatedDisplacedPhaseInterface,
46 segregatedDisplacedPhaseInterface,
55 const phaseModel& phase1,
56 const phaseModel& phase2,
57 const phaseModel& displacing
60 phaseInterface(phase1, phase2),
61 segregatedPhaseInterface(phase1, phase2),
62 displacedPhaseInterface(phase1, phase2, displacing)
68 const phaseSystem&
fluid,
72 phaseInterface(fluid, name),
73 segregatedPhaseInterface(fluid, name),
74 displacedPhaseInterface(fluid, name)
93 + displacing().name();
virtual word name() const
Name.
static word separator()
Return the separator that delimits this interface's name.
Macros for easy insertion into run-time selection tables.
static word separator()
Return the separator that delimits this interface's name.
A class for handling words, derived from string.
virtual ~segregatedDisplacedPhaseInterface()
Destructor.
segregatedDisplacedPhaseInterface(const phaseModel &phase1, const phaseModel &phase2, const phaseModel &displacing)
Construct from phases.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
word name(const complex &)
Return a string representation of a complex.
virtual word name() const
Name.
#define defineTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.