Commit graph

74 commits

Author SHA1 Message Date
Harry Moffat
598dbd60c4 Added headers for ubuntu problem. 2009-03-13 03:26:18 +00:00
Harry Moffat
01ebc586d6 Added stringUtils.h include file where it's needed. 2009-01-10 18:03:31 +00:00
Harry Moffat
b2cf384cea Added PURIFY option to makefiles 2008-12-30 21:49:41 +00:00
Harry Moffat
de704473eb Changed old to new style C headers 2008-12-17 17:09:37 +00:00
Harry Moffat
2ed6501053 Added a missing include file. 2008-12-16 18:07:55 +00:00
Harry Moffat
3ae04059f3 Fixed the LJ diameter read statement to be arbitrary precision instead
of just precision 2.
Note, this change does cause the GRI30 mechanism to produce different
results.
2008-11-13 23:23:40 +00:00
Harry Moffat
60b66f18af Minor mods to 10 files, due to trying to compile on multiple
ASC platforms. Most of the mods had to do with namespace issues.
2008-03-04 23:40:08 +00:00
Harry Moffat
656d24bf00 changed include directory path statements. 2008-01-03 18:45:47 +00:00
Harry Moffat
618aeba69f Added new dependencies. 2008-01-01 19:16:04 +00:00
Harry Moffat
ec03df32ad Added .d files 2007-12-28 00:51:57 +00:00
Harry Moffat
9f79fe420b Made the depends rule like the cxx rule 2007-12-28 00:23:47 +00:00
Harry Moffat
7c89caa61f Added a missing file to the list of objects 2007-09-13 15:46:44 +00:00
Harry Moffat
f70c394fa6 This checkin adds the ability to read NASA9 polynomial standard states,
with arbitrary number of temperature intervals,
to Cantera's underlying routines.

Cantera can now read fortran formatted
NASA9 polynomials to create cti files

The cti files can then be translated into xml files.

And, the xml files can now be read into constant pressure standard state
objects and used normally within the guts of Cantera.

Currently, the standard state just links into the GeneralSpeciesThermo
object, which means that it's calculation speed is slow. However, atm
this satisfies the initial use case for this new capability.

In the near future, I'll push this out to the matlab and python interfaces.
2007-09-13 15:05:39 +00:00
Harry Moffat
1b0c396105 Added a str:: to a string parameter 2007-07-27 20:05:19 +00:00
Harry Moffat
3ea77c5187 Fixed a UMR in Reaction.h that was causing optimized versions
of ck2cti to hang or seg fault sometimes.

Added some exceptions that captures cases where the thermo
parameters for a molecule were not found in the database.
Now, an error exit occurs, instead of before, where misc
garbage but written to the output file.
2007-05-31 23:51:49 +00:00
Dave Goodwin
50cc50fa70 removed files that were added in subdirectories 2007-05-04 14:41:10 +00:00
Dave Goodwin
b30a0ee8f1 *** empty log message *** 2007-04-25 00:08:11 +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
99dcdddd3c Solaris 10 port - 64 bit
changed getline(s, rest) form to getline(s, rest, '\n').
 This is probably an internal solaris stl bug.
2007-03-21 00:44:14 +00:00
Harry Moffat
271f6edbe9 solaris port
Added the @CXX_DEPENDS@ variable.
2006-12-14 18:42:19 +00:00
Harry Moffat
3aeca79dd1 Solaris changes:
use cstdlib not stdlib.h
2006-04-30 22:00:53 +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
98122a2447 Added a file 2006-03-03 22:04:02 +00:00
Dave Goodwin
33fbbf0b93 removed critical and saturation properties from ThermoPhase 2005-12-09 17:49:33 +00:00
Harry Moffat
89597b36ac Got rid of one warning message. 2005-07-28 23:02:44 +00:00
Harry Moffat
fc9a043944 Changed the format type of an fprintf statement. 2005-07-28 23:01:20 +00:00
Dave Goodwin
d2779ddec7 cleanup 2005-07-26 03:56:34 +00:00
Dave Goodwin
6844a24c67 support for fractional stoich coefficients 2005-07-25 03:53:24 +00:00
Dave Goodwin
ae323fb7da added fwdOrder 2005-07-25 03:52:20 +00:00
Dave Goodwin
d2a06b4b3e now recognizes the FORD keyword 2005-07-25 03:51:21 +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
3de1be8c1d changes to make type integer compatible with f2c 2004-10-10 20:46:35 +00:00
Dave Goodwin
cfcb353a5f added ability to specify beta for charge transfer reactions 2004-09-20 10:18:02 +00:00
Harry Moffat
7a26c6d01f Took out a print statement that was causing a test to fail. 2004-09-16 17:06:47 +00:00
Dave Goodwin
330e50eb65 *** empty log message *** 2004-09-13 11:22:21 +00:00
Dave Goodwin
ab8f620ccb cleanup 2004-08-28 16:12:41 +00:00
Dave Goodwin
cf17527579 *** empty log message *** 2004-08-05 14:56:55 +00:00
Dave Goodwin
711c3c7214 *** empty log message *** 2004-07-27 14:22:16 +00:00
Dave Goodwin
6d145604db *** empty log message *** 2004-07-23 00:15:14 +00:00
Dave Goodwin
efdfdf83cd *** empty log message *** 2004-07-14 11:24:12 +00:00
Harry Moffat
e6f7f5e11a Eliminated warnings due to signed and unsigned comparisons. 2004-07-02 17:34:13 +00:00
Harry Moffat
78947a6d48 static_cast to eliminate VC++ warnings. 2004-07-02 17:28:09 +00:00
Harry Moffat
bd33838de9 static_casts to eliminate VC++ warnings. 2004-07-02 17:27:01 +00:00
Harry Moffat
5e9865869a fixed file names for include files.
static_cast to eliminate VC++ warnigns.
2004-07-02 17:25:43 +00:00
Harry Moffat
900c081143 Corrected file locations for include files. 2004-07-02 17:23:52 +00:00
Harry Moffat
e5fa6790da static_cast to eliminate VC++ warnings. 2004-07-02 17:21:39 +00:00
Harry Moffat
a62b420e26 Corrected file locations of include files.
static_cast to eliminate VC++ warnings.
2004-07-02 17:20:33 +00:00
Harry Moffat
97c3bb97a5 Corrected file locations of include files. 2004-07-02 17:19:24 +00:00
Harry Moffat
7b9242121e Moved CK_SyntaxError definition to the .h file. It's used in more
than one .cpp file.
2004-07-02 16:48:13 +00:00