Harry Moffat
a5ea91b56a
Changes due to compilation problems on solaris
2010-02-09 20:24:11 +00:00
Harry Moffat
9c6080e3c9
Turned on keyword substitution in the cpp files.
2009-12-09 17:50:27 +00:00
Harry Moffat
86ea2414d9
Took out .cvsignore file
2009-07-28 16:26:53 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
ea6a7e9e34
Fixed spacing
2009-07-11 17:35:05 +00:00
Harry Moffat
f697ad4850
Added more namespace information for ReactorNet. There is still something going on here
...
that causes problems with linking applications.
2009-07-11 17:22:52 +00:00
Harry Moffat
86e0e08154
Eliminated a definate memory leak in the ReactorNet object
2009-05-13 21:49:11 +00:00
Harry Moffat
b2cf384cea
Added PURIFY option to makefiles
2008-12-30 21:49:41 +00:00
Dave Goodwin
7b179cb44f
*** empty log message ***
2008-02-18 04:04:06 +00:00
Dave Goodwin
2c6377a6af
*** empty log message ***
2008-02-16 18:44:23 +00:00
Harry Moffat
5c08be7011
Added more dependencies
2008-01-01 19:13:06 +00:00
Harry Moffat
b0319c8e11
Made depends rule like the compile rule
2007-12-27 23:58:35 +00:00
Harry Moffat
02ff1a6071
Decreased the tolerance in the setState_UV() routine. This tolerance is
...
needed for the accurate calculation of Jacobians.
2007-12-04 17:37:41 +00:00
Dave Goodwin
77a3fdbd56
*** empty log message ***
2007-07-27 03:38:23 +00:00
Harry Moffat
2f017f847b
Added a rm *.d to the clean rule.
2007-07-12 19:34:41 +00:00
Dave Goodwin
ba5928083f
added thread safety option
2007-05-10 03:28:30 +00:00
Dave Goodwin
50cc50fa70
removed files that were added in subdirectories
2007-05-04 14:41:10 +00:00
Harry Moffat
05e16e8e35
Added in the PIC autoconf variable, that already existed, into most
...
of the Makefiles in the code. This variable will now be used
to specify the position independent code compiler option within
Cantera. Note, this bug fix was needed for a 64 bit full python compile
on linux.
2007-04-13 22:39:15 +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
Harry Moffat
0c6a8197e9
solaris port
...
std:: additions
2006-12-14 20:51:47 +00:00
Harry Moffat
271f6edbe9
solaris port
...
Added the @CXX_DEPENDS@ variable.
2006-12-14 18:42:19 +00:00
Harry Moffat
62094d1efa
solaris port:
...
std::copy
2006-12-14 16:51:07 +00:00
Dave Goodwin
ce73f8bacd
removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added.
2006-11-27 21:43:30 +00:00
Dave Goodwin
3c22a320e3
minor changes to how dependencies are handled in Makefiles
2006-11-11 13:23:11 +00:00
Dave Goodwin
5c13ab25c6
*** empty log message ***
2006-11-08 01:15:13 +00:00
Dave Goodwin
bdd1165311
added verbose, setVerbose
2006-11-07 21:03:44 +00:00
Dave Goodwin
46656e5e46
added setName
2006-11-07 21:02:21 +00:00
Dave Goodwin
63b3b5ebc8
initial import
2006-05-17 15:16:00 +00:00
Dave Goodwin
cbb2eb6beb
*** empty log message ***
2006-05-08 15:43:20 +00:00
Dave Goodwin
6314e7a563
added constant pressure reactor
2006-05-06 14:56:57 +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
ab1cae4b83
Added SunWS_cache deletion
2006-03-03 22:00:44 +00:00
Dave Goodwin
3c3f7d47ec
*** empty log message ***
2005-12-07 10:21:18 +00:00
Dave Goodwin
e2d8ec95f5
*** empty log message ***
2005-12-05 14:05:03 +00:00
Dave Goodwin
d90c9efe6b
*** empty log message ***
2005-11-28 00:28:56 +00:00
Dave Goodwin
623dba2b67
misc minor fixes
2005-11-26 16:08:40 +00:00
Dave Goodwin
ed770b98c8
*** empty log message ***
2005-11-10 15:02:30 +00:00
Dave Goodwin
12712e54ae
initial import
2005-11-10 15:02:07 +00:00
Dave Goodwin
9bd690ae04
Prerelease_1_6_0_branch merged into trunk
2005-06-18 16:58:39 +00:00
Dave Goodwin
cb27d211e3
merged changes from branch
2005-01-07 10:26:43 +00:00
Dave Goodwin
ab8f620ccb
cleanup
2004-08-28 16:12:41 +00:00
Dave Goodwin
d23e5ce699
*** empty log message ***
2004-08-05 14:26:37 +00:00
Dave Goodwin
494913dfd9
added ArrheniusSum class
2004-07-29 22:31:33 +00:00
Harry Moffat
d37b785b12
Corrected file location of include file.
2004-07-02 16:14:02 +00:00
Harry Moffat
a3c84b0050
static_cast to eliminate VC++ warnings.
2004-07-02 16:13:28 +00:00
Harry Moffat
b6ee6372a1
Correct file location of include file.
2004-07-02 16:12:50 +00:00
Dave Goodwin
32f865ef26
moved functions to read XML input files out of importCTML.cpp and into specific classes
2004-06-09 00:59:23 +00:00
Dave Goodwin
6f43b06ca5
*** empty log message ***
2004-05-17 23:09:27 +00:00
Dave Goodwin
cdd246f44a
*** empty log message ***
2004-05-16 13:54:38 +00:00
Dave Goodwin
f1a15f0e69
*** empty log message ***
2004-05-13 16:58:29 +00:00