-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdistrict.html
147 lines (141 loc) · 7.66 KB
/
district.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BuildingSystems</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link href="css/styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://ossmaxcdn.com/libs/html5shiv/3.7.0/htmlshiv.js"></script>
<script src="https://ossmaxcdn.com/libs/responds.js/1.4.2/responds.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Body content goes here -->
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-content">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">BuildingSystems</a>
</div>
<div class="collapse navbar-collapse" id="navbar-content">
<ul class="nav navbar-nav">
<li><a href="./index.html">Home</a></li>
<li><a href="./features.html">Features</a></li>
<li><a href="./system.html">System Simulation</a></li>
<li class="active"><a href="./district.html">District Simulation</a></li>
<li><a href="./bim2modelica.html">BIM2Modelica</a></li>
<li><a href="./download.html">Download</a></li>
<li><a href="./documentation.html">Documentation</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<h1>District Simulation</h1>
<p>The BuildingSystems library supports detailed energy analyses
of city districts. For this purpose, huge data sets of building parameters,
which describe the geometries and the constructions of all the building of a district
have to be gained. The use of the GIS systems QGIS in combination with
the Open eQuarter plug-in can generate these parameter data sets as an input
for a Modelica city district model (The used method is described in
<a href="./pub/BAUSIM2018_p1218.pdf">NytKreuKau2018</a>).
</thead>
</p>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Features</h3>
</div>
<div class="panel-body">
<ul>
<li> Uses the <a href="https://github.com/UdK-VPT/Open_eQuarter">Open eQuarter plug-in for QGis</a> for the
parameter analysis for large populations of buildings.</li>
<li> Based on the gained building parameters the Modelica district model
is automatically generated with the tool <a href="https://github.com/UdK-VPT/CoTeTo"
>CoTeTo</a> for template based code generation.</li>
<li> The Modelica district model is able to calculate the dynamic heating and cooling demand of the entire district
and for each individual building.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/WinsDistrict.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: Apple Maps </figcaption>
<div class="caption">
<h3>Analyzed city district</h3>
<p>City district "Winsstrasse" in the city center of Berlin.</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/WinsDistrict_nFloors.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>Parameter analysis with Open eQuarter (1)</h3>
<p>Number of stories per building.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/WinsDistrict_UFac.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>Parameter analysis with Open eQuarter (2)</h3>
<p>U-values of the opaque facades, determined on the base of the building age.</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/WinsDistrict_Modelica.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>District simulation with Modelica</h3>
<p>Modelica district model with 455 thermal low-order building models.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="thumbnail">
<img src="./img/Results_DistrictModel.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>Simulation results</h3>
<p>Yearly heating load of the entire district (455 buildings).</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>© UdK Berlin, Fachgebiet Versorgungsplanung und Versorgungstechnik 2023</p>
<p><a href="./impressum.html">Impressum</a> <a href="https://www.udk-berlin.de/schnellzugriff/datenschutz/">Datenschutz</a></p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>