First time here? Check our help page!
1

Impossibility to set "CorrelationFromWeatherFile" for OS:Site:WaterMainsTemperature

I am trying to set this option to the OS:Site:WaterMainsTemperature using the following syntax:

w=model.getSiteWaterMainsTemperature
w.setCalculationMethod("CorrelationFromWeatherFile")

but it always returns false. Am I missing anything? Is this option implemented in OpenStudio.

mapascual's avatar
653
mapascual
asked 2020-02-21 07:13:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

It appears that EnergyPlus added this calculation method in v9.0 but it has not yet been made available in OpenStudio. I have filed an OpenStudio feature request.

In the meantime, your options are:

  1. Set the calculation method to "Correlation", in which you will have to process the weather file yourself and set the appropriate values (average outdoor drybulb, monthly differentials), or
  2. Use an EnergyPlus measure to set the calculation method to "CorrelationFromWeatherFile".
shorowit's avatar
11.8k
shorowit
answered 2020-02-21 10:20:09 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments