Dave Goodwin
616eaba372
added debug flag
2007-02-17 10:48:09 +00:00
Dave Goodwin
3f6403c4e8
added debug flag
2007-02-17 00:10:15 +00:00
Dave Goodwin
5258271890
added debug flag, changed log file to be written to tmpDir()
2007-02-17 00:09:21 +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
0c2269a357
Made the function reportParams() in the SpeciesThermo class a const
...
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)
2007-02-14 17:43:31 +00:00
Harry Moffat
a317c47b3a
Added nasa polynomials.
2007-02-14 00:51:49 +00:00
Harry Moffat
a0b569d49f
Doxygen update:
...
Added Nasa polynomial routines to doxygen docs.
2007-02-14 00:51:03 +00:00
Harry Moffat
919745fcc9
Added files.
2007-02-13 15:44:53 +00:00
Harry Moffat
85a4f9d1e1
Doxygen update
...
Starting documenting the species standard state routines.
2007-02-13 15:43:48 +00:00
Harry Moffat
9abc2a984c
Fixed an error on linux.
...
The quotes around the path names now only occur in strings that will
be processed by shells. The shells will strip the double quotes.
2007-02-12 23:53:34 +00:00
Dave Goodwin
44d69d653c
added support for Python and temp directory paths that contain spaces
2007-02-11 17:09:44 +00:00
Dave Goodwin
7952863967
*** empty log message ***
2007-02-11 17:08:36 +00:00
Dave Goodwin
69a9a20eb8
added option to specify domain bandwidths
2007-02-11 16:27:38 +00:00
Dave Goodwin
f50e48e54f
updated equilibrate to use 2-character string rather than an integer.
2007-02-10 13:54:30 +00:00
Harry Moffat
7f6b32cb0b
Added ThermoFactory.
2007-02-09 22:12:46 +00:00
Harry Moffat
54daaf80c1
Doxygen update -> Added ThermoFactory
2007-02-09 22:12:06 +00:00
Harry Moffat
14862c28c1
Added importPhase
2007-02-09 17:49:03 +00:00
Harry Moffat
aca7f20a46
Added the importPhase functions to doxygen.
...
No code changes.
2007-02-09 17:48: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
4d9abd04ae
Added some files.
2007-02-07 21:27:28 +00:00
Harry Moffat
6dae6c7a2c
Doxygen update. Added SingleSpeciesTP to doxygen.
...
I took out overloaded functions that weren't doing anything.
2007-02-07 21:26:47 +00:00
Dave Goodwin
de9faa82b7
windows bug fixes by Bert Bell
2007-02-02 19:24:19 +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
6d3600d61a
Added these files. The objects are under construction.
2007-01-31 16:26:54 +00:00
Dave Goodwin
9479564e1d
misc fixes
2007-01-27 16:54:48 +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
Harry Moffat
0c2ca20d64
Small changes to rebaseline against results.
2007-01-12 23:42:50 +00:00
Harry Moffat
6d85b768d8
Changed the estimateEP_Brinkley convergence criteria to more stringent
...
than the main convergence criteria in equilibrium(). This was necessary
to avoid another nonconvergence case. You don't want equilibrate() routine's
matrix algorithm to handle ill-conditioned matrices.
Changed the storage of element potentials. Now, dimensionless element
potentials are storred, instead of dimensional one. There is less dependence
on temperature.
All debugging print statements now use Cantera's writelog() utility.
2007-01-12 23:41:08 +00:00
Dave Goodwin
e433bed576
*** empty log message ***
2007-01-11 11:37:23 +00:00
Harry Moffat
bbca200cb9
Added another test.
2007-01-02 00:32:31 +00:00
Harry Moffat
2550449514
Added a test for nComponents < number of elements
2007-01-02 00:31:55 +00:00
Harry Moffat
d978389e98
Changes to handle systems where the number of components is less
...
than the number of elements.
2007-01-02 00:30:59 +00:00
Harry Moffat
89ffb64844
Added a new test.
2007-01-01 21:24:40 +00:00
Harry Moffat
e714976628
Added a new test
2007-01-01 21:24:19 +00:00
Harry Moffat
847b8ee8b7
Added new test for ionized species.
2007-01-01 21:23:42 +00:00
Harry Moffat
857af1e25b
Modification to some of the ChemEquil algorithms to handle charged
...
species effectively and to handle equilibrium situations where the
number of components is less than the number of elements.
2007-01-01 21:20:07 +00:00
Harry Moffat
0c6a8197e9
solaris port
...
std:: additions
2006-12-14 20:51:47 +00:00
Dave Goodwin
56163cab17
*** empty log message ***
2006-12-14 18:48:57 +00:00
Harry Moffat
082d13eb38
solaris port
...
CXX_depends addition
2006-12-14 18:47:56 +00:00
Harry Moffat
3bd04e58ff
solaris port
...
CXX_DEPENDS variable addition
2006-12-14 18:46:00 +00:00
Harry Moffat
289eb43afb
solaris port
...
added the CXX_DEPENDS variable.
2006-12-14 18:43:08 +00:00
Harry Moffat
271f6edbe9
solaris port
...
Added the @CXX_DEPENDS@ variable.
2006-12-14 18:42:19 +00:00
Harry Moffat
c944babc03
Added CXX_DEPENDS
2006-12-14 18:40:55 +00:00
Harry Moffat
52cc879fe4
solaris port:
...
Added a CXX_DEPENDS variable.
2006-12-14 18:39:33 +00:00
Harry Moffat
5fc5fa51c5
solaris port
2006-12-14 18:34:56 +00:00
Harry Moffat
f7eedd6855
solaris port
...
std:: additions
2006-12-14 18:29:40 +00:00