From 51434b3435c41f3d06647eda8af202b8ed6374f3 Mon Sep 17 00:00:00 2001 From: Jun Jiang Date: Mon, 6 Jan 2025 11:21:37 +0100 Subject: [PATCH] Minor revision Signed-off-by: Jun Jiang --- .../WindowVentilation/EmpiricalExpressions/Caciolo.mo | 4 ++++ .../Examples/VentilationFlowRateSashOpening.mo | 7 +++++-- .../Examples/VentilationFlowRateSimpleOpening.mo | 7 +++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/AixLib/Airflow/WindowVentilation/EmpiricalExpressions/Caciolo.mo b/AixLib/Airflow/WindowVentilation/EmpiricalExpressions/Caciolo.mo index 32025a45cc..9b8957b498 100644 --- a/AixLib/Airflow/WindowVentilation/EmpiricalExpressions/Caciolo.mo +++ b/AixLib/Airflow/WindowVentilation/EmpiricalExpressions/Caciolo.mo @@ -40,6 +40,10 @@ equation June 14, 2024, by Jun Jiang:
First implementation (see issue 1492) +
  • + Dec. 18, 2024, by Jun Jiang:
    + Replace the wind speed warning counter with max() function for cases of negligible wind-driven airflow (see issue 1561) +
  • ", info="

    This model contains the empirical expression developed by Caciolo et al..

    diff --git a/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSashOpening.mo b/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSashOpening.mo index 2ec21ecef2..e2a1323aec 100644 --- a/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSashOpening.mo +++ b/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSashOpening.mo @@ -114,7 +114,9 @@ model VentilationFlowRateSashOpening redeclare model OpeningArea = AixLib.Airflow.WindowVentilation.OpeningAreas.OpeningAreaSashDIN16798 ( opnTyp=AixLib.Airflow.WindowVentilation.BaseClasses.Types.WindowOpeningTypes.BottomHungInward), - heightASL=200) "Model DIN 16798, without window opening behavior" + heightASL=200, + final winOpnBeh=false) + "Model DIN 16798, without window opening behavior" annotation (Placement(transformation(extent={{60,-20},{80,0}}))); AixLib.Airflow.WindowVentilation.EmpiricalExpressions.DIN16798 din16798_2( winClrWidth=winClrWidth, @@ -123,7 +125,8 @@ model VentilationFlowRateSashOpening AixLib.Airflow.WindowVentilation.OpeningAreas.OpeningAreaSashDIN16798 ( opnTyp=AixLib.Airflow.WindowVentilation.BaseClasses.Types.WindowOpeningTypes.BottomHungInward), heightASL=200, - winOpnBeh=true) "Model DIN 16798, with window opening behavior" + final winOpnBeh=true) + "Model DIN 16798, with window opening behavior" annotation (Placement(transformation(extent={{100,-40},{120,-20}}))); AixLib.Airflow.WindowVentilation.EmpiricalExpressions.DIN4108 din4108_1( winClrWidth=winClrWidth, diff --git a/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSimpleOpening.mo b/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSimpleOpening.mo index a14df3c07e..d548eb70cd 100644 --- a/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSimpleOpening.mo +++ b/AixLib/Airflow/WindowVentilation/Examples/VentilationFlowRateSimpleOpening.mo @@ -101,7 +101,9 @@ model VentilationFlowRateSimpleOpening winClrHeight=winClrHeight, redeclare model OpeningArea = AixLib.Airflow.WindowVentilation.OpeningAreas.OpeningAreaSimple, - heightASL=200) "Model DIN 16798, without window opening behavior" + heightASL=200, + final winOpnBeh=false) + "Model DIN 16798, without window opening behavior" annotation (Placement(transformation(extent={{60,-20},{80,0}}))); AixLib.Airflow.WindowVentilation.EmpiricalExpressions.DIN16798 din16798_2( winClrWidth=winClrWidth, @@ -109,7 +111,8 @@ model VentilationFlowRateSimpleOpening redeclare model OpeningArea = AixLib.Airflow.WindowVentilation.OpeningAreas.OpeningAreaSimple, heightASL=200, - winOpnBeh=true) "Model DIN 16798, with window opening behavior" + final winOpnBeh=true) + "Model DIN 16798, with window opening behavior" annotation (Placement(transformation(extent={{60,-40},{80,-20}}))); AixLib.Airflow.WindowVentilation.EmpiricalExpressions.DIN4108 din4108_1( winClrWidth=winClrWidth,