Skip to content

Commit

Permalink
Merge pull request #197 from RWTH-EBC/issue196_BugInnerWalls
Browse files Browse the repository at this point in the history
Issue196 bug inner walls
  • Loading branch information
MichaMans committed Apr 7, 2016
2 parents dd07e08 + e5a644d commit 7de31ff
Show file tree
Hide file tree
Showing 38 changed files with 150 additions and 171 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEASER contains an archetype building generator as well as parameter calculation

### Version

The current version is 0.2.6, which is a pre-release
The current version is 0.2.7, which is a pre-release


### How to contribute to the development of TEASER
Expand Down
Binary file modified doc/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.Data.DataHelp.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.Data.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.Examples.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.InputData.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.Logic.BuildingObjects.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.Logic.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.Project.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/teaser.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: df4ba8b045f3a2f117ccefe2ff97b913
config: 01519eb0879b79f6cf3a1621cad74947
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion doc/_build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TEASER contains an archetype building generator as well as parameter calculation
Version
==================

The current version is 0.2.6, which is a pre-release
The current version is 0.2.7, which is a pre-release


How to contribute to TEASER
Expand Down
9 changes: 9 additions & 0 deletions doc/_build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ div.sphinxsidebar {
width: 230px;
margin-left: -100%;
font-size: 90%;
word-wrap: break-word;
overflow-wrap : break-word;
}

div.sphinxsidebar ul {
Expand Down Expand Up @@ -187,6 +189,13 @@ div.genindex-jumpbox {

/* -- general body styles --------------------------------------------------- */

div.body p, div.body dd, div.body li, div.body blockquote {
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

a.headerlink {
visibility: hidden;
}
Expand Down
4 changes: 2 additions & 2 deletions doc/_build/html/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* searchtools.js_t
* ~~~~~~~~~~~~~~~~
*
* Sphinx JavaScript utilties for the full-text search.
* Sphinx JavaScript utilities for the full-text search.
*
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
Expand Down Expand Up @@ -623,7 +623,7 @@ var Search = {
* helper function to return a node containing the
* search summary for a given text. keywords is a list
* of stemmed words, hlwords is the list of normal, unstemmed
* words. the first one is used to find the occurance, the
* words. the first one is used to find the occurrence, the
* latter for highlighting it.
*/
makeSearchSummary : function(text, keywords, hlwords) {
Expand Down
2 changes: 1 addition & 1 deletion doc/_build/html/_static/websupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* websupport.js
* ~~~~~~~~~~~~~
*
* sphinx.websupport utilties for all documentation.
* sphinx.websupport utilities for all documentation.
*
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
Expand Down
19 changes: 10 additions & 9 deletions doc/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Index &mdash; TEASER 0.2.6 documentation</title>
<title>Index &mdash; TEASER 0.2.7 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.6',
VERSION: '0.2.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="TEASER 0.2.6 documentation" href="index.html" />
<link rel="top" title="TEASER 0.2.7 documentation" href="index.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -521,6 +521,10 @@ <h2 id="N">N</h2>
</dt>


<dt><a href="teaser.Logic.BuildingObjects.BuildingPhysics.html#teaser.Logic.BuildingObjects.BuildingPhysics.Material.Material.name">(teaser.Logic.BuildingObjects.BuildingPhysics.Material.Material attribute)</a>
</dt>


<dt><a href="teaser.Logic.BuildingObjects.html#teaser.Logic.BuildingObjects.ThermalZone.ThermalZone.name">(teaser.Logic.BuildingObjects.ThermalZone.ThermalZone attribute)</a>
</dt>

Expand Down Expand Up @@ -1110,9 +1114,6 @@ <h3>Quick search</h3>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
Expand All @@ -1128,12 +1129,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&copy; Copyright 2015, RWTH Aachen University, E.ON Energy Research Center, Institute for Energy Efficienct Buildings and Indoor Climate.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.
</div>
</body>
</html>
23 changes: 10 additions & 13 deletions doc/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>TEASER - Tool for Energy Analysis and Simulation for Efficient Retrofit &mdash; TEASER 0.2.6 documentation</title>
<title>TEASER - Tool for Energy Analysis and Simulation for Efficient Retrofit &mdash; TEASER 0.2.7 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.6',
VERSION: '0.2.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="TEASER 0.2.6 documentation" href="#" />
<link rel="top" title="TEASER 0.2.7 documentation" href="#" />
<link rel="next" title="TEASER Doc" href="teaser.html" />
</head>
<body role="document">
Expand All @@ -39,7 +39,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="teaser.html" title="TEASER Doc"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="#">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -71,7 +71,7 @@ <h1>Description<a class="headerlink" href="#description" title="Permalink to thi
</div>
<div class="section" id="version">
<h1>Version<a class="headerlink" href="#version" title="Permalink to this headline"></a></h1>
<p>The current version is 0.2.6, which is a pre-release</p>
<p>The current version is 0.2.7, which is a pre-release</p>
</div>
<div class="section" id="how-to-contribute-to-teaser">
<h1>How to contribute to TEASER<a class="headerlink" href="#how-to-contribute-to-teaser" title="Permalink to this headline"></a></h1>
Expand All @@ -91,9 +91,9 @@ <h1>Contents:<a class="headerlink" href="#contents" title="Permalink to this hea
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span>Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span>Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span>Search Page</span></a></li>
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
</div>

Expand Down Expand Up @@ -133,9 +133,6 @@ <h3>Quick search</h3>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
Expand All @@ -154,12 +151,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="teaser.html" title="TEASER Doc"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="#">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&copy; Copyright 2015, RWTH Aachen University, E.ON Energy Research Center, Institute for Energy Efficienct Buildings and Indoor Climate.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.
</div>
</body>
</html>
Binary file modified doc/_build/html/objects.inv
Binary file not shown.
15 changes: 6 additions & 9 deletions doc/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Python Module Index &mdash; TEASER 0.2.6 documentation</title>
<title>Python Module Index &mdash; TEASER 0.2.7 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.6',
VERSION: '0.2.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="TEASER 0.2.6 documentation" href="index.html" />
<link rel="top" title="TEASER 0.2.7 documentation" href="index.html" />



Expand All @@ -38,7 +38,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -210,9 +210,6 @@ <h3>Quick search</h3>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
Expand All @@ -228,12 +225,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&copy; Copyright 2015, RWTH Aachen University, E.ON Energy Research Center, Institute for Energy Efficienct Buildings and Indoor Climate.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.
</div>
</body>
</html>
12 changes: 6 additions & 6 deletions doc/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Search &mdash; TEASER 0.2.6 documentation</title>
<title>Search &mdash; TEASER 0.2.7 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.2.6',
VERSION: '0.2.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<link rel="top" title="TEASER 0.2.6 documentation" href="index.html" />
<link rel="top" title="TEASER 0.2.7 documentation" href="index.html" />
<script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); });
</script>
Expand All @@ -43,7 +43,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -94,12 +94,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.6 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">TEASER 0.2.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&copy; Copyright 2015, RWTH Aachen University, E.ON Energy Research Center, Institute for Energy Efficienct Buildings and Indoor Climate.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/_build/html/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7de31ff

Please sign in to comment.