From c4e5ca25088128e8f542877b88ffd4ebaa4a353a Mon Sep 17 00:00:00 2001 From: amaccarini Date: Sun, 5 May 2024 11:22:25 +0200 Subject: [PATCH] Adjusted documentation of Zone for coeFac --- IBPSA/ThermalZones/ISO13790/Zone5R1C/Zone.mo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IBPSA/ThermalZones/ISO13790/Zone5R1C/Zone.mo b/IBPSA/ThermalZones/ISO13790/Zone5R1C/Zone.mo index b8ef54b435..0830cbded9 100644 --- a/IBPSA/ThermalZones/ISO13790/Zone5R1C/Zone.mo +++ b/IBPSA/ThermalZones/ISO13790/Zone5R1C/Zone.mo @@ -33,7 +33,7 @@ model Zone "Thermal zone based on 5R1C network" annotation(Dialog(group="Windows")); parameter Real gFac(min=0, max=1) "Energy transmittance of glazings" annotation(Dialog(group="Windows")); - parameter Real coeFac[:]={0.9} "Polynomial coefficients for gFac" + parameter Real coeFac[:]={1} "Polynomial coefficients for gFac" annotation(Dialog(group="Windows")); parameter Real shaRedFac=1 "Shading reduction factor" annotation(Dialog(group="Windows")); @@ -390,8 +390,8 @@ If a wall contains only opaque parts, the corresponding window area must be set The parameter coeFac is used to vary the g-factor as a function of the incident angle of the surface. Often, the curve can be approximated by a cubic polynomial, as shown in -IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Case600. When this information is not available, the Standard ISO13790 -recommends using a value equal to 0.9. +IBPSA.ThermalZones.ISO13790.Validation.BESTEST.Case600. When this information is not available, +the parameter coeFac must be set to 1. ",