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

TomB's profile - activity

2025-07-03 00:10:16 -0500 commented answer How to use custom python packages in OpenStudio Measures

Thank You ! the second option works a treat. I don't understand the caveat yet, but hopefully won't hit that blocker. T

2025-06-29 23:35:00 -0500 asked a question How to use custom python packages in OpenStudio Measures

How to use custom python packages in OpenStudio Measures The python measures within OpenStudio Application use the pytho

2024-05-09 01:50:25 -0500 commented answer How to add AFN in openstudio sdk

Thanks very much for your answers @shorowit

2024-05-08 04:57:48 -0500 edited question How to add AFN in openstudio sdk

How to add AFN in openstudio sdk The sdk documentation on how to create a AFN object confuses me; it seems to be self-re

2024-05-08 04:57:14 -0500 edited question How to add AFN in openstudio sdk

How to add AFN in openstudio sdk The sdk documentation on how to create a AFN object confuses me; it seems to be self-re

2024-05-07 14:21:47 -0500 commented answer How to add AFN in openstudio sdk

Thank you ! The model.getAfnThing way of making objects throws me

2024-05-07 05:14:19 -0500 asked a question How to add AFN in openstudio sdk

How to add AFN in openstudio sdk The sdk documentation on how to create a AFN object confuses me; it seems to be self-re

2023-08-18 16:43:45 -0500 marked best answer Create a new building template

I would like to add my own Building Type and Template, to append to the list available when creating a new OpenStudio model in the SketchUp app.

Is this possible? Is it documented? Will it require modifying the measure on the BCL Space Type and Construction Set Wizzard https://bcl.nrel.gov/node/82266

Would it be possible to create a 'Library' osm file and use that as a Building Type? My efforts so far have not been succesful on this, so I am guessing it is not that easy.

In Australia we have a residential rating scheme called NaTHERS. The software required to do NatHERS ratings of houses and apartments is not great and there are a few parties developing 3D modelling add-ons. I would like to do some benchmarking, using OS to run comparative simulations - comparing NaTHERS results to E+ results. To make this work, I need to create a Library of the NatHERS schedules, space types, internal gains, etc and so forth, so I can quickly and repeatedly model a number of residential designs.

OS-Add-Nathers.PNG

2023-08-18 15:54:04 -0500 received badge  Popular Question (source)
2022-02-17 00:18:05 -0500 asked a question How to access openstudio model via Sketchup 2021 ruby console?

How to access openstudio model via Sketchup 2021 ruby console? whereas in Sketchup 2017 model = Sketchup.active_model.m

2022-02-07 05:10:01 -0500 received badge  Popular Question (source)
2021-11-03 05:10:00 -0500 received badge  Taxonomist
2021-10-06 22:23:36 -0500 marked best answer How to change the Control Scheme Schedule on a PlantEquipmentOperationScheme ?

Using Openstudio (2.1.0) how can I change 'Always On Discrete' to a schedule of my choice?

I am confused because calling model.getPlantEquipmentOperationSchemes() returns a list of OS:PlantEquipmentOperation:CoolingLoad objects.

$model.getPlantEquipmentOperationSchemes()
 [OS:PlantEquipmentOperation:CoolingLoad,
  {0f6d331e-560f-4bf3-b6b1-876bd6eae5d4}, !- Handle
  North Building Cooling Tower Staging,   !- Name
  0,                                      !- Load Range Lower Limit 1 {W}
  934,                                    !- Load Range Upper Limit 1 {W}
  {0e4d7a85-4f39-4ceb-9e39-e03915c08726}, !- Range Equipment List Name 1
  934,                                    !- Load Range Lower Limit 2 {W}
  1401,                                   !- Load Range Upper Limit 2 {W}
  {307111b7-eddd-4d1f-87df-9a6865a3457a}, !- Range Equipment List Name 2
  1401,                                   !- Load Range Lower Limit 3 {W}
  4762,                                   !- Load Range Upper Limit 3 {W}
  {6b0a97b3-6a33-4685-976e-60e4cb773ebb}, !- Range Equipment List Name 3
  4762,                                   !- Load Range Lower Limit 4 {W}
  1000000000,                             !- Load Range Upper Limit 4 {W}
  {ca22b596-b1e2-4f60-b5b8-8b527101b7a0}; !- Range Equipment List Name 4 ]

