Commit graph

91 commits

Author SHA1 Message Date
Dave Goodwin
77a3fdbd56 *** empty log message *** 2007-07-27 03:38:23 +00:00
Dave Goodwin
dafd2ad411 *** empty log message *** 2007-05-22 20:16:47 +00:00
Dave Goodwin
50cc50fa70 removed files that were added in subdirectories 2007-05-04 14:41:10 +00:00
Dave Goodwin
45be8d1924 added ability to enable Soret effect in flame calculations 2007-04-25 20:41:45 +00:00
Dave Goodwin
b30a0ee8f1 *** empty log message *** 2007-04-25 00:08:11 +00:00
Dave Goodwin
6d9a1aa4bd added cPorousType 2007-04-25 00:06:14 +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
Dave Goodwin
b6f99385d7 bug fix 2007-02-17 22:34:50 +00:00
Dave Goodwin
69a9a20eb8 added option to specify domain bandwidths 2007-02-11 16:27:38 +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
46d984cf63 solaris port:
std:: applied to copy()
2006-12-14 18:03:37 +00:00
Harry Moffat
8b581a8c8b solaris port:
sqrt to std:sqrt
2006-12-14 16:53:15 +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
c57ededb30 *** empty log message *** 2006-11-09 13:58:38 +00:00
Harry Moffat
9d6b4258d9 Fixed an optimization compiler warning about a possible uninitialized variable. 2006-08-19 16:08:03 +00:00
Dave Goodwin
660e5a7812 commented out 2 output statements 2006-07-11 15:40:59 +00:00
Dave Goodwin
275865b5a9 *** empty log message *** 2006-05-17 15:14:56 +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
Dave Goodwin
2cd243203a added missing Domain1D.cpp 2006-04-23 07:24:27 +00:00
Dave Goodwin
c48da0d14f *** empty log message *** 2006-04-23 06:02:35 +00:00
Harry Moffat
4015fd7cf1 Solaris sunpro compilers gave a warning about virtual functions in the
same class which
have the same name, but which have different arguments.
   Solaris complains when virtual functions are hidden, when they are
overloaded.
2006-03-07 20:52:16 +00:00
Harry Moffat
abccc976cd const needed for proper virtual inheritance 2006-03-07 20:49:33 +00:00
Harry Moffat
5d0b71fc3a Solaris warns about templated static functions. 2006-03-07 20:47:29 +00:00
Dave Goodwin
3c3f7d47ec *** empty log message *** 2005-12-07 10:21:18 +00:00
Dave Goodwin
70d277c86e minor changes 2005-12-05 18:36:27 +00:00
Dave Goodwin
e2d8ec95f5 *** empty log message *** 2005-12-05 14:05:03 +00:00
Dave Goodwin
2db47e4018 changes to make solution of user-defined BVPs simpler. 2005-09-15 03:50:04 +00:00
Dave Goodwin
cfad5d0430 overloaded setupGrid in boundary1D to do nothing. Without this, Domain1D::setupGrid would be called for connector domains. 2005-09-15 03:47:20 +00:00
Dave Goodwin
7718361c94 modifications to simplify solving boundary value problems 2005-09-13 17:10:08 +00:00
Dave Goodwin
eef674a644 corrected minor bugs in windows versions of files 2005-08-19 03:17:16 +00:00
Dave Goodwin
7c57748518 *** empty log message *** 2005-08-18 14:50:59 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Dave Goodwin
0ce92af1c5 cleanup 2005-06-25 05:27:30 +00:00
Dave Goodwin
9bd690ae04 Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Dave Goodwin
349e7c3c46 fixed memory leak in showSolution 2005-01-06 11:08:45 +00:00
Dave Goodwin
92c9d54cdb *** empty log message *** 2004-12-13 18:42:32 +00:00
Dave Goodwin
f18a811cf2 changes by Karl Meredith to implement adiabatic, freely-propagating flames 2004-11-12 23:37:32 +00:00
Dave Goodwin
3de1be8c1d changes to make type integer compatible with f2c 2004-10-10 20:46:35 +00:00
Dave Goodwin
ab8f620ccb cleanup 2004-08-28 16:12:41 +00:00
Dave Goodwin
7db7af9902 minor cleanup 2004-08-05 16:42:59 +00:00
Dave Goodwin
494913dfd9 added ArrheniusSum class 2004-07-29 22:31:33 +00:00
Dave Goodwin
711c3c7214 *** empty log message *** 2004-07-27 14:22:16 +00:00
Harry Moffat
abb33063d2 static_cast to eliminate VC++ warnings. 2004-07-02 15:26:01 +00:00
Harry Moffat
4b5fc228a2 Static_cast to eliminate VC++ warnings. 2004-07-02 15:23:33 +00:00
Harry Moffat
840250ee65 static_cast to eliminate warning in VC++ 2004-07-02 15:21:11 +00:00
Harry Moffat
b42efea200 Fixed one Error in file not part of the distribution 2004-07-02 15:20:36 +00:00
Harry Moffat
e1ccfb6b38 Fixed one error in a file not yet part of distribution. 2004-07-02 15:19:57 +00:00
Dave Goodwin
fb2a2d81d9 *** empty log message *** 2004-05-30 04:05:01 +00:00
Dave Goodwin
1b6e12aeaf fixed problem with continuing beyond max number of points 2004-05-30 04:04:52 +00:00