Air to air rotary exchanger rpm
I'm using air to air sensible and latent rotary heat exchanger. I want to view in the output file the speed of rotation of exchanger each time step. How can I do that?
First time here? Check out the Help page!
I'm using air to air sensible and latent rotary heat exchanger. I want to view in the output file the speed of rotation of exchanger each time step. How can I do that?
For air-to-air heat exchangers, rotational speed is not modeled explicitly. The performance of a rotary heat exchanger is modeled through the supply outlet air temperature and frost controls. A plate HX can be bypassed while a rotary HX can change speed to adjust effectiveness. For rotary HXs, the model assumes the HX can achieve the speed needed to provide the control.
From the IDD:
HeatExchanger:AirToAir:SensibleAndLatent,
A7, \field Supply Air Outlet Temperature Control
\type choice
\key No
\key Yes
\default No
A8, \field Heat Exchanger Type
\type choice
\key Plate
\key Rotary
\default Plate
A9, \field Frost Control Type
\type choice
\key None
\key ExhaustAirRecirculation
\key ExhaustOnly
\key MinimumExhaustTemperature
\default None
thanks for your answer, while viewing the source code of the program, I understood that in case of rotary air to air heat exchanger, effectiveness is only calculated using temperatures, expecting the wheel to modulate its speed to achieve any setpoint temperature within boundaries where the control fraction will always be 1 in this case. This means that there is no point from entering the rated effectiveness (values at 100% and 75% of rated flow in case of heating and cooling) when using rotary heat exchanger. Do I understand correctly? Please help, thanks again.
You still need to enter the effectiveness values so the model knows what the outlet air temperature is before it modulates wheel speed. At wheel speed = 0 the outlet air temp = inlet air temp. At full speed the outlet air temp is calculated based on effectiveness. Modulating wheel speed can adjust outlet air temp between these two values.
Thanks for your reply, so from your reply and from reading code I understood that for rotary effectiveness is always found using (X1-X2sp / X1-X3) and so it needs the effectiveness values at 75% and at 100% to draw a straight line defining the maximum effectiveness value for each flow rate. You wrote in the code that rotary is never bypassed and so if my flow is always constant then sensible effectiveness for example will be (T1-T2sp / T1-T3) where the value can only be between 0 and effectiveness at 100% of flow.
That's correct, except that although the HX is at constant flow, the air flow through the HX doesn't have to be the flow specified in the HX, that's why you give 2 effectiveness values. 100% of flow is when air flow through the HX equals the value specified in the HX.
HeatExchanger:AirToAir:SensibleAndLatent,
autosize, !- Nominal Supply Air Flow Rate {m3/s}
Would it be possible to give more inputs to the effectiveness than the eff at 100 and 75 % airflow rates?For our experience the effectiveness is not linear but rather parabolic so we would like to introduce some extra points.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-04-18 01:34:48 -0600
Seen: 390 times
Last updated: Apr 18 '17