Skip to content

Commit 53315ea

Browse files
authored
Merge pull request #89 from CooperUnion/develop
change conversion page
2 parents 0fd4d5b + 4171134 commit 53315ea

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

arch134b_workshops/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ parts:
77
- caption: Tutorials
88
numbered: true
99
chapters:
10-
- file: docs/00_openstudio
1110
- file: docs/01_climate
1211
sections:
1312
- file: docs/01_1_climate_p1
@@ -40,3 +39,4 @@ parts:
4039
- file: docs/07_1_multi_zone_p1
4140
- file: docs/07_2_multi_zone_p2
4241
- file: docs/07_3_multi_zone_p3
42+
- file: docs/08_open_studio

arch134b_workshops/docs/00_openstudio.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

arch134b_workshops/docs/07_1_multi_zone_p1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
```
5151
<br/><br/>
5252

53-
8. Check if the rooms/zones are properly defined by clicking on each Item. The output of the Item is a Brep or a geometry which can be connected to other components’ inputs. Wire the Brep of the house to the _geometry input of "Incident Radiation" like in [5.2.6](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/05_2_passive_design_p2.html#set-analysis-period-for-summer-design-day). You can also specify the different room/zones by pulling up panels as shown in the bottom image.
53+
8. Check if the rooms/zones are properly defined by clicking on each Item. The output of the Item is a Brep or a geometry which can be connected to other components’ inputs. Wire the Brep of the house to the _geometry input of "Incident Radiation" like in [6.2.6](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/05_2_passive_design_p2.html#set-analysis-period-for-summer-design-day). You can also specify the different room/zones by pulling up panels as shown in the bottom image.
5454
```{image} ../_static/multizone/multizone2_7.2.png
5555
:width: 100%
5656
:align: center
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Direct Conversion from Rhino to OpenStudio
2+
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.
3+
4+
```{image} ../_static/start/conversion2osm.png
5+
:width: 100%
6+
:align: center
7+
```
8+
<br/><br/>
9+
10+
## Components Used
11+
Geometry [3.6.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-a-geometry-component)
12+
HB Room from Solid
13+
HB Model
14+
HB Model to OSM
15+
Panel [3.5.2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_2_shoebox_p2.html#create-a-geometry-component)
16+
17+
## Conversion Breakdown
18+
1. Download Rhino and then Pollination as referenced in [module 3](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_shoebox.html#shoebox-model). Find your weather file as shown in [2.3.1](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/01_climate.html#where-can-i-find-weather-files).
19+

0 commit comments

Comments
 (0)