Base class of the thermophysical property types. More...
Public Member Functions | |
ClassName ("specie") | |
specie (const specie &)=default | |
specie (const scalar Y, const scalar molWeight) | |
specie (const word &name, const scalar Y, const scalar molWeight) | |
specie (const word &name, const specie &) | |
specie (const dictionary &dict) | |
const word & | name () const |
scalar | W () const |
scalar | Y () const |
scalar | R () const |
void | write (Ostream &os) const |
void | operator= (const specie &) |
void | operator+= (const specie &) |
void | operator*= (const scalar) |
Friends | |
specie | operator+ (const specie &, const specie &) |
specie | operator* (const scalar, const specie &) |
specie | operator== (const specie &, const specie &) |
Ostream & | operator<< (Ostream &, const specie &) |
Base class of the thermophysical property types.
|
explicit |
ClassName | ( | "specie" | ) |
|
inline |
Definition at line 62 of file specieI.H.
Referenced by WLFTransport::write(), and sutherlandTransport::write().
|
inline |
Definition at line 80 of file specieI.H.
References Foam::constant::thermodynamic::RR.
void write | ( | Ostream & | os | ) | const |
Definition at line 45 of file specie.C.
References Ostream::beginBlock(), Ostream::endBlock(), os(), Ostream::writeEntry(), and Ostream::writeEntryIfDifferent().
Referenced by Foam::operator<<().
|
inline |
Definition at line 96 of file specieI.H.
References Foam::mag().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.