-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39bfc21
commit c86319d
Showing
11 changed files
with
533 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<!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"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content="Homepage Virtual Reality Simulation Environment"> | ||
<meta name="author" content="Christoph Nytsch-Geusen"> | ||
<link rel="icon" href="../../favicon.ico"> | ||
<title>Virtual Reality Simulation Environment</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<!-- Custom styles for this template --> | ||
<link href="../css/styles.css" rel="stylesheet"> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.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 collapsed" 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="./climate_chamber.html">Virtual Reality Simulation Environment</a> | ||
<a class="navbar-brand" href="../klimakammer.html"><font color="red">DE</font></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="./concept.html">Concept</a></li> | ||
<li><a href="./therm_room_model.html">Thermal room model</a></li> | ||
<li><a href="./vr_room_model.html">Virtual room model</a></li> | ||
<li class="active"><a href="./climate_chamber.html">Climate chamber</a></li> | ||
<li><a href="./radiation_surfaces.html">Radiation surfaces</a></li> | ||
<li><a href="./examples.html">Examples</a></li> | ||
<li><a href="./contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="jumbotron"> | ||
<h1>Climate Chamber</h1> | ||
<p>The climate chamber consists of a combination of an | ||
igloo-shaped tent and a wooden floor substructure, which | ||
increases the maximum available internal height of the dome to 2.8 m | ||
and has an internal diameter of 3.6 m. Two circumferential ring pipes | ||
are embedded in the floor construction, which circulate the hot and cold air | ||
through 16 circular openings from two air conditioning units into the dome.</p> | ||
|
||
<div class="col-md-12 col-sm-12 col-xs-12"> | ||
<div class="thumbnail"> | ||
<img src="../img/Climate_chamber.jpg" alt=""> | ||
<figcaption style="text-align:right; font-style:italic"> | ||
Climate chamber of the Virtual Reality simulation environment with thermal feedback (Source: UdK Berlin) | ||
</figcaption> | ||
</div> | ||
</div> | ||
|
||
<p>The climate dome is equipped with following devices: | ||
<ul> | ||
<li>two AC devices with Heating, cooling and dehumidification functionality for supplying the twi aur tubes,</li> | ||
<li>one AC split device for fast internal lowering of the air temperature level within the dome,</li> | ||
<li>two humidifiers for increasing the air humidity within the dome,</li> | ||
<li>two convective heating devices for fast internal increasing of the air temperature level within the dome,</li> | ||
<li>two fans with 26 stages for simulating the felt air movement through room openings and</li> | ||
<li>one electrical radiator with three power stages for the simulation of the felt soalr radiation through transparent room surfaces.</li> | ||
</ul> | ||
</p> | ||
</div> | ||
|
||
<footer> | ||
<p>© UdK Berlin, Fachgebiet Versorgungsplanung und Versorgungstechnik 2024</p> | ||
<p><a href="./imprint.html">Imprint</a> <a href="https://www.udk-berlin.de/en/quick-access/privacy-protection/">Privacy</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<!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"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content="Homepage Virtual Reality Simulation Environment"> | ||
<meta name="author" content="Christoph Nytsch-Geusen"> | ||
<link rel="icon" href="../../favicon.ico"> | ||
<title>Virtual Reality Simulation Environment</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<!-- Custom styles for this template --> | ||
<link href="../css/styles.css" rel="stylesheet"> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.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 collapsed" 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="./contact.html">Virtual Reality Simulation Environment</a> | ||
<a class="navbar-brand" href="../kontakt.html"><font color="red">DE</font></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="./concept.html">Concept</a></li> | ||
<li><a href="./therm_room_model.html">Thermal room model</a></li> | ||
<li><a href="./vr_room_model.html">Virtual room model</a></li> | ||
<li><a href="./climate_chamber.html">Climate chamber</a></li> | ||
<li><a href="./radiation_surfaces.html">Radiation surfaces</a></li> | ||
<li><a href="./examples.html">Examples</a></li> | ||
<li class="active"><a href="./contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="jumbotron"> | ||
<h1>Contact</h1> | ||
</div> | ||
|
||
<div class="panel panel-default"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Contact perspon Interaktive Virtual Reality simulation environment</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<p>Prof. Dr.-Ing. Christoph Nytsch-Geusen</p> | ||
<p>Berlin University of the Art (UdK Berlin)<br /> | ||
Institute for Architecture and Urban Planning<br /> | ||
Department Building Physics and Building Technology</p> | ||
<p>Einsteinufer 43-53<br /> | ||
10587 Berlin, Germany<br /> | ||
<p></p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</div> | ||
<footer> | ||
<p>© UdK Berlin, Fachgebiet Versorgungsplanung und Versorgungstechnik 2024</p> | ||
<p><a href="./imprint.html">Imprint</a> <a href="https://www.udk-berlin.de/en/quick-access/privacy-protection/">Privacy</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!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"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content="Homepage Virtual Reality Simulation Environment"> | ||
<meta name="author" content="Christoph Nytsch-Geusen"> | ||
<link rel="icon" href="../../favicon.ico"> | ||
<title>Virtual Reality Simulation Environment</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<!-- Custom styles for this template --> | ||
<link href="../css/styles.css" rel="stylesheet"> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.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 collapsed" 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="./examples.html">Virtual Reality Simulation Environment</a> | ||
<a class="navbar-brand" href="../beispiele.html"><font color="red">DE</font></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="./concept.html">Concept</a></li> | ||
<li><a href="./therm_room_model.html">Thermal room model</a></li> | ||
<li><a href="./vr_room_model.html">Virtual room model</a></li> | ||
<li><a href="./climate_chamber.html">Climate chamber</a></li> | ||
<li><a href="./radiation_surfaces.html">Radiation surfaces</a></li> | ||
<li class="active"><a href="./examples.html">Examples</a></li> | ||
<li><a href="./contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="jumbotron"> | ||
<h1>Application Examples </h1> | ||
|
||
<p>The interactive VR simulation environment can be flexibly adapted to different applications.</p> | ||
|
||
<h2>Two room model</h2> | ||
|
||
<p>This example involves a room model with a floor area of 6 m x 6 m and a | ||
height of 3 m, which can be a height of 3 m, which can be partially or | ||
completely divided into two separate rooms, which can also be air-conditioned differently. | ||
The right-hand half of the room has an almost completely glazed façade with a | ||
high potential for daylight utilization, while the left half of the room has a | ||
very small window.</p> | ||
|
||
<div class="col-md-12 col-sm-12 col-xs-12"> | ||
<div class="thumbnail"> | ||
<img src="../img/Two_room_model.jpg" alt=""> | ||
<figcaption style="text-align:right; font-style:italic"> | ||
Example of a two room model with individual room usage (Source: UdK Berlin) | ||
</figcaption> | ||
</div> | ||
</div> | ||
|
||
<p>In the ceiling area, there are two artificial light sources per half of the room, | ||
one close to the facade and one at a greater depth in the room. Both side walls | ||
can be fully thermally conditioned in the model in order to create the feeling | ||
of radiant heat or radiant cold in VR in addition to the perception of a small | ||
and very warm surface (radiator).</p> | ||
|
||
<h2>Rooftop Building</h2> | ||
<p>This example shows a digital twin of a solar research building | ||
(<a href="http://www.solar-rooftop.de">Rooftop-Gebäude</a>). | ||
The video demonstrates the interaction of the user of the | ||
VR simulation with the adaptive facades of the building model:</p> | ||
|
||
<div class="col-md-12 col-sm-12 col-xs-12"> | ||
<div class="thumbnail"> | ||
<a href="https://www.youtube.com/watch?v=6bGZM_iBbr0"><img src="../img/Rooftop_VR.jpg" alt=""> | ||
<figcaption style="text-align:right; font-style:italic"> | ||
Example of a user interaction with a buildiung facade (Video: UdK Berlin) | ||
</figcaption> | ||
</div> | ||
</div> | ||
<p>.</p> | ||
</div> | ||
|
||
<footer> | ||
<p>© UdK Berlin, Fachgebiet Versorgungsplanung und Versorgungstechnik 2024</p> | ||
<p><a href="./imprint.html">Imprint</a> <a href="https://www.udk-berlin.de/en/quick-access/privacy-protection/">Privacy</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> |
Oops, something went wrong.