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

How can I run sub-hourly load analysis in single space inside a building?

asked 2016-02-07 12:49:07 -0500

Julio's avatar

updated 2016-02-08 07:26:46 -0500

Hi there!

I have built a model for my building which contains a clean room space. I have been asked to generate a sub hourly or hourly load analysis for just this space. Is there a way to do this in OS? I am envisioning to go into the spaces tabs and select just the space that I need for the analysis and/or "turning off" the rest of the spaces. I am also thinking that I could generate a new sketch up envelope with the boundary conditions for this space but this approach seems kinda off. Any guidance will be highly appreciated. Many thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-02-08 10:20:21 -0500

updated 2016-02-08 15:13:06 -0500

There are a few options for running a simulation for a single space. There are a few issues involved. The first is how to have OpenStudio only simulate the space you want. The second part is handling HVAC systems that should be ignored that don't participate in conditioning of the space you are modeling. As far as spaces, what do you want to happen to the surfaces for your space if you don't have adjacent zones. Presumably you don't want them to revert to being exposed to the outside environment. A simple option is to mimic behavior where adjacent zones have the same temperature as your space. Using an adiabatic boundary condition can do this. OpenStudio has just added support for OtherSideCoeficent objects, which would allow you to associate temperature schedules with adjacent surfaces; initially this will just be available in the API and not the GUI. The adiabatic solution you can do today in the GUI. On the HVAC side you can remove Air and Plant loops that don't directly support this space. A measure that fully automates this would be great, I'm not aware of one yet, but I have seen others do this with large models to allow quick testing of specific parts of their model. Below are a few options you could take. In any of these work in a copy of your model.

  1. The OpenStudio application will ignore spaces that are not part of a thermal zone. So if you remove the thermal zones from all but the clean room forward translation will just pass that space to the IDF file. You will have to manually change the surface boundary conditions to adiabatic or you will get an error about missing adjacent surface. You also want to make sure you don't leave any other zones in the model, otherwise they will go to EnergyPlus and you will hit an error about not having any geometry. Then you need to clean up the HVAC by hand.
  2. The SketchUp Plugin has a user script to Export Selected Spaces to a New Model. This will just export the space, not other parts of the model. Similar to Option 1 you would have to open that copy and change the surfaces to adiabatic and hard assign constructions (there is a user script to do that). You would also need to re-assign the space type and build up an HVAC system.

There is nothing in particular that is tricky about writing a measure to automate all of this, but just takes a lot of thought about how it should behave. Ideally it could use adjacent zone setpoint temperatures to create schedules for use with OtherSideCoefficients, and it could automatically remove necessary spaces and HVAC components and loops. Anything that was not autosized in the system should probably be autosized? We also sometimes just put in district heating and cooling on the plant when we are just modeling a single zone. of a larger building.

edit flag offensive delete link more

Comments

1

Isn't @jcmart asking how to create a specific space temperature reporting variable and analyze it? I would think you'd want to set up a complete model then just evaluate data for the clean room space. Other spaces/zones will interact with it, and if you start monkeying with the rest of the model you will affect the interactions with the zone/space of interest.

ljbrackney's avatar ljbrackney  ( 2016-02-08 13:47:06 -0500 )edit

Good point, I may have overthought it. If you run the whole model and just want to report hourly information for one zone, you can use the Add Output Variable measure.. After an initial simulation run look at the .rdd file to see what variables you can use. Are you just looking to capture plug loads or also HVAC system?

David Goldwasser's avatar David Goldwasser  ( 2016-02-09 14:07:24 -0500 )edit

Thank you David and ljbrackney! I used both of your answers/comments to solve this. I used David's suggestion to "export" selected spaces because my original model had a large area that was not going to be considered for this analysis. Once I did that, I ended with three thermal zones, one of them being the clean room. Then, I just did what ljbrackney suggested and my reports and output files came out properly. Sorry I did not thank you or comment earlier, I appreciated your help!

Julio's avatar Julio  ( 2016-02-26 10:38:12 -0500 )edit

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

1 follower

Stats

Asked: 2016-02-07 12:49:07 -0500

Seen: 192 times

Last updated: Feb 08 '16