IDAES / idaes-pse

The IDAES Process Systems Engineering Framework
https://idaes-pse.readthedocs.io/
Other
206 stars 227 forks source link

Generic Combustion Gas Property Package #1186

Open eslickj opened 1 year ago

eslickj commented 1 year ago

In the power generation section of extra models we have a flue gas and natural gas physical property and reaction packages. We should probably add a new generic combustion gas pyhsical and reaction properties package to replace them. I think the parameters are mostly available in the natural gas property package (at least for a really good start, we could expand the species selection over time).

I think the new package should (1) be fully standards compliant (2) allow selection of components present (3) allow selection of ideal or cubic EoS (4) be well documented and (5)be well tested. The goal of this would be to make the combustion gas prop pack easier to find and use and to build up the available core properties models.

dallan-keylogic commented 1 year ago

It looks like NO is the only component in the flue gas property package not presently supported in the natural gas property package. The Chapman-Enskog calculations for dynamic viscosity and Eucken correlation for thermal conductivity have been implemented in the modular property framework now. I'm not sure the heat capacity and Lennard Jones parameters all match, but I doubt they would produce significantly different results (so long as we're not using them outside their range of validity).

The only annoying thing is that the flue gas property package has mixture viscosity as visc_d instead of visc_d_phase and mixture thermal conductivity as therm_cond instead of therm_cond_phase. That means going through old unit models with find and replace to bring them up to standard.