31 template<
class Specie>
42 "adiabaticPerfectFluid<Specie>::adiabaticPerfectFluid(Istream& is)" 47 template<
class Specie>
63 template<
class Specie>
70 dict.
add(
"rho0", rho0_);
71 dict.
add(
"gamma", gamma_);
80 template<
class Specie>
87 os << static_cast<const Specie&>(pf)
95 "Ostream& operator<<(Ostream&, const adiabaticPerfectFluid<Specie>&)"
AdiabaticPerfect gas equation of state.
Ostream & indent(Ostream &os)
Indent stream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
void write(Ostream &os) const
Write to Ostream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const word dictName() const
Return the local dictionary name (final part of scoped name)
adiabaticPerfectFluid(const Specie &sp, const scalar p0, const scalar rho0, const scalar gamma, const scalar B)
Construct from components.