From b6006ffc638092d5903658288973e6560282fd43 Mon Sep 17 00:00:00 2001 From: amaccarini Date: Mon, 11 Sep 2023 16:04:04 +0200 Subject: [PATCH] Corrected parameter dpAquifer_nominal in NumberWells example --- IBPSA/Fluid/Geothermal/Aquifer/Validation/NumberWells.mo | 2 -- 1 file changed, 2 deletions(-) diff --git a/IBPSA/Fluid/Geothermal/Aquifer/Validation/NumberWells.mo b/IBPSA/Fluid/Geothermal/Aquifer/Validation/NumberWells.mo index b5f8156791..11df946e87 100644 --- a/IBPSA/Fluid/Geothermal/Aquifer/Validation/NumberWells.mo +++ b/IBPSA/Fluid/Geothermal/Aquifer/Validation/NumberWells.mo @@ -11,7 +11,6 @@ model NumberWells TGroHot=303.15, aquDat=IBPSA.Fluid.Geothermal.Aquifer.Data.Rock(), m_flow_nominal=0.1, - dpAquifer_nominal=10, dpExt_nominal=0) "ATES with one pair of wells" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); MultiWell aquWel2( @@ -25,7 +24,6 @@ model NumberWells TGroHot=303.15, aquDat=IBPSA.Fluid.Geothermal.Aquifer.Data.Rock(), m_flow_nominal=0.2, - dpAquifer_nominal=10, dpExt_nominal=0) "ATES with two pairs of wells" annotation (Placement(transformation(extent={{-20,-60},{0,-40}}))); Modelica.Blocks.Sources.Constant uPum(k=1) "Pump control signal"