37 dispersedDisplacedPhaseInterface,
48 dispersedDisplacedPhaseInterface,
58 const phaseModel& dispersed,
59 const phaseModel& continuous,
60 const phaseModel& displacing
63 phaseInterface(dispersed, continuous),
64 dispersedPhaseInterface(dispersed, continuous),
65 displacedPhaseInterface(dispersed, continuous, displacing)
71 const phaseSystem&
fluid,
75 phaseInterface(fluid, name),
76 dispersedPhaseInterface(fluid, name),
77 displacedPhaseInterface(fluid, name)
96 + displacing().name();
static word separator()
Return the separator that delimits this interface's name.
virtual word name() const
Name.
virtual word name() const
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.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
dispersedDisplacedPhaseInterface(const phaseModel &dispersed, const phaseModel &continuous, const phaseModel &displacing)
Construct from phases.
word name(const complex &)
Return a string representation of a complex.
virtual ~dispersedDisplacedPhaseInterface()
Destructor.
#define defineTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.