Skip to content

Commit 39e35a6

Browse files
authored
Merge pull request #28 from gaudi369/docs
Module 6
2 parents f5696f9 + 2eb0fb2 commit 39e35a6

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

arch134b_workshops/docs/05_3_passive_design_p3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# INteractive 3D sun path analysis
1+
# Interactive 3D sun path analysis
22

33
1. Go to the <a href="https://drajmarsh.bitbucket.io/sunpath3d.html" target="_blank">3D sun path web app</a>. Change your Geographic location to New York:
44
- Latutide: 40.701

arch134b_workshops/docs/06_1_spec_hvac_p1.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,66 @@
11
# Specifying Heating and Cooling Setpoint Schedule and HVAC Type
2+
Setpoint schedules are often dynamic based on occupancy. In office spaces for example, on the weekends and nights the space is allowed to warm outside of comfotable levels because noone is there.
23

3-
Disconnect setpoint definition introduced in Module 4
4+
## Disconnect setpoint definition introduced in Module 4
45
```{image} ../_static/spec2/spec2_1.png
56
:width: 100%
67
:align: center
78
```
89
<br/><br/>
910

10-
Route program definition through new "Program Type" component
11+
## Route program definition through new "Program Type" component
1112
```{image} ../_static/spec2/spec2_2.png
1213
:width: 100%
1314
:align: center
1415
```
1516
<br/><br/>
1617

17-
Above, in a new block, create the "Apply Setpoint" and two "Weekly Schedule" components as shown.
18+
## Creating weekly setpoint schedules
19+
Above, in a new block, create the "Apply Setpoint" and two "Weekly Schedule" components as shown. One will be for heating and the other will be for cooling.
20+
1821
```{image} ../_static/spec2/spec2_3.png
1922
:width: 100%
2023
:align: center
2124
```
2225
<br/><br/>
2326

24-
Add and adust setpoint values for weekday and weekend schedules as shown. Do not connect befor adjusting otherwise it will simulate after each update and take a long time.
27+
## Hourly setpoint specification
28+
Add and adust setpoint values for weekday and weekend schedules as shown. Do not connect before adjusting otherwise it will simulate after each update and take a long time.
29+
2530
```{image} ../_static/spec2/spec2_4.png
2631
:width: 100%
2732
:align: center
2833
```
2934
<br/><br/>
3035

31-
Add type limits for each weekly shedule as shown to avoid errors.
36+
## Add type limits for each weekly shedule as shown to avoid errors.
3237
```{image} ../_static/spec2/spec2_5.png
3338
:width: 100%
3439
:align: center
3540
```
3641
<br/><br/>
3742

38-
Connect your "Setpoint" block to your "Program Type" as shown. This should cause a new simulation to run. Try to guess if your new setpoints will lower or raise EUI.
43+
## Connect your "Setpoint" block to your "Program Type"
44+
This should cause a new simulation to run. Try to guess if your new setpoints will lower or raise EUI.
45+
3946
```{image} ../_static/spec2/spec2_6.png
4047
:width: 100%
4148
:align: center
4249
```
4350
<br/><br/>
4451

52+
## Specifying HVAC System Type
4553
You can define other HVAC System Types using components found in the HVAC tab in HB-Energy.
54+
4655
```{image} ../_static/spec2/spec2_7.png
4756
:width: 100%
4857
:align: center
4958
```
5059
<br/><br/>
5160

61+
## Linking the HVAC Type component
5262
Here is how to link the HVAC Type component to the rest of your simulation. Try different types and see how your EUI changes.
63+
5364
```{image} ../_static/spec2/spec2_8.png
5465
:width: 100%
5566
:align: center

arch134b_workshops/docs/06_2_spec_hvac_p2.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@
22

33
## Visualize the results
44
1. Download the visualization .svg template from <a href="https://github.com/chenkianwee/ifc2osmod_gendgn_egs/blob/main/svg/viz_template_spec.svg" target="_blank">here</a>.
5-
```{image} ../_static/spec2/spec2_2.png
6-
:width: 100%
7-
:align: center
8-
```
9-
<br/><br/>
105

116
2. Follow the instructions from [this section on opening .svg template](01_2_climate_p2.md#download-the-visualization-template).
127

138
3. Follow the instructions from [this section on exporting image from FreeCAD](02_5_shoebox_p5.md#export-image-from-freecad) and [this section on grabbing graph results from OpenStudio](02_5_shoebox_p5.md#grab-graph-from-openstudio) in the shoebox tutorial.
149

1510
4. Your final panels should look something like this showcasing the HVAC selection.
16-
```{image} ../_static/spec2/spec2_1.png
17-
:width: 100%
18-
:align: center
19-
```

0 commit comments

Comments
 (0)