35 #ifndef sidedPhaseInterface_H
36 #define sidedPhaseInterface_H
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseSystem & fluid() const
Return the phase system.
Class to represent a system of phases and model interfacial transfers between them.
Class to represent a certain side of an interface between phases.
static word separator()
Return the separator that delimits this interface's name.
TypeName("sidedPhaseInterface")
Runtime type information.
virtual ~sidedPhaseInterface()
Destructor.
virtual word name() const
Name.
const phaseModel & otherPhase() const
Phase on the other side of the interface.
autoPtr< phaseInterface > otherInterface() const
Interface on the other side of the interface.
const phaseModel & phase() const
Phase on the this side of the interface.
sidedPhaseInterface(const phaseModel &phase, const phaseModel &otherPhase)
Construct from phases.
A class for handling words, derived from string.