From 4118f764edef7ffbaff8e6d3a24f2adf51ffa1a8 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 7 Sep 2023 12:10:07 -0700 Subject: [PATCH] Set nominal attribute for dp to avoid Dymola warning --- IBPSA/Fluid/Geothermal/Aquifer/MultiWell.mo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/IBPSA/Fluid/Geothermal/Aquifer/MultiWell.mo b/IBPSA/Fluid/Geothermal/Aquifer/MultiWell.mo index 75a63c76a6..460df49de4 100644 --- a/IBPSA/Fluid/Geothermal/Aquifer/MultiWell.mo +++ b/IBPSA/Fluid/Geothermal/Aquifer/MultiWell.mo @@ -95,7 +95,8 @@ model MultiWell "Model of a single well for aquifer thermal energy storage" final length=length, v_nominal=m_flow_nominal/rhoWat/rWB^2/Modelica.Constants.pi, fac = 1, - roughness = 5.0E-6) + roughness = 5.0E-6, + dp(nominal=1E3)) "Pressure drop in the cold well" annotation ( Placement(transformation( extent={{10,-10},{-10,10}}, @@ -118,7 +119,8 @@ model MultiWell "Model of a single well for aquifer thermal energy storage" final length=length, v_nominal=m_flow_nominal/rhoWat/rWB^2/Modelica.Constants.pi, fac = 1, - roughness = 5.0E-6) + roughness = 5.0E-6, + dp(nominal=1E3)) "Pressure drop in the warm well" annotation ( Placement(transformation( extent={{10,10},{-10,-10}},