26 #include "phaseModel.H" 42 const phaseModel& phase1,
43 const phaseModel& phase2
48 phaseInterface::getPhase1(phase1, phase2).
name(),
49 phaseInterface::getPhase2(phase1, phase2).
name()
56 phaseInterfaceKey(interface.
phase1(), interface.
phase2())
68 Foam::label Foam::phaseInterfaceKey::hash::operator()
70 const phaseInterfaceKey& key
73 return word::hash()(key.first()) + word::hash()(key.second());
81 const phaseInterfaceKey& a,
82 const phaseInterfaceKey&
b 91 const phaseInterfaceKey& a,
92 const phaseInterfaceKey&
b virtual ~phaseInterfaceKey()
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
static int compare(const Pair< Type > &a, const Pair< Type > &b)
Compare Pairs.
phaseInterface(const phaseModel &phase1, const phaseModel &phase2)
Construct from phases.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
Holds information (coordinate and normal) regarding nearest wall point.
const phaseModel & phase1() const
Return phase 1.
Istream & operator>>(Istream &, directionInfo &)
phaseInterfaceKey()
Construct null.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const phaseModel & phase2() const
Return phase 2.
word name(const complex &)
Return a string representation of a complex.
Ostream & operator<<(Ostream &, const ensightPart &)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.