Skip to content

Commit 0fd4d5b

Browse files
authored
Merge pull request #88 from CooperUnion/develop
uploaded conversion to osm
2 parents e00e2ec + 0859cea commit 0fd4d5b

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed
399 KB
Loading

arch134b_workshops/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ parts:
77
- caption: Tutorials
88
numbered: true
99
chapters:
10+
- file: docs/00_openstudio
1011
- file: docs/01_climate
1112
sections:
1213
- file: docs/01_1_climate_p1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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. You'll still need your specific weather file, Rhino and Pollination downloaded as referenced in [module 2](https://cooperunion.github.io/buildingenergymodeling_workshops/docs/02_shoebox.html#shoebox-model).
3+
4+
```{image} ../_static/start/conversion2osm.png
5+
:width: 100%
6+
:align: center
7+
```
8+
<br/><br/>

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://gaudi369.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 [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.
5454
```{image} ../_static/multizone/multizone2_7.2.png
5555
:width: 100%
5656
:align: center

arch134b_workshops/docs/07_multi_zone.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Multi-Zone Model Analysis (Amber Sun)
1+
# Multi-Zone Model Analysis
2+
Module 7 is made and organized by Amber Sun.
23

34
## Case Study File
45
Download the new Rhino file for the single family with garage: <a href="https://github.com/gaudi369/buildingenergymodeling_workshops/blob/docs/arch134b_workshops/_downloads/single_family_garage.3dm" target="_blank">here</a>

arch134b_workshops/docs/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Building Energy Modeling Workshops (Rhino & Ladybug Tools Edition 2025)
2+
3+
This tutorial introduces _Grasshopper_, a plug-in for Rhino that provides a visual programming environment useful for creating simple processes or complex algorithmic systems.
4+
5+
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.

0 commit comments

Comments
 (0)