diff --git a/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse3.mo b/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse3.mo index 59325b856b..3bdd4ceec2 100644 --- a/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse3.mo +++ b/IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse3.mo @@ -60,7 +60,7 @@ The MixingVolume Medium parameter contains information the type of fluid and its properties that should be modelled by the MixingVolume. Set its value to MediumAir, which is declared in the template, by typing redeclare package Medium = MediumAir. -For the nominal mass flow rate you may assume a value of 1 kg/m3 for now. +For the nominal mass flow rate you may assume a value of 1 kg/s for now. You will have to change this value once you add a ventilation system to the model (see IBPSA.Examples.Tutorial.SimpleHouse.SimpleHouse6).