Commit graph

161 commits

Author SHA1 Message Date
Harry Moffat
28bf38b934 Added the clockWC class to the doxygen docs. 2007-06-11 15:22:26 +00:00
Harry Moffat
9f895f47ab Added a dir.
Added more predefines.
2007-05-14 14:37:37 +00:00
Dave Goodwin
7f570c79ca bug fixes 2007-05-12 12:55:25 +00:00
Harry Moffat
240e0fc78e Added PREDEFINES. Apparently, the current config.h setup doesn't get
passed through doxygen's predefines. Therefore, modules aren't being
read into the doxygen documentation. The solution is to
artificially define PREDEFINES, so that doxygen can operate
correctly.
2007-05-11 19:56:03 +00:00
Harry Moffat
b098a9ec8d Added additional directories so that doxygen can find the files. 2007-05-11 17:19:14 +00:00
Dave Goodwin
9ec5f81be1 minor bug fixes 2007-05-10 20:22:36 +00:00
Dave Goodwin
fea8c985f5 reorganized source tree, changed include files, etc. 2007-05-04 15:18:40 +00:00
Harry Moffat
874e8192a4 Changed csvdiff so that it would care about the header information,
and fail a test the headers are different.
Note, I am using this information to put the iteration count.
2007-04-01 22:00:53 +00:00
Harry Moffat
4c58052e41 doxygen update
Finished eliminating the doxygen warnings from MultiPhase
2007-03-30 23:20:05 +00:00
Harry Moffat
1e07d47bb8 Added an element abundance return capability.
doxygen update
  Started documenting MultiPhase
2007-03-28 20:33:43 +00:00
Harry Moffat
dfbb45596a csvdiff update:
Some data columns may now be strings. A string comparison is then
done.
2007-03-26 21:53:45 +00:00
Harry Moffat
59e246d889 doxygen update
Worked on the Phases of Matter module
2007-03-24 03:12:43 +00:00
Harry Moffat
7bdea0ffd8 Doxygen update
Finished a draft of the File Tab within Doxygen. Each file now
has a link to the relevant modules and classes.
2007-03-23 15:09:17 +00:00
Harry Moffat
4d0160ec34 solaris10 change
Changed a @CXX@ to a @CXX_DEPENDS@
2007-03-20 21:27:29 +00:00
Harry Moffat
e82454b11b solaris10 change:
changed a CXX to a CXX_DEPENDS
2007-03-20 21:26:44 +00:00
Harry Moffat
bec5229624 doxygen update
Changed the name of WaterTP to WaterSSTP in a few places.
2007-03-15 23:09:44 +00:00
Harry Moffat
2a6f9647e7 doxygen update
Started writing header info for IdealGasPhase
2007-03-13 00:58:04 +00:00
Harry Moffat
3dcba97a80 doxygen update
Added PureFluidPhase and WaterTP
2007-03-12 15:16:23 +00:00
Harry Moffat
ebdc0d014b Fixed some errors in DebyeHuckel that weren't covered by test suite
(partial molar enthalpy and heat capacity)
Doxygen update
  - added private functions and added some water property files.
2007-03-12 01:12:57 +00:00
Harry Moffat
51a5f82474 Doxygen update:
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.
2007-03-11 19:46:14 +00:00
Harry Moffat
a4f1ab3d74 Added getStandardVolumes_ref() to ThermoPhase.h
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.
2007-02-28 22:17:12 +00:00
Harry Moffat
4f8d4268bf Doxygen update for StoichSubstanceSSTP
Added test problem for  StoichSubstanceSSTP.
2007-02-28 03:00:53 +00:00
Harry Moffat
1cd197ea7a doxygen update:
Added EdgePhase
Worked on test suite:
   HMW_Test_1 passes now whether Debug_Mode is turned on or not.
2007-02-24 00:51:56 +00:00
Harry Moffat
6b2b1ad51a Doxygen update for SurfPhase
Also added a Surfphase(XML_node &) constructor.
2007-02-23 16:52:07 +00:00
Harry Moffat
9fbb9b5a96 Doxygen update:
Added IdealGasPhase to doxygen
   Filled in a couple of missing functions in IdealGasPhase
Fixed clean rule and depends rule in test_problems
2007-02-20 02:00:20 +00:00
Dave Goodwin
34f8c094bc *** empty log message *** 2007-02-17 21:52:36 +00:00
Dave Goodwin
616eaba372 added debug flag 2007-02-17 10:48:09 +00:00
Harry Moffat
d53d7577c8 Doxygen update of Mu0Poly and ConstCpPoly 2007-02-16 23:35:40 +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
a317c47b3a Added nasa polynomials. 2007-02-14 00:51:49 +00:00
Harry Moffat
919745fcc9 Added files. 2007-02-13 15:44:53 +00:00
Dave Goodwin
7952863967 *** empty log message *** 2007-02-11 17:08:36 +00:00
Harry Moffat
7f6b32cb0b Added ThermoFactory. 2007-02-09 22:12:46 +00:00
Harry Moffat
14862c28c1 Added importPhase 2007-02-09 17:49:03 +00:00
Harry Moffat
4d9abd04ae Added some files. 2007-02-07 21:27:28 +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
Dave Goodwin
28d2554423 *** empty log message *** 2007-01-31 17:33:11 +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
52e2b78a18 Doxygen update:
I worked on upgrading the Cantera Error Handling section and I
eliminated all of the doxygen warning messages that I encountered.
2007-01-25 00:12:37 +00:00
Dave Goodwin
ce73f8bacd removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
Dave Goodwin
29335b4442 added writing PYTHONPATH to setup_Cantera for min_Python 2006-11-11 01:37:58 +00:00
Dave Goodwin
40eb712c68 *** empty log message *** 2006-11-09 14:07:05 +00:00
Dave Goodwin
c57ededb30 *** empty log message *** 2006-11-09 13:58:38 +00:00
Dave Goodwin
1481f13b94 modified for cygwin 2006-10-30 19:30:59 +00:00
Dave Goodwin
ea1665fd3e mods for cygwin 2006-10-27 20:34:02 +00:00
Dave Goodwin
33c2855cdf *** empty log message *** 2006-10-26 18:40:05 +00:00
Dave Goodwin
ab15545caf removed FLIBS 2006-10-23 00:51:39 +00:00
Harry Moffat
aa3e8cf53b Fixed an error for zero length files. 2006-08-29 16:49:54 +00:00
Harry Moffat
3d9f85cf09 Added default column titles, if none are supplied in the file.
This avoids a seg fault.
2006-08-28 00:19:31 +00:00