I am expecting that call to return the object like this from the idf

   PlantEquipmentOperationSchemes,
          North Chilled Water Loop Operation Schemes, !- Name
          PlantEquipmentOperation:CoolingLoad,    !- Control Scheme Object Type 1
          Plant Equipment Operation Cooling Load 7, !- Control Scheme Name 1
          Always On Discrete;                     !- Control Scheme Schedule Name 1

I'm trying to set the Control Scheme Schedule to control the operation of the chillers and pumps on the chilled water loop.

2020-05-07 17:35:56 -0500 commented answer AirLoopHVAC:DedicatedOutdoorAirSystem example?

Thanks @rraustad

2020-05-06 23:57:38 -0500 asked a question AirLoopHVAC:DedicatedOutdoorAirSystem example?

AirLoopHVAC:DedicatedOutdoorAirSystem example? Can anyone provide a simple idf example file showing how to implement the

2020-04-23 21:33:32 -0500 commented question Adding multiple chillers in Design-Builder/Energyplus?

Did you change the sizing fraction?

2020-04-23 21:33:10 -0500 answered a question Adding multiple chillers in Design-Builder/Energyplus?

did you change the sizing fraction on the first and all other chillers?

2020-04-21 21:53:00 -0500 commented question Pump mass flow rate and Chiller supervisory actuators didn't work

Have you got a bypass loop in the system ? The water has to go somewhere. Also try different EMS program calling points

2020-04-20 16:24:15 -0500 commented question How to create water-cooled VRF in OpenStudio 2.9.1 ?

best solution I have seen is that suggested by Bo Lin here link text

2020-04-15 18:06:47 -0500 edited question How to create water-cooled VRF in OpenStudio 2.9.1 ?

How to create water-cooled VRF in OpenStudio 2.9.1 ? The release notes for Openstudio 2.9.0, and linked discussions on g

2020-04-15 18:06:17 -0500 asked a question How to create water-cooled VRF in OpenStudio 2.9.1 ?

How to create water-cooled VRF in OpenStudio 2.9.1 ? The release notes for Openstudio 2.9.0, and linked discussions on g

2020-04-05 17:12:09 -0500 edited answer is there a example file for risk condensation analysis in energy plus?

Im going to stick my head out here and say that EnergyPlus can't do this 'out of the box'. I'm sure you could find a way

2020-01-02 18:45:34 -0500 commented answer How to create an openstudio python bindings docker file?

thanks saeranv!

2020-01-02 17:39:05 -0500 commented answer How to create an openstudio python bindings docker file?

Thanks ! Can you explain, step by step, what the install and setup instructions are for this? I have tried the install i

2019-12-30 16:57:25 -0500 asked a question How to create an openstudio python bindings docker file?

