Hey James, this is how i created the array : import math from System import Array myComp = Array[float] ((1.0,0.0,0.0))
Hey James, this is how i created the array : import math from System import Array myComp = Arrayfloat
Hey James, this is how i created the array : import math from System import Array myComp = Arrayfloat
Thank you, it worked perfectly. I set the "Temperature change" to 0 and my desired PP for the outlet.
Oh thank you! It worked perfectly.
That didn’t work because the material stream is affected by what happened before. I have, for example extremely high combustion temperatures, so that I need SRK to define my steam water material stream. But if I cool down to lower Temperatures, I will need the PP 'steam tables IAPWS' in order to have adequate results. So, there is on point where I need to give the material steam a new PP while keeping the p, T and mass flow the same.
Hello, I need different Property packages for the same material steam. I use the steam tables IAPWS for my power plant cycle, but I have extreme temperatures in the HRSG so that I have to swap to real gas equations like SRK. Since it is the same ms I wrote a PS that transferred the T, p and mass flow from a ms with steam tables as property package to a ms with SRK as a property package. I am unsure if that is the best way. If anyone knows better I would be glad to get some advice. kind regards, ...
It works, i forgot to import math and array....