mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
103 stars 58 forks source link

Add primitive state model for ChemNonEqTTv #203

Closed mgoodson-cvd closed 2 years ago

mgoodson-cvd commented 2 years ago

There is a primitive state model (option 2) for the single temperature chemically reacting state model (ChemNonEq1T) that accepts the pressure, temperature, and mass fractions as inputs. There is however no matching option for the two-temperature model ChemNonEqTTv. It seems straightforward to add this, although @jbscoggi can correct me if I'm overlooking some subtlety with the two-temperature case. I've added it locally and it seems to work fine...