Commit graph

12 commits

Author SHA1 Message Date
Harry Moffat
4f8d4268bf Doxygen update for StoichSubstanceSSTP
Added test problem for  StoichSubstanceSSTP.
2007-02-28 03:00:53 +00:00
Harry Moffat
731e6bc378 Doxygen update
Worked on including GeneralSpeciesThermo
2007-02-16 21:09:42 +00:00
Harry Moffat
db17641781 Doxygen additions - Focused on documenting the Shomate Polynomials. 2007-02-16 17:03:00 +00:00
Harry Moffat
a0b569d49f Doxygen update:
Added Nasa polynomial routines to doxygen docs.
2007-02-14 00:51:03 +00:00
Harry Moffat
89339ce847 solaris port
std:: additions
2006-12-14 18:24:25 +00:00
Dave Goodwin
704e084347 added support for modifying NASA polynomial coefficients 2006-11-06 15:20:34 +00:00
Dave Goodwin
799b9c02e2 support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
Dave Goodwin
6547372987 support for sensitivity analysis 2005-11-10 15:06:33 +00:00
Harry Moffat
5de3c69245 General commit for a reworking of the Species reference state thermo
calculation. This is a reclarification of the reference state thermo
calculations for individual species, and an expansion to handle
liquid phase thermo needs.

There is now a virtual base class for the calculation of reference state
thermo functions for  individual species. It is called
SpeciesThermoInterpType.

There is also a class which allows for a complete general
calculation of the reference state species thermo for a phase,
GeneralSpeciesThermo.

Some of this new functionality may be relegated to ifdef blocks
in the future to limit the amount of code for users who don't
need the new functionality.
2005-10-22 00:18:16 +00:00
Harry Moffat
366928ba51 Added "getParameter" routines to most of the species and phase
thermo objects.

 Fixed a bug in NasaThermo::update_one() and ShomateThermo::update_one()
 that occurred because m_low_map and m_high_map contained bad
 information. They were maps to fixed pointers, but the location of the
 objects that they referred to changed during vector resizing operations.
2004-07-17 00:18:20 +00:00
Dave Goodwin
d95df61602 *** empty log message *** 2003-11-01 04:50:35 +00:00
Dave Goodwin
1e8d3822ff Initial revision 2003-04-14 17:57:48 +00:00