Commit graph

1422 commits

Author SHA1 Message Date
Nicholas Malaya
51caa1374e [cantera]: all set now 2012-02-07 03:26:03 +00:00
Nicholas Malaya
4915b3e9c4 [cantera]: few edits to get everything working 2012-02-07 03:21:22 +00:00
Nicholas Malaya
bc0cd99602 [cantera]: setting some options at configure time 2012-02-06 23:38:42 +00:00
Nicholas Malaya
ff3d6f786b [cantera]: adding pure fluid phase to cantera 2012-02-06 23:31:04 +00:00
Nicholas Malaya
c4b79766dd [cantera]: only cp if header has been updated 2012-02-06 22:52:08 +00:00
Nicholas Malaya
917a43ee21 [cantera]: now headers are only copied if they have been edited 2012-02-06 22:06:00 +00:00
Nicholas Malaya
5d1111f7c7 [cantera]: more hackery to get examples working 2012-02-06 21:07:43 +00:00
Nicholas Malaya
9736f86bbb [cantera]: fixing two undefined functions to error out 2012-02-06 18:29:00 +00:00
Nicholas Malaya
32265923dd [cantera]: fixing a small bug with respect to the config.h header 2012-02-06 18:06:25 +00:00
Nicholas Malaya
0f00259ecc [cantera]: adding typedefs to config.h output 2012-02-04 01:47:28 +00:00
Nicholas Malaya
71a144e29c [cantera]: config.h was incorrectly placed in base 2012-02-04 01:38:21 +00:00
Nicholas Malaya
eaeb49c22e [cantera]: back to where we started 2012-02-04 00:23:34 +00:00
Nicholas Malaya
0c26ea8c72 [cantera]: moving some folders around 2012-02-03 23:41:00 +00:00
Nicholas Malaya
7075be19cd [cantera]: cleaning up a small error thats been propagated through the code 2012-02-03 20:38:05 +00:00
Nicholas Malaya
5298d6989c [cantera]: fixing a bug where two .cpp files attempted compile/linkage. 2012-02-03 00:09:46 +00:00
Nicholas Malaya
a3f16ff596 [cantera]: done with tests in cathermo 2012-02-02 22:18:30 +00:00
Nicholas Malaya
91273bddee [cantera]: adding a few more files to the thermodynamics library 2012-02-01 23:04:04 +00:00
Nicholas Malaya
5efce48bca [cantera]: fixing build that was broken in previous update, continuing with transport model additions 2012-02-01 21:14:09 +00:00
Nicholas Malaya
f6f2e8f691 [cantera]: several edits to make a few tests work and streamline the build system. also adding transport models 2012-02-01 20:42:08 +00:00
Nicholas Malaya
020a18fa07 [cantera]: fixing cxx library build 2012-01-18 20:15:05 +00:00
Nicholas Malaya
6de0d5e7f4 [cantera]: updating from includes to AM_CPPFLAGS 2012-01-18 17:39:12 +00:00
Nicholas Malaya
035a270118 [cantera]: removing a few files and chaning some library paths 2012-01-04 05:49:44 +00:00
Nicholas Malaya
92abf1f919 [cantera]: changing relative directory of all generated libraries to build directory, in keeping with cantera 1.8 standard. Next: make working 'make check'! 2012-01-04 00:42:46 +00:00
Nicholas Malaya
a5980d9495 [cantera + autotools]: removing some cruft, next, fixing up the doxygen hooks 2011-12-20 06:01:38 +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
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
abcd4fb0aa [cantera+autotools]: adding makefile.am 2011-11-11 15:55:22 +00:00
Nicholas Malaya
225df77f16 [cantera+autotools]: adding a few makefile.am, removing old makefile.in 2011-11-11 00:22:59 +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
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
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
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
Harry Moffat
a5ea91b56a Changes due to compilation problems on solaris 2010-02-09 20:24:11 +00:00
Harry Moffat
e2fb5d3483 Fixed compilation errors on solaris. 2010-02-09 19:57:02 +00:00
Harry Moffat
66ea343cea Doxygen update
- no code changed
  - All the easy warning messages are eliminated now from the trunk.
2010-01-17 18:17:55 +00:00