Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Hard Sizing Coil Cooling Water

asked 2020-12-03 08:22:14 -0500

Saif's avatar

updated 2022-10-20 15:55:01 -0500

I am trying to hard size a water cooling coil in OpenStudio 2.8, there is no hard size option for the capacity of the cooling coil, the only available option is to hard size the flow rate. I tried to increase the flow rate to get the targeted capacity using the below formula from EnergyPlus guide. The output reports shows an increase in the coil flow rate but the cooling capacity is still the same. The reason I am doing this is to meet the requirement of App G of 90.1 of modeling the proposed system with actual capacities. Is there a work around to hard size the water cooling coil?

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2020-12-04 10:31:39 -0500

The reason the capacity is not changing is because of the way E+ autosizing routine works. The required capacity of the coil is being calculated based on air flow rate and inlet/outlet temperature and humidity differences. Additionally, when E+ is calculating the unspecified parameters, it does not take into account any parameters you may have entered. So if you only hard size fluid flow rate in this case, E+ calculates what it wants for all parameters, including capacity, then takes into account your hard-sizing afterwards (which often leaves you with mismatched parameters). If you look in your EIO file you should be able to see what E+ calculated for all terms, including flow rate, and it should also show your user-input flow rate next to that. You can try hard sizing every parameter if you have the specs (although I've run into some different issues there), which forces the capacity based on those specs. Typically though coil sizing problems are an indicator that the loads in your model differ from those that were assumed in the design of the coil, so often it is a better idea to reconsider geometry/loads instead of forcing a coil size that probably will not be utilized by the model in a realistic way. If you want to keep reading, here are some tips/adjustment points to tweak your coil capacity from the load side (assuming a chilled water coil being used in a central air handler configuration):

The routine starts at the Sizing:Zone object, where you can specify zone_cooling_design_supply_air_temperature. With this parameter E+ is then calculating the air flow rate needed (at the cooling design SAT) to satisfy the specified zone loads (to meet your design thermostat setpoint). This air flow rate is what goes to the coil design. Then you need to go to the Sizing:System table, where the important parameters for coil sizing are central_cooling_design_supply_air_temperature and central_cooling_design_supply_air_humidity_ratio. Now you're getting to the coil sizing routine where E+ says, "For the requested air flow rate (from Sizing:Zone), at temperature and humidity inlet conditions defined by the Site:Location object, to be cooled to the central cooling design parameters (from Sizing:System), the coil needs to provide X watts of cooling."

Fluid flow rate and deltaT are actually coming after this portion. After coils are sized, capacities are all added up for the plant, where E+ then looks at what you have for the parameters design_loop_exit_temperature and loop_design_temperature_difference in the Sizing:Plant object. You can tweak those parameters to get the desired flow rate, but energy-wise that is typically more important for your plant objects.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2020-12-03 08:22:14 -0500

Seen: 330 times

Last updated: Dec 04 '20