-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.html
161 lines (155 loc) · 8.35 KB
/
system.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!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 class="active"><a href="./system.html">System Simulation</a></li>
<li><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>System Simulation</h1>
<p>The BuildingSystems library supports a detailed modelling
of real building energy systems. The structure, the physical behavior
and the functionality of a real system can be reflected by a so called "Digital Twin"
(The used method is described in
<a href="./pub/BAUSIM2018_p1151.pdf">NytKauKha2018</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> Good understanding of complex building energy systems by using sub models on multiple hierarchy levels.</li>
<li> Use of virtual sensors for comparisons with the real technical system.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/RooftopBuilding.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: Team Rooftop </figcaption>
<div class="caption">
<h3>Real technical system</h3>
<p><a href="https://solar-rooftop.de/index.html">Rooftop building</a> from the Solar Decathlon Europe 2014.</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/DigitalTwin.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>"Digital Twin" of the real system</h3>
<p>Virtual model of the Rooftop building <a href="./RooftopEinsteinufer/Rooftop.html">at the ground level</a>
and <a href="./RooftopDistrict/index.html">at the roof level</a> of an old Berlin town house</p>.
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/RooftopSystemModel.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>Building Energy System Model</h3>
<p>Building energy system model and its sub models (building, HVAC, PV system ...).</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/RooftopBuildingModel.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>Building (sub model)</h3>
<p>Building model and its sub models (building zones and construction elements).</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/RooftopHVACModel.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>HVAC System (sub model)</h3>
<p>HVAC system model and its sub models (heat pump, floor heatings, cooling ceilings, solar thermal system).</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="thumbnail">
<img src="./img/RooftopPVModel.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>PV System (sub model)</h3>
<p>Photovoltaic system model and its sub models (fixed and one-axis tracked PV modules).</p>
</div>
</div>
</div>
</div>
<div class="thumbnail">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="thumbnail">
<img src="./img/Results_SystemModel.png" alt="">
<figcaption style="text-align:right; font-style:italic"> Image source: UdK Berlin </figcaption>
<div class="caption">
<h3>Simulation results</h3>
<p>Simulation results for a winter period of the Rooftop system model.</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>