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

cjcfromslc's profile - activity

2015-05-07 17:57:11 -0500 commented answer Modeling Run-around Loop Heat Recovery in EnergyPlus

Great work. If you knew the capacity of the heat recovery system over time (from hourly data), you could simulate a simple plant loop with district heating, heat recovery pump (as designed), and heat recovery coil (as designed). Input the nominal capacity of district heating to maximum heat recovery capacity and input the capacity fraction schedule of district heating to a hourly schedule. Finally, input the setpoints of the loop and coil as designed. Heat recovery for cooling could be similar except using district cooling instead of district heating. Comments?

2014-12-15 13:21:42 -0500 received badge  Teacher (source)
2014-12-15 13:01:53 -0500 answered a question How to add "WindowProperty:FrameAndDivider" object in OpenStudio?

With an EnergyPlus Measure, you can add an idf file which describe the "WindowProperty:FrameAndDivider" object. But you cannot set the frame and divider name in the ""FenestrationSurface:Detailed" object. Line 1 in the below script sets the frame and divider name to "Aluminum". Line 2 gets the name of the frame and divider name which is empty.

    fenestration.setString(7,"Aluminum")
    fenestration_frame = fenestration.getString(7)
    runner.registerInfo("Redefined Frame: #{fenestration_frame}")
2014-12-02 16:58:56 -0500 answered a question How to add Utility Rates to OpenStudio

Got it... Thanks...

I wrote a simple OpenStudio/EnergyPlus measure to add the required files. Is there a place to share files on this website?

2014-12-02 10:58:26 -0500 received badge  Student (source)
2014-12-02 10:02:04 -0500 asked a question How to add Utility Rates to OpenStudio

In OpenStudio 1.5.3, there is a comment under Utility Rates tab to import your utility rates under the Measure tab. Under the Measure tab, no link to import utility rates. In Online BCL, no measure to import utility rates. Perhaps I'm missing something...

2014-12-02 09:54:57 -0500 asked a question How to add "WindowProperty:FrameAndDivider" object in OpenStudio?

Typically the frame effects of the window can be simulated without using the "WindowProperty:FrameAndDivider" object in EnergyPlus by modifying the airspace thickness. However, if you interested in the effect of condensation on the frame in very cold climate or in high humidity climate, you need to model the window frames. In the Openstudio plug-in v1.5.3, there is a place to add "Frame and Divider Name" in the "OS:SubSurface" object, but no place to describe the frame.