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

Correction in OpenStudio - Coil:Cooling:DX:SingleSpeed

asked 9 years ago

updated 9 years ago

I think there is a mistake in the graphical interface OpenStudio when configuring the component Coil:Cooling:DX:SingleSpeed.

In the field Rated Evaporator Fan Power per Volume Flow Rate (see figure below), the unit is being shown in Pa. According to the EnergyPlus Input Output Reference it should be in W/(m³/s).

Perhaps this relationship translates into Pa, but I do not think so.

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
4

answered 9 years ago

updated 9 years ago

You are correct. The E+ idd shows, and code confirms, that the units are W/(m3/s). This input is a normalized power per flow rate input for the fan power used during the rating calculations. This input is not used otherwise.

Coil:Cooling:DX:SingleSpeed,
  N5 , \field Rated Evaporator Fan Power Per Volume Flow Rate
   \note Enter the evaporator fan power per air volume flow rate at the rated test conditions.
   \note The test conditions vary external static pressure based on total cooling capacity.
   \note This value is only used to calculate Seasonal Energy Efficiency Ratio (SEER), Energy
   \note Efficiency Ratio (EER), Integrated Energy Efficiency Ratio (IEER), and the Standard
   \note Rating (Net) Cooling Capacity which will be outputs in the EnergyPlus eio file.  This
   \note value is not used for modeling the evaporator fan during simulations.
   \type real
   \units W/(m3/s)
   \minimum 0.0
   \maximum 1250.0
   \default 773.3
Preview: (hide)
link

Comments

Thank's @rraustad !

Geraldo Pithon's avatar Geraldo Pithon  ( 9 years ago )
1

I didn't even think about it until Blake showed me the answer.

Another way to look at this is using the fan power equation.

Pfan = (Volume Flow x Pressure)/Fan Efficiency

or in units:

Watts = (m3/s * Pa) / dimensionless number, so W/m3/s = Pa.

rraustad's avatar rraustad  ( 9 years ago )
1

@Pithon did you ever create a GitHub issue on this. I think we can and should prevent OS from "reducing" the units like that.

Kyle Benne's avatar Kyle Benne  ( 9 years ago )
3

answered 9 years ago

Blake Wagner's avatar

updated 9 years ago

That unit breaks down into Pascals, although reading it as W/(m^3/s) is more intuitive.

W/(m^3/s) = (J/s)/(m^3/s) = J/m^3 = N*m/m^3 = N/m^2 = Pa

Preview: (hide)
link

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 416 times

Last updated: Aug 21 '15