Nicholas Malaya
6b68ff4ecd
[cantera]: only update if header has been modified
2012-02-06 22:50:45 +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
f516af92cc
[cantera]: all files are now on the same (correct) linkage page
2012-02-06 20:41:16 +00:00
Nicholas Malaya
c56b5f7b4d
[cantera]: updating test directory paths
2012-02-06 20:16:36 +00:00
Nicholas Malaya
2746301631
[cantera]: fixing a linkage issue
2012-02-06 19:28:03 +00:00
Nicholas Malaya
7e6277b313
[cantera]: fixing missing daux lib
2012-02-06 18:36:28 +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
dbf089e1db
[cantera]: edits to make shared libraries build
2012-02-04 00:44:10 +00:00
Nicholas Malaya
704336024c
[cantera]: removing math dir
2012-02-04 00:37:06 +00:00
Nicholas Malaya
300a2b5185
[cantera]: removing deprecated lapack
2012-02-04 00:36:40 +00:00
Nicholas Malaya
cf336ff305
[cantera]: removing deprecated blas dir
2012-02-04 00:36:22 +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
cd2948d139
[cantera]: relocating for a moment, saving what i have here
2012-01-05 19:56:22 +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
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
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
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
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