Skip to content

Commit

Permalink
Update information section of the package itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelgerjansen committed Sep 15, 2023
1 parent 8e4eb45 commit b5fef2f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions IBPSA/Examples/Tutorial/SimpleHouse/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ The model has been created in the following stages:
</p>
<ol>
<li>
<a href=\"modelica://IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouseTemplate\">
IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouseTemplate</a>
contains a weather data reader which connects the thermal resistance of the building wall
to the dry bulb temperature and serves as a template to implement the entire <code>SimpleHouse</code> model.
<a href=\"modelica://IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouse0\">
IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouse0</a>
contains a weather data reader which connects the data of the dry bulb temperature
to a <code>PrescribedTemperature</code> component
and serves as a starting model to implement the entire <code>SimpleHouse</code> model.
</li>
<li>
<a href=\"modelica://IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouse1\">
Expand Down Expand Up @@ -75,10 +76,10 @@ If these instructions are not clear immediately, have a look at the model docume
try out some things, make an educated guess, etc.
Finally, we provide reference results that allow you to check if your implementation is correct.
Depending on the parameter values that you choose, results may differ.
<\\p>
</p>
<p>
The graphical representation of the final model is given below.
<\\p>
</p>
<p align=\"center\">
<img alt=\"Graphical representation of the final simple house model.\"
src=\"modelica://IBPSA/Resources/Images/Examples/Tutorial/SimpleHouse/simpleHouse.png\"/>
Expand Down

0 comments on commit b5fef2f

Please sign in to comment.