Commit graph

2756 commits

Author SHA1 Message Date
Nicholas Malaya
cd61541a84 [cantera+autotools]: thank you for the 2nd pair of eyes, paul -- doxygen is very close to compiling now 2011-12-09 23:51:51 +00:00
Nicholas Malaya
5af8b69446 [cantera+autotools]: adding aminclude.am 2011-12-09 23:46:41 +00:00
Nicholas Malaya
b44aef4ccb [cantera+autotools]: adding test directory required tests 2011-12-09 23:44:20 +00:00
Nicholas Malaya
d0915621fa [cantera+autotools]: removing more makefile.in 2011-12-09 06:57:18 +00:00
Nicholas Malaya
a324a4884c [cantera+autotools]: several edits to support cantera and doxygen documentation---not working yet 2011-12-09 06:55:46 +00:00
Nicholas Malaya
499cd540d9 [cantera+autotools]: adding an additional macro to support doxygen 2011-12-09 06:49:10 +00:00
Nicholas Malaya
4426d9059c [cantera+autotools]: adding the tutorial and install pages 2011-12-09 06:45:24 +00:00
Nicholas Malaya
bb6321c998 [cantera+autotools]: populating doxygen directory 2011-12-09 06:43:28 +00:00
Nicholas Malaya
9af95b0aed [cantera]: fixing up whitespace issue here 2011-12-09 06:16:55 +00:00
Nicholas Malaya
50dc79a13f [cantera]: fixing examples makefile tab/whitespace error, and updating configure.ac 2011-12-09 06:11:27 +00:00
Nicholas Malaya
ad5971b059 [cantera+autotools]: oops, forgot top level makefile.am 2011-12-09 06:09:28 +00:00
Nicholas Malaya
798f1a18ae [cantera+autotools]: removing makefile.in 2011-12-09 06:04:59 +00:00
Nicholas Malaya
681ed777a8 [cantera+autotools]: fixing small error in local files 2011-12-09 06:04:37 +00:00
Nicholas Malaya
86c3f8dd92 [cantera+autotools]: fixing equilibrium 2011-12-09 05:55:40 +00:00
Nicholas Malaya
4a821b4d8a [cantera+autotools]: removing a doubly compiled directive, numerics should compile correctly again 2011-12-09 05:50:08 +00:00
Nicholas Malaya
541b35c130 [cantera + automake]: fixing equilibrium makefile 2011-12-09 05:46:57 +00:00
Nicholas Malaya
8fa5356ec0 [cantera + autotools]: adding makefile.am information for source directory. Should build and compile. 2011-12-09 05:02:49 +00:00
Nicholas Malaya
21960f5402 [cantera+autotools]: adding makefile.am in test_problems 2011-11-11 16:07:23 +00:00
Nicholas Malaya
abcd4fb0aa [cantera+autotools]: adding makefile.am 2011-11-11 15:55:22 +00:00
Nicholas Malaya
68d07c5bad [cantera+autotools]: a few more edits, adding another makefile.am in examples (which will have to be edited further downstream) 2011-11-11 00:44:27 +00:00
Nicholas Malaya
225df77f16 [cantera+autotools]: adding a few makefile.am, removing old makefile.in 2011-11-11 00:22:59 +00:00
Nicholas Malaya
02e7b06709 [cantera+autotools]: removing configure script-- configure.ac is all that is needed 2011-11-10 23:16:11 +00:00
Nicholas Malaya
157f41624a [cantera+autotools]: adding some macros so configure script will run 2011-11-10 23:14:03 +00:00
Nicholas Malaya
5812f8675e [cantera+autotools]: adding news, readme and authors to suppress boostrap warnings 2011-11-10 23:11:04 +00:00
Nicholas Malaya
301f2b6e10 [cantera+autotools]: leaving out doxygen until I get the build system working, will add at that time, likely in a separate ticket 2011-11-10 23:08:55 +00:00
Nicholas Malaya
1dfbe24056 [cantera autotools]: adding m4 directory 2011-11-10 23:06:28 +00:00
Nicholas Malaya
ca8b24b0ee [cantera autotools]: adding bootstrap script to prep autoconf/autotools toolchain 2011-11-10 23:05:25 +00:00
Nicholas Malaya
09488c04d4 [cantera autotools]: populating top level directory with configure.ac and Makefile.am for autotools build (incomplete) 2011-11-10 23:01:05 +00:00
Nicholas Malaya
fb296b26c0 [cantera 1.8]: creating a cantera 1.8 branch that will be reintegrated into the trunk when autotools are working 2011-11-10 21:02:14 +00:00
Harry Moffat
3e3a04c127 Took a chmod mixmaster command out of the minimum python install option. 2010-11-15 22:29:37 +00:00
Harry Moffat
fa56309462 Modifications to the Makefiles to make the THREAD_SAFE_CANTERA ifdef
block work again.
2010-11-12 19:18:49 +00:00
Harry Moffat
56ad9ca9e8 Fixed a compile error in the THREAD_SAFE capability 2010-11-12 18:02:21 +00:00
Harry Moffat
58baed0f2e Fixed issue 17
There was an obvious error in the THREAD_SAFE_CANTERA compile.
2010-11-11 00:19:59 +00:00
Harry Moffat
ef7728b1d3 Merged thermo directory with the LiquidTransportDevelop
thermo directory. 
  The biggest change is the addition of the derivative routines
