Commit graph

9 commits

Author SHA1 Message Date
Harry Moffat
ca4f9cc31d Work on VPStandardStateTP. Started to formalize what it actually
does, putting in doxygen documentation. Tried to fix some holes
in DebyeHuckel wherein calculations may be returned without
updating the underlying water standard state.
2007-03-08 18:23:52 +00:00
Harry Moffat
28154b5088 Doxygen update
Added more equations in DebyeHuckel.
2007-03-05 16:36:32 +00:00
Harry Moffat
346eb134bf Doxygen update ov VPStandardStateTP. Took out unnecessary member
functions and doxygen documentation.
   Changed _updateStandardStateThermo() and _updateRefStateThermo()
to virtual protected functions, which is a necessary condition for
them to be useful.
2007-02-08 16:54:01 +00:00
Harry Moffat
88a7ac3da9 doxygen update.
This commit doesn't change any code. Only the doxygen related
documentation has been updated. The warning levels from doxygen
have been increased, so that undocumented parameters now cause
a warning to be issued.
This commit eliminates these warning messages.
2007-02-01 01:14:56 +00:00
Harry Moffat
78d40b62fe Doxygen update
I upped the warning levels within doxygen and then filled in
the missing information within the currently covered files.
I also created a few more doxygen modules, aiming towards getting
100% coverage of classes within at least one doxygen module.

My hope here is to start adding doxygen documentation
for the strong electrolyte thermodynamics in the near future.
2007-01-26 21:36:30 +00:00
Harry Moffat
72a6de13a4 Uupdaetd the structure of the namespaces so that it would compile. 2006-11-28 18:44:23 +00:00
Harry Moffat
7971238d37 Added an IdealSolidSolnPhase capability. Changed existing thermo files
to use initThermoXML().
2006-06-13 16:02:41 +00:00
Dave Goodwin
642553148d changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-29 10:45:49 +00:00
Harry Moffat
5a9ad810eb Added a few more files to handle liquid electrochemistry thermo. 2005-11-14 18:49:56 +00:00