Skip to content

Commit 9ff7d47

Browse files
authored
Merge pull request #91 from CooperUnion/develop
finish module 8 and update intro page
2 parents d3933b9 + 6533942 commit 9ff7d47

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed
Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
# Direct Conversion from Rhino to OpenStudio
22
If you want to conduct all of your energy performance simulations in the OpenStudio software itself and need the OSM file, here is a direct way to obtain it through Grasshopper environment.
33

4-
5-
64
## Components Used
7-
Geometry ([3.6.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-a-geometry-component)), HB Room from Solid, HB Model, HB Model to OSM, Panel ([3.5.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-a-geometry-component))
5+
Geometry ([2.6.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-a-geometry-component)), HB Room from Solid ([2.7.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-rooms-solid-component)), HB Model ([2.7.5](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-model)), HB Model to OSM ([3.1.1](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/03_1_simulation_p1.html#model-to-osm-component)), Boolean Toggle, Panel ([2.5.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_1_shoebox_p1.html#place-your-first-component))
86

9-
## Conversion Breakdown
7+
## Step-by-Step Breakdown
108
1. Download Rhino8 and then Pollination as referenced in [module 2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_shoebox.html). Find your weather file as shown in [1.3.1](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/01_1_climate_p1.html#get-weather-file).
119
2. Open your model in the Rhino application. Open Grasshopper like in [2.5.1](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_1_shoebox_p1.html#open-grasshopper-from-rhino-by-clicking-the-circled-green-icon).
12-
3. Recreate the [components](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/08_open_studio.html#components-used) as shown in the image below.
10+
3. Use the following [components](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/08_open_studio.html#components-used).
11+
12+
### Recreate as shown in the image below.
1313
```{image} ../_static/start/conversion2osm.png
1414
:width: 100%
1515
:align: center
1616
```
1717
<br/><br/>
18+
19+
5. Set your "Geometry" component as demonstrated in [2.7](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#set-one-geometry). If you have multiple zones, select _Set Multiple Geometries_ and take care with naming them for work clarity. Connect all your geometries to a "HB Room from Solid" component.
20+
6. Wire the output rooms to the input rooms_ of a new component, "HB Model."
21+
7. Bring in a "HB Model to OSM" component to convert the model to an OSM file.
22+
8. Use a "Panel" to paste the [path](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#set-one-geometry) to your downloaded weather file, then connect it to the _epw_file input of ModeltoOSM. This contains data about the climate of where your model is for environmental analysis.
23+
9. Create a Boolean Toggle and double-click on False to switch to True. Wire it to both the _write and run input of ModeltoOSM.
24+
25+
1826

arch134b_workshops/docs/intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
This tutorial introduces _Grasshopper_, a plug-in for Rhino that provides a visual programming environment useful for creating simple processes or complex algorithmic systems.
44

55
Another possible tool is _ClimateStudio_, an environmental performance analysis plugin that integrates more seamlessly with Rhino than OpenStudio, which requires additional workflows for conducting energy modeling.
6+
7+
If you wish to convert your Rhino model to an OSM file to directly open in OpenStudio software itself, jump to [module 8](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/08_open_studio.html#direct-conversion-from-rhino-to-openstudio).

0 commit comments

Comments
 (0)