Added info to DebyeHuckel. It's getting to be near a documented state.
test suite fix:
fixed Makefile.in's. The .depends were not being included in the Makefiles.
It should now be more stable.
Fixed an error in IdealMolalSoln -> density wasn't beeing recalculated.
Updated the test problem with the fix.
Worked CANTERA_DEBUG_MODE into the Makefiles. It wasn't being used.
Split the multiproblem DH_graph_1 test into multiple directories, one per test
Worked on getting all of the test problems to have the same look, feel, and printout.
does, putting in doxygen documentation. Tried to fix some holes
in DebyeHuckel wherein calculations may be returned without
updating the underlying water standard state.
I had started to put similar routines in in child routines, but it
deserves to be here to fill out the suite.
Added DebyeHuckel to doxygen - unfinished.
took out getSpeciesMolarVolume() from DebyeHuckel.
function.
Added "None" to TransportBase.h. I think I had taken it out inadvertently
from one of the other .h files. It's needed here to specify no
transport. (maybe time for using enums)
functions and doxygen documentation.
Changed _updateStandardStateThermo() and _updateRefStateThermo()
to virtual protected functions, which is a necessary condition for
them to be useful.
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.
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.