Go to the documentation of this file.
31 template<
class Specie>
36 is.check(
"perfectGas<Specie>::perfectGas(Istream& is)");
40 template<
class Specie>
49 template<
class Specie>
58 template<
class Specie>
61 os << static_cast<const Specie&>(pg);
63 os.
check(
"Ostream& operator<<(Ostream& os, const perfectGas<Specie>& st)");
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(Ostream &os) const
Write to Ostream.
perfectGas(const Specie &sp)
Construct from components.
Perfect gas equation of state.
Ostream & operator<<(Ostream &, const edgeMesh &)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...