libantioch / antioch

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

Compute Species data from elements #248

Open pbauman opened 6 years ago

pbauman commented 6 years ago

Somewhat related to #247...

Right now, we manually parse the molecular weight for each species from an ASCII data file... This is obviously not scalable or generalizable. Really, we should be computing molecular weight based on the element composition.

The part that's semi-related to #247 is that we also grab the formation enthalpy and few other things from this data which are only used in the StatMechThermodynamics. So we should separate out that parsing.