31 template<
class EquationOfState,
int PolySize>
37 EquationOfState(dict),
50 eCoeffs_ = CvCoeffs_.integral();
51 sCoeffs_ = CvCoeffs_.integralMinus1();
54 eCoeffs_[0] -= eCoeffs_.value(
Tstd);
57 sCoeffs_[0] -= sCoeffs_.value(
Tstd);
63 template<
class EquationOfState,
int PolySize>
85 template<
class EquationOfState,
int PolySize>
Internal energy based thermodynamics package using a polynomial function of temperature for the const...
virtual Ostream & write(const char)=0
Write character.
Ostream & indent(Ostream &os)
Indent stream.
void write(Ostream &os) const
Write to Ostream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dimensionedScalar Tstd
Standard temperature.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
const word dictName() const
Return the local dictionary name (final part of scoped name)
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A class for handling words, derived from string.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
word name(const complex &)
Return a string representation of a complex.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.