From e72b02fb51423787daaf1cfa02ca3f5f85643ba1 Mon Sep 17 00:00:00 2001 From: jelgerjansen Date: Mon, 16 Oct 2023 14:03:29 +0200 Subject: [PATCH] Change the unit of nominal mass flow rate to kg/s in the documentation of SimpleHouse3. --- IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse3.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).