Commit graph

143 commits

Author SHA1 Message Date
Ray Speth
098501cbe4 Fixed several platform-dependent preprocessor defines to work with Windows 2011-12-14 19:33:53 +00:00
Ray Speth
99a0dc5f0f Removed incomplete CMake build scripts 2011-12-14 03:54:19 +00:00
Ray Speth
b6bfca8e94 SCons now builds the Cantera kernel 2011-12-14 03:03:57 +00:00
Ray Speth
b796e83f81 Improved behavior of Python module when python isn't in the path 2011-12-14 02:20:19 +00:00
Harry Moffat
56ad9ca9e8 Fixed a compile error in the THREAD_SAFE capability 2010-11-12 18:02:21 +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
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
Harry Moffat
bedb314545 Eliminated a doxygen error. 2010-01-12 21:34:40 +00:00
Harry Moffat
ab38d29228 Fixed a doxygen compatibility problem. 2010-01-12 21:27:32 +00:00
Harry Moffat
e381001c95 Merged changes from the 1.8.0 branch ontl the main trunk. 2010-01-04 00:46:26 +00:00
Harry Moffat
9c6080e3c9 Turned on keyword substitution in the cpp files. 2009-12-09 17:50:27 +00:00
Harry Moffat
1922aa9fe0 Took executable prop off these files. 2009-12-05 22:42:07 +00:00
Harry Moffat
fc14dfe7f7 Added comments. 2009-12-05 22:40:10 +00:00
Harry Moffat
b6c6d090f6 Expanded the capability of getFloatArray to read the current XML node
or a child node with a specified name. Before it would just read
an XML node named floatArray.
2009-12-05 15:40:33 +00:00
Harry Moffat
9593d2996e Another update aimed at getting a SimpleTransport model up and running.
SimpleTransport now can read its XML file.
2009-10-13 00:27:48 +00:00
Harry Moffat
d503c55864 Added a clear() function to the xml object. This will wipe
out the current level and everything below it.
2009-10-11 21:34:06 +00:00
Harry Moffat
95c685dbe7 Merged changes from Revision_1.8 into the main trunk 2009-09-26 01:53:39 +00:00
Harry Moffat
f61308fe1d Doxygen changes -> beating down the warning messages 2009-09-25 23:23:05 +00:00
Harry Moffat
aa12b47ccc Doxygen updates -> filling in missing parameters. 2009-09-25 21:07:41 +00:00
Harry Moffat
5009a3817f Added a viscosity model into WaterTransport.cpp for pure water
Added a test problem for the viscosity model.
Updated WaterSSTP object to support the use of WaterTransport 
with the object.
2009-09-15 21:46:44 +00:00
Harry Moffat
d27a1bc9c5 Added a file that was left out. 2009-08-17 01:35:43 +00:00
Harry Moffat
0445c5ec59 Added ifdef's around DATA_PTR. 2009-08-11 20:13:50 +00:00
Harry Moffat
38c73aa215 Added guards against predefinitions of AssertThrows 2009-08-11 18:38:48 +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
e7078147b3 Changed xml constructors to make them simpler with less implicit
conversion routines. Trying to figure out what the issue is with
the pc interface's /MD vs /MDd problems.
2009-07-22 01:21:35 +00:00
Harry Moffat
16e84c9a5b Took out some debugging stuff that was still in the main distribution 2009-07-13 16:47:40 +00:00
Harry Moffat
86ff7e9314 General commit
- nothing has changed really. just added commented-out writes that I was using
    during the debug process
2009-07-11 17:20:19 +00:00
Harry Moffat
cd16354fd0 Fixed a glaring error concerning the situation where the cti file is
not in the current directory. THe xml file is always written to the
current directory. And the subsequent reading of the xml file must
reflect that. The xml file was trying to be read from the directory
where the cti file was located. Now, the xml file will be read from
the current directory.
2009-07-08 02:54:39 +00:00
Harry Moffat
0badf5e19c Got rid of the matlab write.cpp routine. It was causing linking problems
on the pc.
Cleaned up the comments on loggers and interfaces.
2009-07-06 23:52:40 +00:00
Harry Moffat
14881787d0 Fixed the name of a routine in an error statement. 2009-07-05 23:32:29 +00:00
Harry Moffat
e324daa193 Added another way to set the tmp dir. 2009-07-05 23:18:01 +00:00
Harry Moffat
7f5d7efd87 Eliminated a possible source of leaks. not sure about this one. 2009-05-13 21:47:45 +00:00
Harry Moffat
adf53b7dcc WIN32 specific changes implemented. 2009-03-27 00:39:43 +00:00
Harry Moffat
4b9aee1fb3 Reformatted and added comments. Nothing is changed. 2009-03-18 17:28:31 +00:00
Harry Moffat
c20cf5ebfd Fixed an error in the xml writer, that occurred when two newlines
appear next to each other.
2009-03-17 15:12:16 +00:00
Harry Moffat
89f8dc531e Added in a static global variable that controls cropping. 2009-03-14 00:27:10 +00:00
Harry Moffat
8389db7a22 Fixed an error in this function 2009-03-13 23:13:43 +00:00
Harry Moffat
fb0ab374e0 Added headers for possible ubuntu compilation problems. 2009-03-13 03:18:08 +00:00
Harry Moffat
08cc65d5d4 Made the CanteraError exception inherit from std::exception
Added in mdp_allo package. It's not really linked in anywhere except
for applications, so call it provisional.
2009-02-11 19:55:56 +00:00
Harry Moffat
4e2aea52c6 Pushed the parameters for the cropping algorithm to the XML input file. 2009-01-24 00:15:00 +00:00
Harry Moffat
d3ded231d3 Doxygen updates 2009-01-15 23:05:34 +00:00
Harry Moffat
6ac81c73ff Doxygen updates 2009-01-15 20:08:50 +00:00
Harry Moffat
be25fef300 doxygen updates 2009-01-14 23:16:24 +00:00