of the activity wrt mole fraction and mole number.
Also There is an addition of reportCSV() routine, which is 
a method to create a comma separated file from ThermoPhase routines.
The rest are small issues.
2010-05-09 03:18:33 +00:00
Harry Moffat
6089ab2d68 Added version control information to this file. 2010-05-08 18:03:30 +00:00
Harry Moffat
701952e509 Added CANTERA_VERSION information to preconfig
and to the Cantera.mak files which are used in the 
application environment.
2010-05-08 03:33:37 +00:00
Harry Moffat
eaa2875d10 Two major capabilities have been merged into the main branch
from liquidTransportDevelop branch

The Exchange_current_reaction_ratecoeff_type method for
formulating reaction rate constants for exchange current
reactions has been ported into the main branch.

Fixed the InterfaceKinetics object so that we can
specify that a phase doesn't exist. If a phase doesn't exist,
species in that phase can't be reactants in the phase. Before,
this fix, they could be !?!!
This was because InterfaceKinetics objects use ThermoPhase
objects, which are intrinsic only. We need an extrinsic notion 
that is in addition to ThermoPhase info in order to get this right.
2010-05-08 03:15:22 +00:00
Harry Moffat
c292e98c8a Added various defines for Cantera's version control. 2010-05-08 03:04:39 +00:00
Harry Moffat
94d0d85925 Added more units strings.
Took out frequency conversion, until we reevalulate it
2010-05-07 14:48:15 +00:00
Harry Moffat
7b046ad00f Added comments. 2010-05-07 14:47:03 +00:00
Harry Moffat
3d64fae63c Added a deepStdVectorPointerCopy templated routine.
Allows for deep copies of
2010-05-07 14:45:32 +00:00
Harry Moffat
33a21f76ac Added more constructor inits. 2010-05-07 14:44:46 +00:00
Harry Moffat
74b1c3c0a1 Added more constructor inits 2010-05-07 14:44:05 +00:00
Harry Moffat
db3de591af Added comments.
Added deprecated symbol for array_fp
2010-05-07 14:41:34 +00:00
Harry Moffat
350988be37 Changed the format of the xml file so that you only need
2 of the 3 fields:
 DG0, DH0, and S0.

The third field is calculated consistently wrt the first two fields.
2010-04-21 18:05:44 +00:00
Harry Moffat
df275cdddf Added another example of a linux build 2010-04-02 20:20:12 +00:00
Harry Moffat
1e77c40db0 Small changes 2010-04-02 19:44:08 +00:00
Harry Moffat
4811459364 Changed the csvdiff default return value.
Now a return of 0 indicates a success.
  Previously a return of 1 indicated a success. Please note!
2010-04-02 19:29:07 +00:00
Christopher Lueth
08615de293 test commit 2010-02-12 22:28:49 +00:00
Christopher Lueth
08dca36204 hi 2010-02-12 22:23:44 +00:00