Commit graph

2209 commits

Author SHA1 Message Date
Harry Moffat
2bbbe08cff took out formatConcentrationString. It wasn't being used. 2009-01-14 22:46:32 +00:00
Harry Moffat
a6c0284257 Added report() to ThermoPhase.h 2009-01-14 22:23:03 +00:00
Harry Moffat
6ee0ad3fbd doxygen update.
moved report to ThermoPhase.h
2009-01-14 22:22:29 +00:00
Harry Moffat
81e8de48df Doxygen update 2009-01-13 23:41:23 +00:00
Harry Moffat
cfcb884dde Fixed an error that crept into the last iteration. 2009-01-13 22:56:45 +00:00
Harry Moffat
cf87c82cd8 doxygen update 2009-01-13 22:14:54 +00:00
Harry Moffat
1f68560bdd doxygen updates 2009-01-13 20:55:20 +00:00
Harry Moffat
012586fe01 Doxygen update 2009-01-12 19:39:14 +00:00
Harry Moffat
c731d5a03c Added PIC flags to c compile statement. They were left out in
some places.
2009-01-12 19:34:14 +00:00
Harry Moffat
af7a31fbc1 Added doxygen info 2009-01-12 16:06:20 +00:00
Harry Moffat
bb9e5e3fb8 doxygen updates 2009-01-11 23:52:41 +00:00
Harry Moffat
f2bf58281c Allowed theta and Theta for the name of XML nodes.
Also Psi and psi work as well.
2009-01-11 21:43:20 +00:00
Harry Moffat
8a475788b0 changed Theta to theta XML Node nomenclature 2009-01-11 21:42:22 +00:00
Harry Moffat
5d1c68d542 doxygen update -> added these files to doxygen 2009-01-11 19:59:15 +00:00
Harry Moffat
145da08d3c Added files 2009-01-11 19:58:31 +00:00
Harry Moffat
8b133d3051 Doxygen updates 2009-01-10 23:07:21 +00:00
Harry Moffat
59ee40d20e Fixed an error due to the last commt 2009-01-10 18:30:28 +00:00
Harry Moffat
0495a00c88 Moved a function tokenizeString from ctml to stringUtils. 2009-01-10 18:26:15 +00:00
Harry Moffat
01ebc586d6 Added stringUtils.h include file where it's needed. 2009-01-10 18:03:31 +00:00
Harry Moffat
fdcb5164de doxygen update.
includes demangling
2009-01-10 17:58:12 +00:00
Harry Moffat
b90b1716da Added Cantera.mak to the files to be copied into the include dir 2009-01-10 00:59:36 +00:00
Harry Moffat
88a1a743d2 Firmed up support for linking against sundials. 2009-01-09 23:26:41 +00:00
Harry Moffat
f69869a685 Fixed an error in the maxTemp and minTemp functions. 2009-01-09 20:59:56 +00:00
Harry Moffat
58431fcb99 Forgot to check in this fix. 2009-01-09 20:28:30 +00:00
Harry Moffat
ce4c00c749 Fixed an error in linking Cantera when SUNDIALS is used.
This changes removes a nonstandard include cpp implementation that
was the cause of the error.
Now the CVode or sundials choice is implemented within the makefile.
2009-01-09 19:23:24 +00:00
Harry Moffat
5285487f8f took out a cvode dependency 2009-01-09 19:07:35 +00:00
Harry Moffat
f0d110ea28 doxygen updates 2009-01-09 16:52:55 +00:00
Harry Moffat
477d0080bc Added the zeta interaction term. 2009-01-09 04:17:31 +00:00
Harry Moffat
1bd9dc858a doxygen update.
->deprecated updateMoleFractions() in favor of uploadMoleFractionsFromPhases()    to help with conceptual understanding.
2009-01-08 20:00:17 +00:00
Harry Moffat
080bd5ba3c Added doxygen comments. 2009-01-08 15:11:09 +00:00
Harry Moffat
3c87825f84 Doxygen update 2009-01-07 20:58:40 +00:00
Harry Moffat
05b50747c8 doxygen updates 2009-01-07 16:42:25 +00:00
Harry Moffat
4951f9f028 Made strings with defaults pass by value 2009-01-07 15:31:22 +00:00
Harry Moffat
12647daa8c doxygen update 2009-01-07 15:28:38 +00:00
Harry Moffat
0726884799 Fixed an error in an error statement 2009-01-06 22:57:40 +00:00
Harry Moffat
2dc2b21423 doxygen update - eliminated warnings 2009-01-06 21:30:08 +00:00
Harry Moffat
e16a74df83 doxygen updates 2009-01-05 23:52:43 +00:00
Harry Moffat
d24e1039b4 Added xml object 2009-01-05 23:51:32 +00:00
Harry Moffat
e6e1618ce1 Added the stringUtils.h file to this file, since it's no longer in
xml.h.
Added headers.
2009-01-05 23:34:40 +00:00
Harry Moffat
7ba6449978 Finished low lvl doxygen commenting XML_Node object 2009-01-05 23:33:44 +00:00
Harry Moffat
aad776eba7 Added .h files. 2009-01-05 23:20:43 +00:00
Harry Moffat
e0075a8ba3 Added a couple of member functions for phases 2009-01-05 20:25:00 +00:00
Harry Moffat
ce511ab734 Fixed a printout 2009-01-05 15:33:17 +00:00
Harry Moffat
3d8b7f857d Added a few routines. 2009-01-04 21:28:02 +00:00
Harry Moffat
18f80575f6 Took out unneeded include files. 2009-01-04 19:23:28 +00:00
Harry Moffat
420604c8fa Doxygen update
Worked on cleaning up some logic in VPSSMgr routines.
2009-01-04 19:21:28 +00:00
Harry Moffat
7825ebb1cd Slight modification to output files. 2009-01-04 06:34:45 +00:00
Harry Moffat
76ebcf3726 Fixed various errors.
Fixed PDSS_HKFT's Cp calculation. It now is correct
   took out out of place initThermo and initThermoXML calls.
2009-01-04 06:34:19 +00:00
Harry Moffat
a879666984 Doxygen updates 2009-01-03 18:48:25 +00:00
Harry Moffat
b20c4174c0 Fixed a big error in the calculation of Cp for the PDSS_HKFT standard
state.
Added reportParams() for the PDSS object and its children.
2009-01-03 03:59:38 +00:00