36 #ifndef phaseProperties_H 37 #define phaseProperties_H 51 class phaseProperties;
53 Istream&
operator>>(Istream&, phaseProperties&);
54 Ostream&
operator<<(Ostream&,
const phaseProperties&);
103 void reorder(
const wordList& specieNames);
106 void setCarrierIds(
const wordList& carrierNames);
109 void checkTotalMassFraction()
const;
163 scalar&
Y(
const label speciei);
const word & stateLabel() const
Return const access to the phase state label.
label id(const word &specieName) const
Return the id of a specie in the local list by name.
Helper class to manage multi-specie phase properties.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const scalarField & Y() const
Return const access to all specie mass fractions.
const wordList solidNames(rp.found("solid") ? rp["solid"] :wordList(0))
~phaseProperties()
Destructor.
friend Ostream & operator<<(Ostream &, const phaseProperties &)
static const NamedEnum< phaseType, 4 > phaseTypeNames
Corresponding word representations for phase type enumerations.
A class for handling words, derived from string.
label carrierId(const label speciei) const
Return the carrier id for a given specie.
phaseType
Phase type enumeration.
Istream & operator>>(Istream &, directionInfo &)
const List< word > & names() const
Return the list of specie names.
phaseType phase() const
Return const access to the phase type.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const word & name(const label speciei) const
Return const access to a specie name.
Ostream & operator<<(Ostream &, const ensightPart &)
phaseProperties()
Null constructor.
friend Istream & operator>>(Istream &, phaseProperties &)
word phaseTypeName() const
Return word representation of the phase type.