libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
23 stars 17 forks source link

XML Parsing for TransportMixture #265

Closed pbauman closed 6 years ago

pbauman commented 6 years ago

Closes #249.

Implements parsing for the TransportMixture object using our XMLParser. Unit tested on GRI 3.0 XML file. I didn't implement unit conversion here, but at least throw an error if the incorrect unit is specified so we don't get any surprises.