2

Correction in OpenStudio - Coil:Cooling:DX:SingleSpeed

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.

Geraldo Pithon's avatar
1.3k
Geraldo Pithon
asked 2015-08-20 17:15:00 -0500
Jamie Bull's avatar
5.1k
Jamie Bull
updated 2015-08-20 17:43:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

4

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
rraustad's avatar
13.8k
rraustad
answered 2015-08-20 20:44:00 -0500, updated 2015-08-20 20:53:38 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank's @rraustad !

Geraldo Pithon's avatar Geraldo Pithon (2015-08-21 06:29:26 -0500) edit
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 (2015-08-21 12:04:53 -0500) edit
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 (2015-08-24 11:08:04 -0500) edit
add a comment see more comments
3

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

Blake Wagner's avatar
51
Blake Wagner
answered 2015-08-21 08:44:40 -0500, updated 2015-08-21 08:48:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments