libantioch / antioch

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

Add IdealGasThermo, Deprecate IdealGasMicroThermo #259

Closed pbauman closed 5 years ago

pbauman commented 6 years ago

Closes #257.

Functionally, the classes do the same computations, but construction API makes much more sense for the user in IdealGasThermo vs IdealGasMicroThermo.

I'd like to use this in grinsfem/grins ASAP, so would like to merge quickly.