rkwolf
Mechanical
- Jun 13, 2011
- 12
Hell all,
The company I recently started working for, asked me to design boiler efficiency program that can monitor efficiency in real time using instantenious (almost) inputs from several flow meters as well as temperature and pressure transducers. The efficiency equation itself is not complicated and I could evaluate efficiency given the flow rates, pressures, temperatures and steam tables. The tricky thing is since this is supposed to be a program able to calculate efficiency at any given time, the use of table is out of the question, meaning I have to come up with equations describing each pressure-temperatue relation.
I was doing ok working on it until I ran into a problem. If the outlet steam is superheated, how do I evaluate it's enthalpy. My plan was to use
h(superheated) = h(sat. vapor @ T_sat for given boiler P) + Cp*(T_steam - T_sat)
The issue came up when evaluating specific heat constant for superheated steam. I used Shomate's Equation:
Cp° = A + B*t + C*t2 + D*t3 + E/t2
where t=(temperature in Kelvin)/1000
A=30.09200
B=6.832514
C=6.793435
D=-2.534480
E=0.082139
However, checking my result against the steam tables, showed inaccuracy. I will provide an example below:
P(operating pressure)=610 psia;
T_steam= 710 F
T_sat=488.1 F (@ operating pressure)
h_g = 1203 Btu/lb
T_delta= T_steam-T_sat=710-488.1=221.9 F
Using Cp equation from above,
Cp=36.9017 kJ/(kmol*K) = 2.053 kJ/(kg*K) = 0.490 Btu/(lb*F)
Plugging into the enthalpy equation, I got:
h(superheated steam) = 1315 Btu/lb
However, the steam table give the result of 1355.7 Btu/lb
I was hoping someone can explain to me where the difference comes from? Is shomate's equation not valid for superheated steam? If so, is the another formula I could use? Or maybe I am missing something else entirely? Any help would be appriciated.
The company I recently started working for, asked me to design boiler efficiency program that can monitor efficiency in real time using instantenious (almost) inputs from several flow meters as well as temperature and pressure transducers. The efficiency equation itself is not complicated and I could evaluate efficiency given the flow rates, pressures, temperatures and steam tables. The tricky thing is since this is supposed to be a program able to calculate efficiency at any given time, the use of table is out of the question, meaning I have to come up with equations describing each pressure-temperatue relation.
I was doing ok working on it until I ran into a problem. If the outlet steam is superheated, how do I evaluate it's enthalpy. My plan was to use
h(superheated) = h(sat. vapor @ T_sat for given boiler P) + Cp*(T_steam - T_sat)
The issue came up when evaluating specific heat constant for superheated steam. I used Shomate's Equation:
Cp° = A + B*t + C*t2 + D*t3 + E/t2
where t=(temperature in Kelvin)/1000
A=30.09200
B=6.832514
C=6.793435
D=-2.534480
E=0.082139
However, checking my result against the steam tables, showed inaccuracy. I will provide an example below:
P(operating pressure)=610 psia;
T_steam= 710 F
T_sat=488.1 F (@ operating pressure)
h_g = 1203 Btu/lb
T_delta= T_steam-T_sat=710-488.1=221.9 F
Using Cp equation from above,
Cp=36.9017 kJ/(kmol*K) = 2.053 kJ/(kg*K) = 0.490 Btu/(lb*F)
Plugging into the enthalpy equation, I got:
h(superheated steam) = 1315 Btu/lb
However, the steam table give the result of 1355.7 Btu/lb
I was hoping someone can explain to me where the difference comes from? Is shomate's equation not valid for superheated steam? If so, is the another formula I could use? Or maybe I am missing something else entirely? Any help would be appriciated.