From 18aa83c546a9b5b78e159436095105bb4945a355 Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Wed, 6 Dec 2023 08:47:42 -0800
Subject: [PATCH] Revised model and documentation
---
.../LargeScaleWaterToWaterDeclarations.mo | 19 ++++++-----
.../LargeScaleWaterToWater_OneRoomRadiator.mo | 34 ++++++++++---------
.../LargeScaleWaterToWater.mo | 23 ++++++-------
3 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/IBPSA/Fluid/HeatPumps/ModularReversible/BaseClasses/LargeScaleWaterToWaterDeclarations.mo b/IBPSA/Fluid/HeatPumps/ModularReversible/BaseClasses/LargeScaleWaterToWaterDeclarations.mo
index b99e67b1a6..0a7995e25a 100644
--- a/IBPSA/Fluid/HeatPumps/ModularReversible/BaseClasses/LargeScaleWaterToWaterDeclarations.mo
+++ b/IBPSA/Fluid/HeatPumps/ModularReversible/BaseClasses/LargeScaleWaterToWaterDeclarations.mo
@@ -25,15 +25,15 @@ initial equation
//Control and feedback for the auto-calculation of condenser and evaporator data
assert(
autCalMasEva_flow > autCalMMin_flow and autCalMasEva_flow < 90,
- "Given nominal heat output (QUse_flow_nominal) for auto-calculation of
+ "In " + getInstanceName() + ": Given nominal heat output (QUse_flow_nominal) for auto-calculation of
evaporator and condenser data is outside the range of data sheets
- considered. Please control the auto-calculated mass flows!",
+ considered. Verify the auto-calculated mass flows.",
level=AssertionLevel.warning);
assert(
autCalVEva > autCalVMin and autCalVEva < 0.43,
- "Given nominal heat output (QUse_flow_nominal) for auto-calculation of evaporator
+ "In " + getInstanceName() + ": Given nominal heat output (QUse_flow_nominal) for auto-calculation of evaporator
and condenser data is outside the range of data sheets considered.
- Please control the auto-calculated volumes!",
+ Verify the auto-calculated volumes.",
level=AssertionLevel.warning);
@@ -45,15 +45,16 @@ initial equation
and time constants (i.e. volumes) of the heat exchange based on
the nominal electric power consumption of the chiller or heat pump.
It is based on more than 20 datasets of water-to-water heat pumps
- from multiple manufacturers ranging from about 25 kW
- to 1 MW in nominal electric power consumption. The linear regressions with coefficients
- of determination above 91 % give a good approximation of these
+ from multiple manufacturers ranging from about 25 kW
+ to 1 MW in nominal electric power consumption. The linear regressions with coefficients
+ of determination above 91% give a good approximation of these
parameters. Nevertheless, estimates for machines outside
the given range should be checked for plausibility during simulation.
-For more information, please refer to:
-IBPSA\\Resources\\Data\\Fluid\\HeatPumps\\BaseClasses\\LargeScaleWaterToWaterParameters.xlsx
+For more information, see
+
+IBPSA/Resources/Data/Fluid/HeatPumps/BaseClasses/LargeScaleWaterToWaterParameters.xlsx.