Commit graph

11 commits

Author SHA1 Message Date
Harry Moffat
8a740e53d8 Doxygen updates 2008-10-31 19:14:57 +00:00
Harry Moffat
3bd378733a Doxygen updates on these files 2008-10-31 17:51:09 +00:00
Harry Moffat
33f5767833 More documentation of XML_Node 2008-10-31 16:46:49 +00:00
Harry Moffat
75e56cf8d3 Added documentation.
Made getFloat() more explicit. Took out the use of "-" for type. Now,
have to specify the type of units conversion.
2008-10-31 15:45:00 +00:00
Harry Moffat
86b9899e74 More carriage return issues. Strip now uses the ISO C isspace() routine. 2008-09-17 20:03:31 +00:00
Harry Moffat
f52b57986d house cleaning and docs:
-> got rid of m_n. I could not see that it was used anywhere.
2008-08-22 14:50:52 +00:00
Harry Moffat
0dbe661bf4 Added a const FindByName function 2008-02-10 01:30:20 +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
2b5befcf6b Wrote a valid copy constructor and assignment operator for
XML_Node, and made them public.

It turns out the Cabinet.h routines needed these. Previously, they
were using the compiler default routines, which was a bug.
Now, they are using explicit routines. Note, these new routines
have not been checked. However, they do have the chance of being
correct.
2007-06-02 00:02:19 +00:00
Harry Moffat
92c76dd5af Changed the copy() and copyUnion() functions to be const.
Declared the XML_Node copy constructor and assignment operators
to be private -> they don't work, so accidently invoking them is
an error. Now, a compilation error will occur.
Note, the copy() routine can be used instead to create copies
of XML trees.
2007-06-01 23:36:53 +00:00
Dave Goodwin
a7e60c5e88 moved base files 2007-05-04 15:15:19 +00:00
Renamed from Cantera/src/xml.h (Browse further)