ORNL-AMO / AMO-Tools-Suite

AMO-Tools-Suite is an energy efficiency calculation library in C++ with optional Nan Node add-on bindings for the Department of Energy Advanced Manufacturing Office (DOE AMO) Desktop, also known as MEASUR.
Other
21 stars 12 forks source link

Flash Tank - Superheated #327

Open koay9f opened 5 years ago

koay9f commented 5 years ago

image

image

This is for the case where the inlet is "super heated steam" Calculate 1- Steam properties (P = "Pressure", other Inlet property) (liquid and gas) 2- Saturated properties (P = "tank pressure")

Super heated if: Enthalpy.1 > Enthalpy.2.gas

The outlet steam properties are determined using 3 - Steam Properties (P = "tank pressure" and enthalpy = enthalpy.1)

koay9f commented 5 years ago

I think the "to do" is to add a warning if the input is superheated "Incoming steam is superheated and will not flash"

koay9f commented 5 years ago

So the Suite still needs to be updated so that the outlet gas steam props are correct (calculation 1 & 3). and probably get it so calculation #2 {Saturated properties (P = "tank pressure")} is also returned for the validation.