Skip to content

Commit

Permalink
Merge pull request #1899 from ibpsa/issue1803_SimpleHouse
Browse files Browse the repository at this point in the history
Fix typo in SimpleHouse tutorial
  • Loading branch information
mwetter authored Jun 11, 2024
2 parents 1f0e6bd + 987f00a commit 562f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse3.mo
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The <code>MixingVolume</code> <code>Medium</code> parameter contains information
the type of fluid and its properties that should be modelled by the <code>MixingVolume</code>.
Set its value to <code>MediumAir</code>, which is declared in the template,
by typing <code>redeclare package Medium = MediumAir</code>.
For the nominal mass flow rate you may assume a value of <i>1 kg/m<sup>3</sup></i> for now.
For the nominal mass flow rate you may assume a value of <i>1 kg/s</i> for now.
You will have to change this value once you add a ventilation system to the model (see
<a href=\"modelica://IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouse6\">
IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouse6</a>).
Expand Down

0 comments on commit 562f6e4

Please sign in to comment.