idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

IAPWS - mass basis and update htpx function

Open jghouse88 opened this issue 5 years ago • 1 comments
trafficstars

For the IAPWS property package, it will be useful to have the following:

  • [ ] mass basis in addition to the existing mol basis (or some functionality that leverages the units framework)
  • [X] htpx function currently requires T and P or vapor fraction. It will be useful to extend this to return enthalpy as a function of P,x.

jghouse88 avatar Nov 18 '20 17:11 jghouse88

The htpx function should work with P, x now, so we are down to adding a mass-based option. This would just be an option where state variables are enthalpy is in J/kg and flow is in kg/s. Otherwise mass basis quantities should exist, but I need to double check all those to be sure nothing is missing.

eslickj avatar Jan 04 '21 17:01 eslickj

This is done in PR #1000!

eslickj avatar Nov 09 '22 20:11 eslickj