Dave Goodwin
0b4bde2ae0
added some 'const's
2003-08-20 15:23:26 +00:00
Dave Goodwin
a9375b30c1
added option to clear all entries in close_XML_File.
2003-08-20 15:19:33 +00:00
Dave Goodwin
798a44f5ae
stopped storing ThermoPhase object, since this is self-referential in
...
classes like Solution that derive from Transport and ThermoPhase.
2003-08-20 15:18:33 +00:00
Dave Goodwin
14d88d5116
stopped storing ThermoPhase objects, since this is self-referential if a
...
class derives from both Kinetics and ThermoPhase, causing it to never be deleted.
2003-08-20 15:16:56 +00:00
Dave Goodwin
59b9d19f23
changed call to XML_Node constructor
2003-08-20 15:15:22 +00:00
Dave Goodwin
b0e551b36a
removed self.root, which was self-referencing.
...
'build' replaced by 'get_XML_File' in constructor.
2003-08-20 15:13:45 +00:00
Harry Moffat
5e5b2a245e
More comments added
2003-08-20 15:03:27 +00:00
Harry Moffat
9d74e4f0de
Fixed an error in an argument list
2003-08-19 22:02:01 +00:00
Harry Moffat
ea0d34ff28
Added more comments
2003-08-19 14:57:45 +00:00
Dave Goodwin
b0715adf56
*** empty log message ***
2003-08-18 17:54:11 +00:00
Dave Goodwin
d67de6ad8b
added support for specified reaction order, sticking coefficients,
...
coverage dependence of rate coefficients; fixed error where site_density
was not being converted to SI.
2003-08-18 05:05:02 +00:00
Dave Goodwin
5dfee93864
added comments
2003-08-17 19:14:21 +00:00
Dave Goodwin
fb9c2d0363
Added support for coverage-dependent reaction rates and sticking coefficients,
...
and reactions with specified reaction order.
2003-08-17 18:56:16 +00:00
Dave Goodwin
af33365205
cleaned up and added more comments
2003-08-17 12:47:44 +00:00
Dave Goodwin
d78dff3f1e
changed handling of reaction pre-exponential units to write converted value to CTML, rather than pass original value with a units string
2003-08-16 20:17:21 +00:00
Dave Goodwin
ef8f30c7f7
*** empty log message ***
2003-08-15 15:45:42 +00:00
Dave Goodwin
6acfea61ff
*** empty log message ***
2003-08-15 02:54:09 +00:00
Harry Moffat
1fcc324d2c
Organized the functions to list better under doxygen.
...
Added more comments.
Didn't change any of the actual code.
2003-08-14 16:06:10 +00:00
Harry Moffat
0524cc9f71
Fixed an error with build(). Basically it was having trouble with
...
the tag "--". I think that tag is illegal anyway.
2003-08-13 15:24:24 +00:00
Dave Goodwin
81189197f1
*** empty log message ***
2003-08-13 13:56:34 +00:00
Harry Moffat
4391c86e45
Fixed two errors in reading an xml file.
...
1) empty child xml elements had an extra / character being added onto
the end of their name
2) comments with beginning and ending white space were being copied
with an extra space added on to the front and end of the string.
2003-08-13 00:55:13 +00:00
Harry Moffat
735adeaa18
Added comments.
2003-08-11 17:08:48 +00:00
Harry Moffat
9efeafe6d4
Added more comments.
2003-08-11 16:13:35 +00:00
Dave Goodwin
9a5476053c
*** empty log message ***
2003-08-11 06:00:26 +00:00
Dave Goodwin
2ea7fee44b
*** empty log message ***
2003-08-09 06:12:07 +00:00
Dave Goodwin
e66874546c
*** empty log message ***
2003-08-09 03:25:53 +00:00
Dave Goodwin
c8ebf2e949
*** empty log message ***
2003-08-09 03:04:41 +00:00
Dave Goodwin
c471052ef8
*** empty log message ***
2003-08-08 21:03:00 +00:00
Harry Moffat
918ee4a588
Added more comment.s
2003-08-08 19:58:50 +00:00
Dave Goodwin
6d852ebafd
*** empty log message ***
2003-08-08 00:34:43 +00:00
Harry Moffat
26c5c4236f
Added a make hdr-collect line.
...
This is needed because the .h files in the build directory should be
kept up to date with the .a files in the build directory. Thus,
you need to update. Obviously, a more refined approach could
be envisioned where only out of date .h files are copied.
2003-08-07 21:42:49 +00:00
Dave Goodwin
10ba4fede9
*** empty log message ***
2003-08-07 17:56:02 +00:00
Dave Goodwin
98c282ca68
*** empty log message ***
2003-08-07 17:50:36 +00:00
Harry Moffat
26086b13c7
Added a lot of comments to the routine.
2003-08-07 15:59:53 +00:00
Harry Moffat
42c12344ed
Fixed an error in get_CTML_Tree() where the program wouldn't use
...
the path where the file was found, but would assume the file
was located in the current directory. This caused an empty
ifstream to be send to build(), which then created an infinite
loop (probably another error in build() that needs to be fixed).
2003-08-07 00:16:13 +00:00
Harry Moffat
2c399cddfc
Broke a long line in two
2003-08-06 23:16:18 +00:00
Dave Goodwin
0e5c5bcf7b
*** empty log message ***
2003-08-06 22:46:11 +00:00
Dave Goodwin
46deee41b1
*** empty log message ***
2003-08-06 20:21:09 +00:00
Dave Goodwin
d81d185bf9
*** empty log message ***
2003-08-06 20:05:00 +00:00
Harry Moffat
e8d2044302
Added a get_CTML_Tree() function. It was missing though there
...
was an entry in ctml.h and IdealGasMix.h used it.
2003-08-06 17:14:46 +00:00
Harry Moffat
3fe1f7393b
Added a bunch of new routines to return delta thermo values and
...
reaction rate constants.
2003-08-04 23:15:42 +00:00
Harry Moffat
7aca56da5e
Fixed up a couple of issues with the stringstream block. That block
...
works for reading transport databases with comments in them. The
other block seems to get hung up.
2003-08-04 23:10:57 +00:00
Dave Goodwin
f36305a288
*** empty log message ***
2003-08-04 14:36:12 +00:00
Dave Goodwin
e26a9e54dd
*** empty log message ***
2003-08-04 14:31:06 +00:00
Harry Moffat
2675669646
added a comment.
2003-08-02 00:37:29 +00:00
Harry Moffat
0ee5420b4b
Added a specific named error condition for when the thermo factory
...
can't find a match against a known ThermoPhase derivative class.
This can be (and is in cttables) used to catch thrown errors, so that
the kernel can be made extensible wrt other ThermoPhase derivative
classes it may not know about.
2003-08-02 00:36:33 +00:00
Harry Moffat
a29177e49a
Added a specific named error for not matching against a kinetics
...
model. This can be (and is in cttables) used to catch a thrown
error condition to make the kernel extensible wrt new kinetics
managers.
2003-08-02 00:34:07 +00:00
Harry Moffat
061ae0fe6c
Added a few comments
2003-08-02 00:29:18 +00:00
Harry Moffat
4d73f22a9c
Added a comment block
2003-08-02 00:28:30 +00:00
Harry Moffat
7386e8ae07
Organized the routines into sections.
...
Added a bunch of routines that report the change in thermo quantities
due to reactions.
2003-08-02 00:27:22 +00:00