How to create an openstudio python bindings docker file? My goal is to create a docker file (apologies if this is the in

2019-08-11 03:06:57 -0500 answered a question Modeling TFA with Heat Recovery Unit supplying to Floor level AHU | Design Builder

You may consider using an EnergyManagementScript to 'model' the system by way of actuating the air conditions onto the F

2019-07-25 07:01:18 -0500 commented answer How to sub-meter two buildings with same central plant?

p.s Australia is good at metering. ozzie ozzie ozzie oi oi oi

2019-07-25 07:00:35 -0500 answered a question How to sub-meter two buildings with same central plant?

you can use the End Use Subcategory on lights and equipment to easily create additional meter outputs in the energy plus

2019-05-18 16:03:30 -0500 commented answer three-way valve or bypass valve in chilled water loop

Hi Matt - my experience is that with multiple chillers each with a branch pump, the approach shown by Julien will not wo

2019-02-05 04:47:25 -0500 commented answer VRF & DOAS - complete model?

@mdahlhausen what is this performance map object you speak of?

2018-10-27 22:45:49 -0500 asked a question Is it possible to use relative references in .osw?

Is it possible to use relative references in .osw? Is it possible to use relative references in an openstudio workflow f

2018-10-20 05:00:34 -0500 commented question How to Print out Construction Sets and Schedules

have you tried the OpenStudio Results Measure? If not, are you using OpenStudio or other?

2018-10-18 06:01:23 -0500 answered a question Representing Distribution Losses

I don't think measured data will support any one approach in particular. They are all fudges to cover unknowns. It would

2018-10-09 05:14:39 -0500 commented question OS: VRFwithDOAS failed

can you add more details about your OpenStudio model. How many spaces are there? How many thermal zones? What thermostat

2018-09-25 21:35:30 -0500 commented question sketchup plugin space from diagram not work correctly

sounds like issues flow from misunderstanding scale of plans. try measuring a length of a door, see if the number passes

2018-09-25 17:21:29 -0500 answered a question Cooling Coil has leaving humidity ratio > entering humidity ratio

I have seen this warning, and the following info may help you understand the issue. Obviously, a chilled water coolin

2018-09-21 16:59:44 -0500 answered a question OpenStudio Sketchup Inspector, new-copy-delete buttons grayed?

As the error message says, the surface was not drawn. Because it was not drawn, it can't be deleted with Sketchup or Ope

2018-09-10 00:53:07 -0500 asked a question How to set spacetype.people by measure?

How to set spacetype.people by measure? I'd like to understand how I can add modify the People loads in a Space Type, us

2018-09-02 04:44:37 -0500 asked a question How to add Fan zone exhaust by measure?

How to add Fan zone exhaust by measure? zone = model.getThermalZoneByName("test zone").get fan = OpenStudio::Model:FanZo

2018-07-13 04:01:38 -0500 commented question Database of Chiller Curves

I know of no such database. Chiller suppliers are generally helpful, before Tender stage. I have found creating chiller

2018-07-09 21:24:43 -0500 commented answer How to set VAV mass flow rates by EMS?

no, it didn't work. The SetpointManager dominates the terminal minimum turndowns.

2018-07-06 02:23:56 -0500 commented answer How to set VAV mass flow rates by EMS?

ill check this out thanks

2018-06-29 00:02:46 -0500 edited question How to set VAV mass flow rates by EMS?

How to set VAV mass flow rates by EMS? Any guidance on how can I use an EMS program to override behaviour of a setpoint

2018-06-23 23:38:57 -0500 edited question How to set VAV mass flow rates by EMS?

How to set VAV mass flow rates by EMS? Any guidance on how can I use an EMS program to override behaviour of a setpoint

2018-06-23 23:37:06 -0500 asked a question How to set VAV mass flow rates by EMS?

How to set VAV mass flow rates by EMS? Any guidance on how can I use an EMS program to override behaviour of a setpoint

2018-06-14 01:40:55 -0500 commented question Has the sketchup plugin slowed down?

Good to hear that is not a known issue. I hope to find a fix on my machine.

2018-06-14 01:00:59 -0500 edited question Has the sketchup plugin slowed down?

Has the sketchup plugin slowed down? Using Sketchup 2017 OpenStudio 2.5 Windows 10 Outliner window not open If i make a

2018-06-13 19:52:56 -0500 asked a question Has the sketchup plugin slowed down?

Has the sketchup plugin slowed down? Using Sketchup 2017 OpenStudio 2.5 If i make any changes with the Inspector - such

2018-05-21 23:26:20 -0500 answered a question Chiller on SetpointManager:FollowSystemNodeTemperature reports error with no cooling load

EnergyPlus has reported a warning, not an error. The warning may not caused directly by your control strategy. The warn