37 #ifndef segregatedPhaseInterface_H
38 #define segregatedPhaseInterface_H
58 TypeName(
"segregatedPhaseInterface");
87 return "segregatedWith";
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.
Class to represent a interface between phases where the two phases are considered to be segregated; t...
static word separator()
Return the separator that delimits this interface's name.
TypeName("segregatedPhaseInterface")
Runtime type information.
virtual word name() const
Name.
segregatedPhaseInterface(const phaseModel &phase1, const phaseModel &phase2)
Construct from phases.
virtual ~segregatedPhaseInterface()
Destructor.
A class for handling words, derived from string.