diff --git a/IBPSA/Fluid/Chillers/ModularReversible/Data/TableData2D/Generic.mo b/IBPSA/Fluid/Chillers/ModularReversible/Data/TableData2D/Generic.mo index a7b8e9b5bc..4df44a3d1b 100644 --- a/IBPSA/Fluid/Chillers/ModularReversible/Data/TableData2D/Generic.mo +++ b/IBPSA/Fluid/Chillers/ModularReversible/Data/TableData2D/Generic.mo @@ -3,7 +3,7 @@ record Generic "Basic chiller data" extends IBPSA.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic; parameter Real tabQEva_flow[:,:] - "Cooling power consumption table, T in degC, Q_flow in W"; + "Cooling power consumption table, T in K, Q_flow in W"; parameter Real tabLowBou[:,2] "Points to define lower boundary for source temperature"; parameter Boolean use_TEvaOutForOpeEnv=false diff --git a/IBPSA/Fluid/Chillers/ModularReversible/LargeScaleWaterToWater.mo b/IBPSA/Fluid/Chillers/ModularReversible/LargeScaleWaterToWater.mo index d7fe8e4ddb..1fbe56e9da 100644 --- a/IBPSA/Fluid/Chillers/ModularReversible/LargeScaleWaterToWater.mo +++ b/IBPSA/Fluid/Chillers/ModularReversible/LargeScaleWaterToWater.mo @@ -38,7 +38,7 @@ model LargeScaleWaterToWater "Large scale water to water chiller" final autCalVCon=max(2E-7*QUse_flow_nominal - 84E-4, autCalVMin), final autCalVEva=max(1E-7*QUse_flow_nominal - 66E-4, autCalVMin)); replaceable parameter - IBPSA.Fluid.Chillers.ModularReversible.Data.TableData2D.EN14511.Carrier30XWP1012_1MW + IBPSA.Fluid.Chillers.ModularReversible.Data.TableData2D.Generic datTab constrainedby Data.TableData2D.Generic "Data Table of Chiller" annotation (choicesAllMatching=true, Placement(transformation(extent={{42,12},{58,28}}))); @@ -75,16 +75,10 @@ model LargeScaleWaterToWater "Large scale water to water chiller" UsersGuide.

- The documentation of the model for heating is at + The documentation of the model for cooling is at IBPSA.Fluid.Chillers.ModularReversible.RefrigerantCycle.TableData2D.

-

- Currently the only data sheets for chillers that large is the record - - IBPSA.Fluid.Chillers.ModularReversible.RefrigerantCycle.TableData2DData.EN14511.Carrier30XWP1012_1MW, - hence, the default value. -

Assumptions