Commit graph

5556 commits

Author SHA1 Message Date
Harry Moffat
bd2c97399e Changed the initial condition slightly. This was to avoid a
problem with convergence that occurred in the chemical
equilibrium solver.
2006-05-03 18:12:58 +00:00
Harry Moffat
90a83569d0 Rebaselined the blessed state, due to a small change in
initial conditions.
2006-05-03 18:07:01 +00:00
Dave Goodwin
5531ff6b7f moved uname -i statement 2006-05-03 09:51:29 +00:00
Dave Goodwin
c7c55cdbaf initial import 2006-05-01 23:04:34 +00:00
Dave Goodwin
265b81948d added functions to set and get the electric potential of a phase 2006-05-01 23:03:05 +00:00
Harry Moffat
43e9b31519 Added the ext/recipes/Makefile file to the list of makefiles.
Somehow, it wasn't in the list.
2006-05-01 22:36:45 +00:00
Harry Moffat
3358060e48 Tracked down a bug in the make system to cxxlib. Need to make all
at the Cantera/cxx level in order to copy include files over to the
build/include directory tree.
2006-05-01 15:51:13 +00:00
Harry Moffat
b5e838f00a Added some config log files to this file. 2006-04-30 23:43:56 +00:00
Harry Moffat
e64d92439b Added tscompare files. 2006-04-30 23:29:06 +00:00
Harry Moffat
a9baaafd30 Solaris port: added SunWS_cache to clean rule 2006-04-30 23:14:52 +00:00
Harry Moffat
90e586bfa7 Took out extraneous statements. 2006-04-30 23:13:59 +00:00
Harry Moffat
f479b599b9 Solaris port commits. 2006-04-30 23:13:08 +00:00
Harry Moffat
6bf46ea0ba Solaris changes. 2006-04-30 23:11:52 +00:00
Harry Moffat
d6c43f6b5c Solaris port changes. 2006-04-30 23:10:42 +00:00
Harry Moffat
cee933e345 changed INSTALL to INSTALL_abs 2006-04-30 23:09:54 +00:00
Harry Moffat
a462e4a60a Added files. 2006-04-30 23:08:59 +00:00
Harry Moffat
3c7ea84b49 Solaris Port: the config/configure.in file has been pushed up one directory.
The previous configure file is now called preconfig.
2006-04-30 23:07:18 +00:00
Harry Moffat
f28bf27518 Solaris port: Changing directory structure to put configure.in in top
directory.
2006-04-30 23:03:46 +00:00
Harry Moffat
61da0ad0ab Added recipes to clean directories. 2006-04-30 22:33:54 +00:00
Harry Moffat
5e63e71f55 Took out duplicates. 2006-04-30 22:32:55 +00:00
Harry Moffat
ea8ef700c6 Added SunWS_cache 2006-04-30 22:23:10 +00:00
Harry Moffat
d8a8e64c35 Added SuNWS_cache 2006-04-30 22:22:18 +00:00
Harry Moffat
795bcc1df6 Fixed an error in INCDIR definition. 2006-04-30 22:20:33 +00:00
Harry Moffat
34783d2266 Made ready() a const function, 2006-04-30 22:17:15 +00:00
Harry Moffat
2b90d6827f Solaris: SunWS_cache handling 2006-04-30 22:15:06 +00:00
Harry Moffat
90a25a9c88 Solaris changes 2006-04-30 22:13:58 +00:00
Harry Moffat
9dcc35e491 Solaris changes SunWS_cache handling 2006-04-30 22:10:37 +00:00
Harry Moffat
b3c2ab4bce Changed math.h to cmath 2006-04-30 22:08:33 +00:00
Harry Moffat
ccab6bcf3f Added SunWS_cache 2006-04-30 22:08:01 +00:00
Harry Moffat
69eb7a0281 Added Id line 2006-04-30 22:07:14 +00:00
Harry Moffat
1133006b91 More sleep commands needed for system calls for solaris 2006-04-30 22:05:53 +00:00
Harry Moffat
84cca197df don't need ctypes.h 2006-04-30 22:03:27 +00:00
Harry Moffat
3aeca79dd1 Solaris changes:
use cstdlib not stdlib.h
2006-04-30 22:00:53 +00:00
Harry Moffat
1421eb3867 Solaris changes. 2006-04-30 21:43:56 +00:00
Harry Moffat
a4d26314e3 Fixed typo. 2006-04-30 21:37:47 +00:00
Harry Moffat
43d38e47ba Additions for solaris. 2006-04-30 21:36:15 +00:00
Harry Moffat
4d53dea18b Added the logger.h file. 2006-04-30 21:20:43 +00:00
Harry Moffat
864b585535 Uses the build_f2c_lib variable. 2006-04-30 20:21:37 +00:00
Harry Moffat
a0b4108ef0 Added logger.h to this file. 2006-04-30 19:58:13 +00:00
Harry Moffat
d72e1750de Changed the #ifndef line so that it is unique. 2006-04-30 19:57:39 +00:00
Harry Moffat
11b1d34752 Added a couple more include kinetics files. 2006-04-30 19:56:06 +00:00
Harry Moffat
ace3138711 Changed a comments section. 2006-04-30 19:54:55 +00:00
Harry Moffat
f26f100182 Added Id field. 2006-04-30 19:54:14 +00:00
Harry Moffat
96bdaacb21 Added the file set_cant_env 2006-04-30 18:08:16 +00:00
Harry Moffat
2f5bf8b7fb Added a new test that pretty much mimics the frac python test.
It does add tests for the calculation of equilibrium constants
for fractional coefficient reactions.
2006-04-30 18:06:56 +00:00
Harry Moffat
43c1d33f67 Fixed an error in the GasKinetics object that occurred for calculating
equilibrium constants for reactions with fractional stoichiometric
coefficients. The member data m_dn[] was being calculated incorrectly
for theses cases and then used in the calculation of the
equilibrium constant. m_dn[] now correctly evaluates the difference in
rxn order between the reactants and products for fraction coefficient
reactions.
2006-04-30 18:01:42 +00:00
Dave Goodwin
3a25b2250b added capability to build without Python. Features requiring Python in the build process (Python and MATLAB interfaces) are skipped, and Python tests are skipped also. 2006-04-30 00:14:27 +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
Dave Goodwin
f5ffa16a48 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-28 17:22:23 +00:00
Harry Moffat
1e44c119f7 Took out 2 print statements, that was causing the diamond test
to fail.
2006-04-27 22:47:19 +00:00