35 #ifndef sidedPhaseInterface_H 36 #define sidedPhaseInterface_H virtual word name() const
Name.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
static word separator()
Return the separator that delimits this interface's name.
Class to represent a system of phases and model interfacial transfers between them.
A class for handling words, derived from string.
Class to represent a certain side of an interface between phases.
sidedPhaseInterface(const phaseModel &phase, const phaseModel &otherPhase)
Construct from phases.
const phaseSystem & fluid() const
Return the phase system.
virtual ~sidedPhaseInterface()
Destructor.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const phaseModel & otherPhase() const
Phase on the other side of the interface.
const phaseModel & phase() const
Phase on the this side of the interface.
TypeName("sidedPhaseInterface")
Runtime type information.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...