From 85ac62c2b1f108593d2761f38a89e81a0fbcbbd6 Mon Sep 17 00:00:00 2001 From: David Jansen Date: Thu, 29 Aug 2024 18:23:51 +0000 Subject: [PATCH] Update 'docs' folder with 1520_newHPModels and delete old branches. --- docs/1520_newHPModels/naming_violations.txt | 718 +++++++++--------- .../regression/Airflow/comparison-dymola.log | 8 +- .../regression/Controls/comparison-dymola.log | 2 +- .../Electrical/comparison-dymola.log | 4 +- .../Electrical/simulator-dymola.log | 24 +- .../regression/Fluid/comparison-dymola.log | 88 +-- .../errors.csv | 198 ++--- .../test.csv | 198 ++--- .../errors.csv | 36 +- .../test.csv | 200 ++--- .../errors.csv | 46 +- .../test.csv | 200 ++--- .../errors.csv | 28 +- .../test.csv | 200 ++--- .../regression/Fluid/simulator-dymola.log | 44 +- .../regression/Fluid/unitTests-dymola.log | 7 +- .../regression/Obsolete/comparison-dymola.log | 6 +- .../regression/Obsolete/simulator-dymola.log | 32 +- .../regression/Obsolete/unitTests-dymola.log | 4 +- 19 files changed, 1024 insertions(+), 1019 deletions(-) diff --git a/docs/1520_newHPModels/naming_violations.txt b/docs/1520_newHPModels/naming_violations.txt index 1b08440264..5a342e2c01 100644 --- a/docs/1520_newHPModels/naming_violations.txt +++ b/docs/1520_newHPModels/naming_violations.txt @@ -17,146 +17,22 @@ AixLib/Controls/HeatPump/DefrostControl.mo 7: Name 'conTrueUseChi' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: True. Affected line: Modelica.Blocks.Sources.BooleanConstant conTrueUseChi(final k=false) "Set mode to false to simulate the defrost cycle" annotation (Placement(transformation(extent={{20,-80},{40,-60}}))); -AixLib/Obsolete/Year2019/Fluid/HeatPumps/BaseClasses/CycleHP.mo -1: Missing documentation. Affected line: import Modelica.Units.SI; - -2: Name 'HPctrlType' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Pctrl, Type. Affected line: parameter Boolean HPctrlType = true "Capacity control type" annotation(Dialog(group = "Heat Pump cycle", compact = true, descriptionLabel = true), choices(choice=true "On/off heat pump",choice = false "Speed controlled heat pump", radioButtons = true)); - -3: Name 'capCalcType' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Calc, Type. Affected line: parameter Integer capCalcType = 1 "Type of capacity calculation" annotation(Dialog(group = "Heat Pump cycle", compact = true, descriptionLabel = true, enable=HPctrlType), choices(choice=1 "Polynomial", choice = 2 "Table (only on/off heat pump)", radioButtons = true)); - -4: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter DataBase.HeatPump.HeatPumpBaseDataDefinition dataTable=AixLib.Obsolete.Year2024.DataBase.HeatPump.EN255.Vitocal350BWH113() "Look-up table data for on/off heat pump according to EN255/EN14511" annotation (choicesAllMatching=true, Dialog(enable=HPctrlType and ( capCalcType == 2), group="Capacity data")); - -5: Missing documentation, Name 'tableQdot_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, Qdot_con. Affected line: protected final parameter Real tableQdot_con[:,:]=dataTable.tableQdot_con; - -6: Missing documentation, Name 'tableP_ele' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, P_ele. Affected line: final parameter Real tableP_ele[:,:]= dataTable.tableP_ele; - -7: Name 'data_poly' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: data_poly. Affected line: public replaceable function data_poly = AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.Characteristics.ConstantQualityGrade constrainedby AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.Characteristics.PartialBaseFct "Polynomial heat pump characteristics" annotation(choicesAllMatching = true,Dialog(enable=(capCalcType==1),group="Capacity data")); - -8: Name 'Corr_icing' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Corr_icing. Affected line: replaceable function Corr_icing = AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.DefrostCorrection.NoModel constrainedby AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.DefrostCorrection.PartialBaseFct "Frost/Defrost model (only air-to-water heat pumps)" annotation(choicesAllMatching = true,Dialog(enable=(capCalcType==1),group="Defrosting/Icing correction",tab="Advanced")); - -9: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.Temperature T_conMax=338.15 "Maximum condenser outlet temperature" annotation(Dialog(group="Heat Pump cycle")); - -10: Name 'N_max' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: parameter Real N_max=4200 "Maximum speed of compressor in 1/min (only used if used in polynom)" annotation(Dialog(enable=not (HPctrlType),group="Capacity data")); - -11: Name 'N_min' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: parameter Real N_min=1500 "Minimum speed of compressor in 1/min (only used if used in polynom)" annotation(Dialog(enable=not (HPctrlType),group="Capacity data")); - -12: Name 'N_nom' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N_nom. Affected line: parameter Real N_nom=3600 "Nominal speed of compressor in 1/min (only used if used in polynom)" annotation(Dialog(enable=HPctrlType and (capCalcType == 1),group="Capacity data")); - -13: Name 'PT1_cycle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T1_cycle. Affected line: parameter Boolean PT1_cycle=false "First Order model for capacity" annotation(Dialog(group = "Start/stop behavior",tab="Advanced"), choices(checkBox=true)); - -14: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.Time timeConstantCycle=1 "Time constant for first order model" annotation(Dialog(group = "Start/stop behavior",tab="Advanced", enable=PT1_cycle)); - -15: Name 'eta_ele' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: eta_ele. Affected line: parameter Real eta_ele=1 "Assumption of P_tech/P_el (for calculation of Evaporator load)" annotation(Dialog(group="Assumptions",tab="Advanced")); - -16: Name 'factorScale' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: factor, Scale. Affected line: parameter Real factorScale=1 "Scaling factor (Attention: not physically correct)" annotation(Dialog(group="Assumptions",tab="Advanced")); - -17: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.Power P_eleAdd=0 "Additional electric power when heat pump is on (not influenced through scaling factor)" annotation(Dialog(group="Assumptions",tab="Advanced")); - -18: Name 'CorrFlowCo' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Corr, Co. Affected line: parameter Boolean CorrFlowCo=false "Correction of mass flow different from nominal flow in condenser (use only if not included in polynom)" annotation(Dialog(group="Mass flow correction",tab="Advanced"), choices(checkBox=true)); - -19: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.MassFlowRate mFlow_conNominal=0.5 "Nominal mass flow rate in condenser" annotation(Dialog(group="Mass flow correction",tab="Advanced", enable=(CorrFlowCo and capCalcType==1))); - -20: Name 'CorrFlowEv' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Corr, Ev. Affected line: parameter Boolean CorrFlowEv=false "Correction of mass flow different from nominal flow in evaporator (use only if not included in polynom)" annotation(Dialog(group="Mass flow correction",tab="Advanced"), choices(checkBox=true)); - -21: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.MassFlowRate mFlow_evaNominal=0.5 "Nominal mass flow rate in evaporator" annotation(Dialog(group="Mass flow correction",tab="Advanced",enable=(CorrFlowEv and capCalcType==1)));SI.Power P_ele;SI.Power P_eleChar;SI.HeatFlowRate Qdot_eva;SI.HeatFlowRate Qdot_con;SI.HeatFlowRate Qdot_conChar; - -22: Missing documentation, Name 'CoP;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co. Affected line: Real CoP; - -23: Missing documentation, Name 'CoP_corr;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co, P_corr. Affected line: Real CoP_corr; - -24: Missing documentation, Name 'CoP_char;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co, P_char. Affected line: Real CoP_char; - -25: Missing documentation, Name 'N;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: Real N; - -26: Missing documentation, Name 'factorCoP_icing;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: factor, Co, P_icing. Affected line: Real factorCoP_icing; - -27: Missing documentation, Name 'Char' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Char. Affected line: Real Char[2]; - -28: Missing documentation, Name 'T_conOutCorr;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_con, Corr. Affected line: Real T_conOutCorr; - -29: Missing documentation, Name 'T_evaInCorr;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_eva, Corr. Affected line: Real T_evaInCorr; - -30: Missing documentation, Name 'P_eleOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_ele. Affected line: Modelica.Blocks.Interfaces.RealOutput P_eleOut annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-50,-90}))); - -31: Missing documentation. Affected line: Modelica.Blocks.Interfaces.BooleanInput onOff_in annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-50,90}))); - -32: Missing documentation, Name 'CoP_out' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co. Affected line: Modelica.Blocks.Interfaces.RealOutput CoP_out annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-10,-90}))); - -33: Missing documentation, Name 'N_in' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: Modelica.Blocks.Interfaces.RealInput N_in annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-10,90}))); - -34: Name 'firstOrder_outInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: first, Order, Internal. Affected line: protected Modelica.Blocks.Interfaces.RealInput firstOrder_outInternal "Needed to connect to conditional model"; - -35: Name 'firstOrder_inInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: first, Order, Internal. Affected line: Modelica.Blocks.Interfaces.RealOutput firstOrder_inInternal "Needed to connect to conditional model"; - -36: Name 'Qdot_conTableInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_con, Table, Internal. Affected line: Modelica.Blocks.Interfaces.RealInput Qdot_conTableInternal "Needed to connect to conditional model"; - -37: Name 'P_eleTableInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_ele, Table, Internal. Affected line: Modelica.Blocks.Interfaces.RealInput P_eleTableInternal "Needed to connect to conditional model"; - -38: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: SI.MassFlowRate mFlow_conNom;SI.MassFlowRate mFlow_evaNom; - -39: Missing documentation, Name 'realQdot_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Qdot_con. Affected line: public Modelica.Blocks.Sources.RealExpression realQdot_con(y=Qdot_con) annotation (Placement(transformation(extent={{40,24},{60,44}}, rotation=0))); - -40: Missing documentation, Name 'realQdot_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Qdot_eva. Affected line: public Modelica.Blocks.Sources.RealExpression realQdot_eva(y=Qdot_eva) annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=180, origin={-110,-10}))); - -41: Missing documentation, Name 'realPel' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real. Affected line: public Modelica.Blocks.Sources.RealExpression realPel(y=P_ele) annotation (Placement( transformation(extent={{-92,-40},{-72,-20}}, rotation=0))); - -42: Missing documentation, Name 'realCoP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Co. Affected line: public Modelica.Blocks.Sources.RealExpression realCoP(y=CoP) annotation (Placement( transformation(extent={{-32,-66},{-12,-46}}, rotation=0))); - -43: Name 'Qdot_ConTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds Qdot_ConTable( tableName="NoName", fileName="NoName", table=tableQdot_con, smoothness=smoothness) if not (capCalcType == 1) annotation (extent=[-60,40;-40,60], Placement(transformation(extent={{-40,20},{-20,40}}))); - -44: Name 'P_eleTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_ele, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds P_eleTable( tableName="NoName", fileName="NoName", table=tableP_ele, smoothness=smoothness) if not (capCalcType == 1) "Electrical power table" annotation (extent=[-60,-20; -40,0], Placement(transformation(extent={{-40, -10},{-20,10}}))); - -45: Missing documentation, Name 'realT_evaIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, T_eva. Affected line: public Modelica.Blocks.Sources.RealExpression realT_evaIn(y=T_evaInCorr) annotation (Placement(transformation(extent={{-94,26},{-74,46}}, rotation=0))); - -46: Missing documentation, Name 'realT_conOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, T_con. Affected line: public Modelica.Blocks.Sources.RealExpression realT_conOut(y=T_conOutCorr) annotation (Placement(transformation(extent={{-94,6},{-74,26}}, rotation=0))); - -47: Missing documentation, Name 'firstOrder' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: first, Order. Affected line: Modelica.Blocks.Continuous.FirstOrder firstOrder(T=timeConstantCycle) if PT1_cycle annotation (Placement(transformation(extent={{42,-6},{62,14}}))); - -48: Missing documentation, Name 'productPelCoP1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: product, Co. Affected line: public Modelica.Blocks.Math.Product productPelCoP1 annotation (Placement( transformation(extent={{8,-46},{28,-26}}, rotation=0))); - -49: Missing documentation, Name 't_Ev_in' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: t_, Ev. Affected line: Modelica.Blocks.Math.UnitConversions.To_degC t_Ev_in annotation (extent=[-88,38; -76,50], Placement(transformation(extent={{-68,30}, {-56,42}}))); - -50: Missing documentation, Name 't_Co_out' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: t_, Co. Affected line: Modelica.Blocks.Math.UnitConversions.To_degC t_Co_out annotation (extent=[-88,38; -76,50], Placement(transformation(extent={{-68,10}, {-56,22}}))); - -51: Missing documentation, Name 'dummyZero' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dummy, Zero. Affected line: public Modelica.Blocks.Sources.RealExpression dummyZero(y=0) annotation (Placement( transformation(extent={{40,-86},{60,-66}}, rotation=0))); - -52: Missing documentation, Name 'realCoP_corr' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Co, P_corr. Affected line: public Modelica.Blocks.Sources.RealExpression realCoP_corr(y=CoP_corr) annotation ( Placement(transformation(extent={{-32,-50},{-12,-30}}, rotation=0))); - -53: Missing documentation, Name 'realP_eleAdd' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, P_ele. Affected line: public Modelica.Blocks.Logical.TriggeredTrapezoid realP_eleAdd(amplitude=P_eleAdd) annotation (Placement(transformation(extent={{-72,-54},{-64,-46}}, rotation=0))); - -54: Missing documentation, Name 'greaterZero' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: greater, Zero. Affected line: public Modelica.Blocks.Logical.GreaterThreshold greaterZero annotation (Placement( transformation(extent={{-88,-54},{-80,-46}}, rotation=0))); - -55: Missing documentation. Affected line: Modelica.Blocks.Math.Add add annotation (Placement(transformation(extent={{-56,-52},{-46,-42}}))); - -56: Missing documentation, Name 'dummyOne' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dummy. Affected line: public Modelica.Blocks.Sources.RealExpression dummyOne(y=1) annotation (Placement( transformation(extent={{40,-70},{60,-50}}, rotation=0))); - -57: Name 'Qdot_conOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_con. Affected line: public Modelica.Blocks.Interfaces.RealOutput Qdot_conOut "Value of Real output" annotation (Placement(transformation(extent={{120,0},{140,20}}))); - -58: Missing documentation, Name 't_conIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: t_con. Affected line: Modelica.Blocks.Math.UnitConversions.To_degC t_conIn annotation (extent=[-88,38; -76,50], Placement(transformation(extent={{116,-36}, {104,-24}}))); - -59: Name 'T_conIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_con. Affected line: Modelica.Blocks.Interfaces.RealInput T_conIn "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={130,-30}))); - -60: Name 'T_evaIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_eva. Affected line: Modelica.Blocks.Interfaces.RealInput T_evaIn "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={-130,-30}))); - -61: Name 'Qdot_evaOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_eva. Affected line: Modelica.Blocks.Interfaces.RealOutput Qdot_evaOut "Value of Real output" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={-130,10}))); - -62: Name 'T_conOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_con. Affected line: Modelica.Blocks.Interfaces.RealInput T_conOut "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={130,50}))); - -63: Name 'T_evaOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_eva. Affected line: Modelica.Blocks.Interfaces.RealInput T_evaOut "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={-130,50}))); +AixLib/Fluid/HeatPumps/ModularReversible/Examples/BaseClasses/OneRoomRadiatorHeatPumpControl.mo +1: Name 'swiHeaCooYSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Y. Affected line: Modelica.Blocks.Logical.Switch swiHeaCooYSet if witCoo "Switch ySet for heating and cooling" annotation (Placement(transformation( extent={{-10,10},{10,-10}}, origin={30,70}, rotation=0))); -64: Name 'mFlow_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_eva. Affected line: Modelica.Blocks.Interfaces.RealInput mFlow_eva "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={-130,30}))); +2: Name 'constYSetZer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Y. Affected line: Modelica.Blocks.Sources.Constant constYSetZer(final k=0) "ySet equals zero" annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=0, origin={30,-18}))); -65: Name 'mFlow_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_con. Affected line: Modelica.Blocks.Interfaces.RealInput mFlow_con "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={130,-10}))); +3: Name 'swiYSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Y. Affected line: Modelica.Blocks.Logical.Switch swiYSet "If no demand, switch heat pump off" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={70,50}))); -66: Missing documentation, Name 'maxTempCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Temp. Affected line: public Modelica.Blocks.Sources.RealExpression maxTempCon(y=T_conMax) annotation ( Placement(transformation(extent={{14,52},{34,72}}, rotation=0))); -67: Missing documentation, Name 'productPelCoP2' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: product, Co. Affected line: public Modelica.Blocks.Math.Product productPelCoP2 annotation (Placement( transformation(extent={{80,30},{100,50}}, rotation=0))); +AixLib/Fluid/HeatPumps/ModularReversible/Data/TableDataSDF/Generic.mo +1: Name 'filename' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: filename. Affected line: parameter String filename "File name of sdf table data" annotation (Dialog(loadSelector(filter="SDF Files (*.sdf);;All Files (*.*)", caption="Select SDF file"))); -68: Missing documentation, Name 'PIDmaxHeatFlowCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat. Affected line: Modelica.Blocks.Continuous.LimPID PIDmaxHeatFlowCon( controllerType=Modelica.Blocks.Types.SimpleController.PI, Ti=1, yMax=1, yMin=0, y_start=1) annotation (Placement(transformation(extent={{46,52},{66,72}}))); +2: Name 'datasetPEle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dataset. Affected line: parameter String datasetPEle "Dataset name for electrical power" annotation (Dialog(group="Electrical Power")); +3: Name 'dataUnitPEle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: data, Unit. Affected line: parameter String dataUnitPEle "Data unit for electrical power" annotation (Dialog(group="Electrical Power")); -AixLib/Fluid/HeatPumps/ModularReversible/Examples/VCLibAirToWater_OneRoomRadiator.mo -1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Modular heaPum( redeclare package MediumCon = MediumWat, redeclare package MediumEva = MediumAir, use_rev=false, allowDifferentDeviceIdentifiers=true, dTCon_nominal=8, use_conCap=false, dTEva_nominal=3, use_evaCap=false, QHea_flow_nominal=Q_flow_nominal, use_intSafCtr=true, redeclare model RefrigerantCycleHeatPumpHeating = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData3D ( redeclare AixLib.Fluid.HeatPumps.ModularReversible.Data.TableDataSDF.TableData3D.VCLibPy.VCLibVaporInjectionPhaseSeparatorR410A datTab), TConHea_nominal=TRadSup_nominal, dpCon_nominal(displayUnit="Pa") = 2000, TEvaHea_nominal=sou.T, dpEva_nominal(displayUnit="Pa") = 200, energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, redeclare AixLib.Fluid.HeatPumps.ModularReversible.Controls.Safety.Data.Wuellhorst2021 safCtrPar, TConCoo_nominal=273.15, TEvaCoo_nominal=273.15) "Large scale water to water heat pump" annotation (Placement(transformation(extent={{20,-160},{0,-140}}))); +4: Name 'scaleUnitsPEle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: scale, Units. Affected line: parameter String scaleUnitsPEle[nDim] "Scale units for electrical power" annotation (Dialog(group="Electrical Power")); AixLib/Obsolete/Year2019/Fluid/HeatPumps/HeatPumpDetailed.mo @@ -263,206 +139,210 @@ AixLib/Obsolete/Year2019/Fluid/HeatPumps/HeatPumpDetailed.mo 51: Name 'hydRes_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Res_con. Affected line: AixLib.Fluid.FixedResistances.PressureDrop hydRes_con( redeclare package Medium = Medium_con, m_flow_nominal=mFlow_conNominal, m_flow(start=mFlow_conNominal), dp_nominal=dp_conNominal) "The pressure drop caused by flow resistance in the condenser" annotation ( Placement(transformation( extent={{-8,-8},{8,8}}, rotation=90, origin={130,22}))); -AixLib/Fluid/HeatPumps/ModularReversible/BaseClasses/PartialReversibleRefrigerantMachine.mo -1: Name 'MediumEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium. Affected line: replaceable package MediumEva = Modelica.Media.Interfaces.PartialMedium "Medium on evaporator side" annotation (choicesAllMatching=true); +AixLib/Controls/HeatPump/TwoPointControlledHP.mo +1: Name 'bandwidth' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: bandwidth. Affected line: parameter Real bandwidth "Bandwith of hysteresis of controller"; -2: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: replaceable PartialModularRefrigerantCycle refCyc constrainedby PartialModularRefrigerantCycle(final use_rev=use_rev) "Model of the refrigerant cycle" annotation (Placement(transformation( extent={{-18,-18},{18,18}}, rotation=90))); +2: Name 'onOffController' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Controller. Affected line: Modelica.Blocks.Logical.OnOffController onOffController(final bandwidth=bandwidth, final pre_y_start=false) "Hysteresis controller for set temperature" annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); -3: Name 'RefrigerantCycleInertia' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Refrigerant, Cycle, Inertia. Affected line: replaceable model RefrigerantCycleInertia = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.Inertias.NoInertia constrainedby AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.Inertias.BaseClasses.PartialInertia "Inertia between the refrigerant cycle outputs and the heat exchangers." annotation (choicesAllMatching=true, Dialog(group="Inertia")); -4: Name 'allowDifferentDeviceIdentifiers' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: allow, Different, Device, Identifiers. Affected line: parameter Boolean allowDifferentDeviceIdentifiers=false "if use_rev=true, device data for cooling and heating need to entered. Set allowDifferentDeviceIdentifiers=true to allow different device identifiers devIde" annotation(Dialog(tab="Advanced", enable=use_rev)); +AixLib/Obsolete/YearIndependent/FastHVAC/Examples/HeatGenerators/HeatPump/HeatPump.mo +1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: FastHVAC.Components.Sensors.TemperatureSensor temperatureSensor annotation (Placement(transformation(extent={{48,-70},{66,-52}})));FastHVAC.Components.Pumps.FluidSource fluidSource(medium= FastHVAC.Media.WaterSimple()) "Fluidsource for source" annotation (Placement(transformation(extent={{-50,-44},{-30,-24}}))); -5: Name 'GConOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GConOut=0 "Outer thermal conductance for condenser heat loss calculations" annotation (Dialog( group="Heat Losses", tab="Condenser", enable=use_conCap)); +2: Documentation too short, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Components.HeatGenerators.HeatPump.HeatPump heatPump( refIneFre_constant=1, Medium_con=Media.WaterSimple(), Medium_eva=Media.WaterSimple(), mFlow_conNominal=0.5, VCon=0.4, deltaM_con=0.1, use_ConCap=false, CCon=100, GCon=5, mFlow_evaNominal=0.5, VEva=0.04, deltaM_eva=0.1, use_EvaCap=false, CEva=100, GEva=5, allowFlowReversalEva=true, use_revHP=true, TCon_start(displayUnit="K"), TEva_start(displayUnit="K"), redeclare model PerDataHea = AixLib.Obsolete.Year2024.DataBase.HeatPump.PerformanceData.LookUpTable2D ( dataTable=AixLib.Obsolete.Year2024.DataBase.HeatPump.EN14511.Vitocal200AWO201()), redeclare model PerDataChi = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.LookUpTable2D ( dataTable=AixLib.Obsolete.Year2024.DataBase.Chiller.EN14511.Vitocal200AWO201()), Q_useNominal=0, use_autoCalc=false, TAmbCon_nominal=288.15) annotation (Placement(transformation( extent={{-13,-16},{13,16}}, rotation=-90, origin={3,-2}))); -6: Name 'GConIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GConIns=0 "Inner thermal conductance for condenser heat loss calculations" annotation (Dialog( group="Heat Losses", tab="Condenser", enable=use_conCap)); +3: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: FastHVAC.Components.Sinks.Vessel vessel_ev "vessel for open evaporator circuit" annotation (Placement( transformation( extent={{-11,-9},{11,9}}, rotation=180, origin={-35,57}))); -7: Name 'GEvaOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEvaOut=0 "Outer thermal conductance for evaporator heat loss calculations" annotation ( Dialog( group="Heat Losses", tab="Evaporator", enable=use_evaCap)); +4: Name 'dotm_source' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dotm_source. Affected line: Modelica.Blocks.Sources.Constant dotm_source(k=1) "Source mass flow signal" annotation (Placement(transformation(extent={{-98,-82},{-78,-62}}))); -8: Name 'GEvaIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEvaIns=0 "Inner thermal conductance for evaporator heat loss calculations" annotation ( Dialog( group="Heat Losses", tab="Evaporator", enable=use_evaCap)); +5: Name 'dotm_sink' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dotm_sink. Affected line: Modelica.Blocks.Sources.Constant dotm_sink(k=0.106) "sink mass flow signal" annotation (Placement( transformation( extent={{-4,-4},{4,4}}, rotation=270, origin={36,38}))); -9: Name 'allowFlowReversalCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: allow, Reversal. Affected line: parameter Boolean allowFlowReversalCon=true "= false to simplify equations, assuming, but not enforcing, no flow reversal" annotation (Dialog(group="Condenser", tab="Assumptions")); +6: Name 'T_amb_internal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_amb. Affected line: Modelica.Blocks.Sources.Constant T_amb_internal(k=291.15) "Constant internal ambient temeprature" annotation (Placement(transformation(extent={{7,-7},{-7,7}}, rotation=-90, origin={3,-35}))); -10: Name 'Q1_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Q1. Affected line: Modelica.Units.SI.HeatFlowRate Q1_flow = QCon_flow "Heat transferred into the medium 1"; +7: Name 'booleanToReal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: boolean, Real. Affected line: Modelica.Blocks.Math.BooleanToReal booleanToReal "on off control " annotation (Placement(transformation(extent={{4,4},{-4,-4}}, rotation=90, origin={6,40}))); -11: Name 'Q2_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Q2. Affected line: Modelica.Units.SI.HeatFlowRate Q2_flow = QEva_flow "Heat transferred into the medium 2"; +8: Name 'TsuSourceRamp' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Source, Ramp. Affected line: Modelica.Blocks.Sources.Ramp TsuSourceRamp( duration=1000, startTime=1000, height=25, offset=278) "Ramp signal for the temperature input of the source side's ideal mass flow source" annotation (Placement(transformation(extent={{-96,-34},{-76,-14}}))); -12: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: RefrigerantCycleInertia refCycIneCon "Inertia model for condenser side" annotation(Placement(transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={0,50})));RefrigerantCycleInertia refCycIneEva "Inertia model for evaporator side" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={0,-50}))); +9: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: BaseClasses.WorkingFluid Room(m_fluid=5*1000, T0=293.15) "Volume" annotation ( Placement(transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={90,-26}))); +10: Name 'heatFlowRateCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Rate. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow heatFlowRateCon "Heat flow rate of the condenser" annotation (Placement(transformation( extent={{-6,6},{6,-6}}, rotation=270, origin={52,-18}))); -AixLib/Fluid/HeatPumps/ModularReversible/Examples/BaseClasses/OneRoomRadiatorHeatPumpControl.mo -1: Name 'swiHeaCooYSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Y. Affected line: Modelica.Blocks.Logical.Switch swiHeaCooYSet if witCoo "Switch ySet for heating and cooling" annotation (Placement(transformation( extent={{-10,10},{10,-10}}, origin={30,70}, rotation=0))); +11: Name 'sine' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: sine. Affected line: Modelica.Blocks.Sources.Sine sine( f=1/3600, amplitude=3000, offset=3000) "hourly sine " annotation (Placement(transformation(extent={{66,8},{58,16}}))); -2: Name 'constYSetZer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Y. Affected line: Modelica.Blocks.Sources.Constant constYSetZer(final k=0) "ySet equals zero" annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=0, origin={30,-18}))); +12: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Components.Pumps.Pump pump "sink pump" annotation (Placement(transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={36,20}))); -3: Name 'swiYSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Y. Affected line: Modelica.Blocks.Logical.Switch swiYSet "If no demand, switch heat pump off" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={70,50}))); +13: Missing documentation, Name 'booleanStep' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: boolean, Step. Affected line: Modelica.Blocks.Sources.BooleanStep booleanStep(startTime=10000, startValue=true) annotation (Placement(transformation(extent={{-6,-6},{6,6}}, rotation=270, origin={0,78}))); +14: Missing documentation, Name 'hysHeating' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating. Affected line: Modelica.Blocks.Logical.Hysteresis hysHeating( pre_y_start=true, uLow=273.15 + 30, uHigh=273.15 + 35) annotation (Placement(transformation(extent={{66,58},{56,68}}))); -AixLib/Obsolete/Year2019/Fluid/HeatPumps/HeatPumpSimple.mo -1: Missing documentation, Name 'Medium' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium. Affected line: replaceable package Medium = Modelica.Media.Water.ConstantPropertyLiquidWater constrainedby Modelica.Media.Interfaces.PartialMedium; +15: Missing documentation, Name 'logicalSwitch' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: logical, Switch. Affected line: Modelica.Blocks.Logical.LogicalSwitch logicalSwitch annotation (Placement(transformation(extent={{26,50},{16,60}}))); -2: Name 'port_a_source' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_a_source. Affected line: Modelica.Fluid.Interfaces.FluidPort_a port_a_source(redeclare package Medium = Medium) "Heat pump inlet on the source side" annotation(Placement(transformation(extent = {{-100, 60}, {-80, 80}}))); +16: Missing documentation, Name 'hysCooling' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Cooling. Affected line: Modelica.Blocks.Logical.Hysteresis hysCooling( pre_y_start=false, uLow=273.15 + 15, uHigh=273.15 + 19) annotation (Placement(transformation(extent={{58,42},{48,52}}))); -3: Name 'port_b_source' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_b_source. Affected line: Modelica.Fluid.Interfaces.FluidPort_b port_b_source(redeclare package Medium = Medium) "Heat pump outlet on the source side" annotation(Placement(transformation(extent = {{-100, -80}, {-80, -60}}))); -4: Name 'port_a_sink' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_a_sink. Affected line: Modelica.Fluid.Interfaces.FluidPort_a port_a_sink(redeclare package Medium = Medium) "Heat pump inlet on the sink side" annotation(Placement(transformation(extent = {{80, -80}, {100, -60}}))); +AixLib/Controls/HeatPump/Examples/PartialHeatPumpController.mo +1: Name 'T_meas' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_meas. Affected line: Modelica.Blocks.Sources.Sine T_meas( f=1/3600, amplitude=6, offset=310) "Generates the measured temperature" annotation (Placement(transformation(extent={{-100,20},{-80,40}}))); -5: Name 'port_b_sink' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_b_sink. Affected line: Modelica.Fluid.Interfaces.FluidPort_b port_b_sink(redeclare package Medium = Medium) "Heat pump outlet on the sink side" annotation(Placement(transformation(extent = {{80, 60}, {100, 80}}))); +2: Name 'T_set' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_set. Affected line: Modelica.Blocks.Sources.Constant T_set(k=310) "Provides the temperature set point" annotation (Placement(transformation(extent={{-100,-40},{-80,-20}}))); -6: Name 'volumeEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: volume, Evaporator. Affected line: AixLib.Fluid.MixingVolumes.MixingVolume volumeEvaporator( V=VolumeEvaporator, nPorts=2, redeclare package Medium = Medium, m_flow_nominal=0.01) "Water volume of the evaporator on the source side" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-70,-60}))); +3: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: replaceable BaseClasses.PartialTSetToNSet hPController constrainedby BaseClasses.PartialTSetToNSet( final use_secHeaGen=false, use_heaLim=false, T_heaLim=293.15, movAveTime=300) annotation (Placement(transformation(extent={{-20,-20}, {20,20}})), __Dymola_choicesAllMatching=true); -7: Name 'volumeCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: volume, Condenser. Affected line: AixLib.Fluid.MixingVolumes.MixingVolume volumeCondenser( V=VolumeCondenser, nPorts=2, redeclare package Medium = Medium, m_flow_nominal=0.01) "Water volume of the condenser on the sink side" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={70,-30}))); +4: Name 'T_oda' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_oda. Affected line: Modelica.Blocks.Sources.Constant T_oda(k=273.15) "Provides the temperature set point" annotation (Placement(transformation(extent={{-100,-80},{-80,-60}}))); -8: Name 'temperatureSinkOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: temperature, Sink. Affected line: AixLib.Fluid.Sensors.TemperatureTwoPort temperatureSinkOut(redeclare package Medium = Medium, m_flow_nominal=0.01) "Temperature sensor at outlet on the sink side" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={80,50}))); -9: Name 'temperatureSourceIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: temperature, Source. Affected line: AixLib.Fluid.Sensors.TemperatureTwoPort temperatureSourceIn(redeclare package Medium = Medium, m_flow_nominal=0.01) "Temperature sensor at inlet on the source side" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-80,36}))); +AixLib/Obsolete/Year2019/Fluid/HeatPumps/Examples/HeatPumpDetailed.mo +1: Missing documentation, Name 'Medium_sin' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium_sin. Affected line: replaceable package Medium_sin = AixLib.Media.Water constrainedby Modelica.Media.Interfaces.PartialMedium annotation (choicesAllMatching=true); -10: Name 'HeatFlowCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat, Condenser. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow HeatFlowCondenser "Heat flow on the sink side" annotation(Placement(transformation(extent={{-4,-4}, {4,4}}, origin={48,-40}))); +2: Missing documentation, Name 'Medium_sou' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium_sou. Affected line: replaceable package Medium_sou = AixLib.Media.Air constrainedby Modelica.Media.Interfaces.PartialMedium annotation (choicesAllMatching=true); -11: Name 'HeatFlowEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat, Evaporator. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow HeatFlowEvaporator "Heat flow on the source side" annotation(Placement(transformation(extent={{4,-4},{ -4,4}}, origin={-46,-50}))); +3: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: .AixLib.Obsolete.Year2019.Fluid.HeatPumps.HeatPumpDetailed heatPump( P_eleOutput=true, capCalcType=2, CorrFlowCo=false, CorrFlowEv=false, dataTable=DataBase.HeatPump.EN255.Vitocal350BWH113(), PT1_cycle=true, timeConstantCycle=1, mFlow_conNominal=1, mFlow_evaNominal=1, T_evaIn(transferHeat=true, TAmb=291.15), T_evaOut(transferHeat=true, TAmb=291.15), T_conIn(transferHeat=true, TAmb=273.15), T_conOut(transferHeat=true, TAmb=273.15), redeclare package Medium_con = Medium_sin, redeclare package Medium_eva = Medium_sou) "Detailed heat pump mainly based on manufacturing data" annotation (Placement(transformation(extent={{-16,14},{14,-6}}))); -12: Name 'PowerTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Power, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds PowerTable(table=tablePower) "Calculates electric power based on temperature in source and sink" annotation (Placement(transformation(extent={{-52,20},{-32,40}}))); +4: Name 'sourceSideMassFlowSource' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: source, Side, Mass, Source. Affected line: AixLib.Fluid.Sources.MassFlowSource_T sourceSideMassFlowSource( use_T_in=true, m_flow=1, redeclare package Medium = Medium_sou, nPorts=1, T=275.15) "Ideal mass flow source at the inlet of the source side" annotation (Placement(transformation(extent={{-54,-80},{-34,-60}}))); -13: Name 'HeatFlowCondenserTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat, Condenser, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds HeatFlowCondenserTable(table= tableHeatFlowCondenser) "Calculates heat flow based on temperature in source and sink" annotation (Placement(transformation(extent={{-52,-12},{-32,8}}))); +5: Name 'sourceSideFixedBoundary' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: source, Side, Fixed, Boundary. Affected line: AixLib.Fluid.Sources.Boundary_pT sourceSideFixedBoundary(redeclare package Medium = Medium_sou, nPorts=1) "Fixed boundary at the outlet of the source side" annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=0, origin={-80,36}))); -14: Name 'SwitchHeatFlowCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Switch, Heat, Condenser. Affected line: Modelica.Blocks.Logical.Switch SwitchHeatFlowCondenser "Switch to deactivate heat flow when off" annotation(Placement(transformation(extent = {{14, -20}, {34, 0}}))); +6: Name 'TsuSourceRamp' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Source, Ramp. Affected line: Modelica.Blocks.Sources.Ramp TsuSourceRamp( duration=1000, startTime=1000, height=25, offset=278) "Ramp signal for the temperature input of the source side's ideal mass flow source" annotation (Placement(transformation(extent={{-94,-84},{-74,-64}}))); -15: Name 'constZero2' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Zero. Affected line: Modelica.Blocks.Sources.Constant constZero2(k = 0) "Zero heat flow, when heat pump off" annotation(Placement(transformation(extent = {{-26, -28}, {-6, -8}}))); +7: Missing documentation. Affected line: Modelica.Blocks.Logical.Hysteresis hys( pre_y_start=true, uLow=273.15 + 30, uHigh=273.15 + 40) annotation (Placement(transformation(extent={{64,50},{44,70}}))); -16: Name 'SwitchPower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Switch, Power. Affected line: Modelica.Blocks.Logical.Switch SwitchPower "Switch to deactivate Power when off" annotation(Placement(transformation(extent = {{14, 12}, {34, 32}}))); +8: Missing documentation, Name 'sine' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: sine. Affected line: Modelica.Blocks.Sources.Sine sine( f=1/3600, amplitude=3000, offset=3000) annotation (Placement(transformation(extent={{76,26},{84,34}}))); -17: Name 'constZero1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Zero. Affected line: Modelica.Blocks.Sources.Constant constZero1(k = 0) "Zero power, when heat pump off" annotation(Placement(transformation(extent = {{-26, 4}, {-6, 24}}))); +9: Missing documentation. Affected line: Modelica.Blocks.Sources.Constant nIn(k=100) annotation (Placement( transformation( extent={{4,-4},{-4,4}}, rotation=90, origin={50,34}))); -18: Name 'feedbackHeatFlowEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: feedback, Heat, Evaporator. Affected line: Modelica.Blocks.Math.Feedback feedbackHeatFlowEvaporator "Calculates evaporator heat flow with total energy balance" annotation(Placement(transformation(extent = {{10, -60}, {-10, -40}}))); +10: Name 'heatFlowRateCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Rate. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow heatFlowRateCon "Heat flow rate of the condenser" annotation (Placement(transformation( extent={{-6,6},{6,-6}}, rotation=270, origin={94,6}))); -19: Name 'Power' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Power. Affected line: Modelica.Blocks.Interfaces.RealOutput Power "Connector of Real output signal" annotation(Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 270, origin = {0, -90}))); +11: Missing documentation. Affected line: Modelica.Blocks.Math.Gain gain(k=-1) annotation (Placement(transformation( extent={{-4,-4},{4,4}}, rotation=270, origin={96,22}))); -20: Name 'VolumeEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Volume, Evaporator. Affected line: parameter Modelica.Units.SI.Volume VolumeEvaporator=0.01 "Volume im m3"; +12: Name 'sinkSideFixedBoundary' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: sink, Side, Fixed, Boundary. Affected line: AixLib.Fluid.Sources.Boundary_pT sinkSideFixedBoundary(redeclare package Medium = Medium_sin, nPorts=1) "Fixed boundary at the outlet of the sink side" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={88,-64}))); -21: Name 'VolumeCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Volume, Condenser. Affected line: parameter Modelica.Units.SI.Volume VolumeCondenser=0.01 "Volume im m3"; -22: Name 'tablePower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, Power. Affected line: parameter Real tablePower[:, :] = fill(0.0, 0, 2) "Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0,0;0,1])"; +AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpControlledBase.mo +1: Name 'getTStorageUpper' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Storage, Upper. Affected line: Modelica.Blocks.Sources.RealExpression getTStorageUpper(y=heatStorage.layer[ heatStorage.n].T) "Gets the temperature of upper heat storage layer" annotation (Placement(transformation(extent={{-160,58},{-140,78}}))); -23: Name 'tableHeatFlowCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, Heat, Condenser. Affected line: parameter Real tableHeatFlowCondenser[:, :] = fill(0.0, 0, 2) "Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0,0;0,1])"; +2: Name 'getTStorageLower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Storage, Lower. Affected line: Modelica.Blocks.Sources.RealExpression getTStorageLower(y=coldStorage.layer[1].T) "Gets the temperature of lower cold storage layer" annotation (Placement(transformation(extent={{-160,42},{-140,62}}))); -24: Missing documentation. Affected line: Modelica.Blocks.Math.Gain gain(k=-1) annotation(Placement(transformation(extent = {{-18, -60}, {-38, -40}}))); +3: Name 'coldStorageTemperature' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: cold, Storage, Temperature. Affected line: Modelica.Blocks.Interfaces.RealOutput coldStorageTemperature( final quantity="ThermodynamicTemperature", final unit="K", displayUnit="degC", min=0, start=T_start_cold) "Temperature in the cold storage" annotation ( Placement(transformation( origin={-134,-120}, extent={{10,-10},{-10,10}}, rotation=90), iconTransformation( extent={{10,-10},{-10,10}}, rotation=90, origin={-100,-110}))); +4: Name 'heatStorageTemperature' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Storage, Temperature. Affected line: Modelica.Blocks.Interfaces.RealOutput heatStorageTemperature( final quantity="ThermodynamicTemperature", final unit="K", displayUnit="degC", min=0, start=T_start_hot) "Temperature in the heat storage" annotation (Placement( transformation( origin={-100,-120}, extent={{10,-10},{-10,10}}, rotation=90), iconTransformation( extent={{10,-10},{-10,10}}, rotation=90, origin={-140,-110}))); -AixLib/Obsolete/YearIndependent/FastHVAC/Components/Chiller/Chiller.mo -1: Name 'Medium_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium_eva. Affected line: parameter AixLib.Obsolete.YearIndependent.FastHVAC.Media.BaseClasses.MediumSimple Medium_eva=AixLib.Obsolete.YearIndependent.FastHVAC.Media.WaterSimple() "Medium at source side" annotation (Dialog(tab="Evaporator"), choicesAllMatching=true); +5: Name 'chemicalEnergyFlowRate' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: chemical, Energy, Rate. Affected line: Modelica.Blocks.Interfaces.RealOutput chemicalEnergyFlowRate(final unit="W") "Flow of primary (chemical) energy into boiler " annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=270, origin={-71.5,-119.5}), iconTransformation(extent={{10,-10},{-10,10}}, rotation=90, origin={-20.5,-109}))); -2: Name 'use_autoCalc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: use_auto, Calc. Affected line: parameter Boolean use_autoCalc=false "Enable automatic estimation of volumes and mass flows?" annotation(choices(checkBox=true), Dialog(descriptionLabel=true)); +6: Name 'heatPumpPower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Pump, Power. Affected line: Modelica.Blocks.Interfaces.RealOutput heatPumpPower(final unit="W") "Electrical power of the heat pump" annotation (Placement(transformation( extent={{-10,10},{10,-10}}, rotation=270, origin={-45.5,-119.5}), iconTransformation(extent={{10,-10},{-10,10}}, rotation=90, origin={-60.5,-109}))); -3: Name 'Q_useNominal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Q_use, Nominal. Affected line: parameter Modelica.Units.SI.Power Q_useNominal(start=0) "Nominal usable heat flow of the vapour compression machine (HP: Heating; Chiller: Cooling)" annotation (Dialog(enable=use_autoCalc)); +7: Missing documentation, Name 'system' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: system. Affected line: inner Modelica.Fluid.System system annotation (Placement(transformation(extent={{140,60},{160,80}}))); -4: Name 'PerDataMainChi' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data, Main. Affected line: replaceable model PerDataMainChi = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of chiller in cooling mode" annotation (Diagram(obsolete = "Obsolete model - FastHVAC is not maintained anymore but can still be used."),choicesAllMatching=true); -5: Name 'PerDataRevChi' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data. Affected line: replaceable model PerDataRevChi = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of chiller in heating mode" annotation (Dialog(enable=use_revHP),choicesAllMatching=true); +AixLib/Electrical/PVSystem/BaseClasses/PartialIVCharacteristics.mo +1: Name 'n_ser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: n_ser. Affected line: final parameter Real n_ser=data.n_ser "Number of cells connected in series on the PV panel"; -6: Name 'scalingFactor' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: scaling, Factor. Affected line: parameter Real scalingFactor=1 "Scaling-factor of chiller"; +2: Name 'A_pan' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: A_pan. Affected line: final parameter Modelica.Units.SI.Area A_pan=data.A_pan "Area of one Panel, must not be confused with area of the whole module"; -7: Name 'refIneFre_constant' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Fre_constant. Affected line: parameter Modelica.Units.SI.Frequency refIneFre_constant "Cut off frequency for inertia of refrigerant cycle" annotation (Dialog( enable=use_refIne, group="Refrigerant inertia"), Evaluate=true); +3: Name 'A_mod' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: A_mod. Affected line: final parameter Modelica.Units.SI.Area A_mod=data.A_mod "Area of one module (housing)"; -8: Name 'nthOrder' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Order. Affected line: parameter Integer nthOrder=3 "Order of refrigerant cycle interia" annotation (Dialog(enable= use_refIne, group="Refrigerant inertia")); +4: Name 'V_oc0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: V_oc0. Affected line: final parameter Modelica.Units.SI.Voltage V_oc0=data.V_oc0 "Open circuit voltage under standard conditions"; -9: Name 'useBusConnectorOnly' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Connector, Only. Affected line: parameter Boolean useBusConnectorOnly = false "Set true to use bus connector for modeSet, nSet and iceFac input" annotation(choices(checkBox=true), Dialog(group="Input Connectors")); +5: Name 'I_sc0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: I_sc0. Affected line: final parameter Modelica.Units.SI.ElectricCurrent I_sc0=data.I_sc0 "Short circuit current under standard conditions"; -10: Name 'm_fluidCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_fluid. Affected line: parameter Modelica.Units.SI.Mass m_fluidCon=VCon_final*con.medium.rho "Mass of working fluid"; +6: Name 'V_mp0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: V_mp0. Affected line: final parameter Modelica.Units.SI.Voltage V_mp0=data.V_mp0 "MPP voltage under standard conditions"; -11: Name 'deltaM_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: _con. Affected line: parameter Real deltaM_con=0.1 "Fraction of nominal mass flow rate where transition to turbulent occurs" annotation (Dialog(tab="Condenser", group="Flow resistance")); +7: Name 'I_mp0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: I_mp0. Affected line: final parameter Modelica.Units.SI.ElectricCurrent I_mp0=data.I_mp0 "MPP current under standard conditions"; -12: Name 'GCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GCon "Constant thermal conductance of condenser material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Condenser", enable=use_ConCap)); +8: Name 'P_Max' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_. Affected line: final parameter Modelica.Units.SI.Power P_Max=data.P_mp0*1.05 "Maximal power of one PV module under standard conditions. P_MPP with 5 % tolerance. This is used to limit DCOutputPower."; -13: Name 'GConIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GConIns=0 "Constant thermal conductance of condenser material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Condenser", enable=use_ConCap)); +9: Name 'TCoeff_Isc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Coeff_. Affected line: final parameter Real TCoeff_Isc(unit = "A/K")=data.TCoeff_Isc "Temperature coefficient for short circuit current, >0"; -14: Name 'm_fluidEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_fluid. Affected line: parameter Modelica.Units.SI.Mass m_fluidEva=VEva_final*eva.medium.rho "Mass of working fluid"; +10: Name 'TCoeff_Voc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Coeff_. Affected line: final parameter Real TCoeff_Voc(unit = "V/K")=data.TCoeff_Voc "Temperature coefficient for open circuit voltage, <0"; -15: Name 'deltaM_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: _eva. Affected line: parameter Real deltaM_eva=0.1 "Fraction of nominal mass flow rate where transition to turbulent occurs" annotation (Dialog(tab="Evaporator", group="Flow resistance")); +11: Name 'alpha_Isc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: alpha_. Affected line: final parameter Modelica.Units.SI.LinearTemperatureCoefficient alpha_Isc=data.alpha_Isc "Normalized temperature coefficient for short circuit current, >0"; -16: Name 'GEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEva "Constant thermal conductance of Evaporator material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Evaporator", enable=use_EvaCap)); +12: Name 'beta_Voc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: beta_. Affected line: final parameter Modelica.Units.SI.LinearTemperatureCoefficient beta_Voc=data.beta_Voc "Normalized temperature coefficient for open circuit voltage, <0"; -17: Name 'GEvaIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEvaIns=0 "Constant thermal conductance of Evaporator material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Evaporator", enable=use_EvaCap)); +13: Name 'gamma_Pmp' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: gamma_. Affected line: final parameter Modelica.Units.SI.LinearTemperatureCoefficient gamma_Pmp=data.gamma_Pmp "Normalized temperature coefficient for power at MPP"; -18: Name 'allowFlowReversalCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: allow, Reversal. Affected line: parameter Boolean allowFlowReversalCon=true "= false to simplify equations, assuming, but not enforcing, no flow reversal" annotation (Dialog(group="Condenser", tab="Assumptions")); +14: Name 'T_c0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_c0. Affected line: final parameter Modelica.Units.SI.Temperature T_c0=25 + 273.15 "Thermodynamic cell temperature under standard conditions"; -19: Name 'transferHeat' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: transfer, Heat. Affected line: parameter Boolean transferHeat=true "If true, temperature T converges towards TAmb when no flow" annotation (Dialog(tab="Assumptions", group="Temperature sensors"),choices(checkBox=true)); +15: Name 'DCOutputPower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: D, Output, Power. Affected line: Modelica.Blocks.Interfaces.RealOutput DCOutputPower( final quantity="Power", final unit="W") "DC output power of the PV array" annotation(Placement( transformation(extent={{100,50},{120,70}}), iconTransformation(extent={{100,50},{120,70}}))); -20: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Interfaces.EnthalpyPort_a enthalpyPort_a( m_flow(min=if allowFlowReversalCon then -Modelica.Constants.inf else 0)) "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{-104,56},{-96,64}})));Interfaces.EnthalpyPort_b enthalpyPort_b( m_flow(max=if allowFlowReversalCon then +Modelica.Constants.inf else 0)) "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{104,56},{96,64}})));Interfaces.EnthalpyPort_a enthalpyPort_a1( m_flow(min=if allowFlowReversalEva then -Modelica.Constants.inf else 0)) "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{96,-64},{104,-56}})));Interfaces.EnthalpyPort_b enthalpyPort_b1( m_flow(max=if allowFlowReversalEva then +Modelica.Constants.inf else 0)) "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{-96,-64},{-104,-56}}))); -21: Name 'heatFlowIneEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat. Affected line: Modelica.Blocks.Continuous.CriticalDamping heatFlowIneEva( final initType=initType, final normalized=true, final n=nthOrder, final f=refIneFre_constant, final y_start=yRefIne_start) if use_refIne "This n-th order block represents the inertia of the refrigerant cycle and delays the heat flow" annotation (Placement(transformation( extent={{6,6},{-6,-6}}, rotation=90, origin={-14,-52}))); +AixLib/Controls/HeatPump/HPControl.mo +1: Missing documentation, Name 'HeatingCurveFunction' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating, Curve, Function. Affected line: replaceable function HeatingCurveFunction = SetPoints.Functions.HeatingCurveFunction constrainedby SetPoints.Functions.PartialBaseFct annotation (Dialog(group="Heating Curve - Data", enable = not use_tableData),choicesAllMatching=true); -22: Name 'realPassThroughnSetCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Pass, Throughn. Affected line: Modelica.Blocks.Routing.RealPassThrough realPassThroughnSetCon if not use_refIne "Use default nSet value" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=90, origin={16,58}))); +2: Name 'heatingCurveRecord' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heating, Curve, Record. Affected line: parameter AixLib.DataBase.Boiler.DayNightMode.HeatingCurvesDayNightBaseDataDefinition heatingCurveRecord= AixLib.DataBase.Boiler.DayNightMode.HeatingCurves_Vitotronic_Day25_Night10() "Record with information about heating curve data" annotation (Dialog(group="Heating Curve - Data", enable = use_tableData),choicesAllMatching=true); -23: Name 'heatFlowIneCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat. Affected line: Modelica.Blocks.Continuous.CriticalDamping heatFlowIneCon( final initType=initType, final normalized=true, final n=nthOrder, final f=refIneFre_constant, final y_start=yRefIne_start) if use_refIne "This n-th order block represents the inertia of the refrigerant cycle and delays the heat flow" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=90, origin={-16,58}))); +3: Name 'declination' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: declination. Affected line: parameter Real declination=2 "Declination of curve" annotation (Dialog(group="Heating Curve - Data", enable = use_tableData)); -24: Name 'realPassThroughnSetEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Pass, Throughn. Affected line: Modelica.Blocks.Routing.RealPassThrough realPassThroughnSetEva if not use_refIne "Use default nSet value" annotation (Placement(transformation( extent={{6,-6},{-6,6}}, rotation=90, origin={16,-52}))); +4: Name 'day_hour' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: day_hour. Affected line: parameter Real day_hour=6 "Hour of day at which day mode is enabled" annotation (Dialog(group="Heating Curve - Night mode")); -25: Name 'varTempOutEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Temp. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature varTempOutEva if use_EvaCap "Forces heat losses according to ambient temperature" annotation (Placement(transformation( extent={{-8,-8},{8,8}}, rotation=180, origin={68,-108}))); +5: Name 'night_hour' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: night_hour. Affected line: parameter Real night_hour=22 "Hour of day at which night mode is enabled" annotation (Dialog(group="Heating Curve - Night mode")); -26: Name 'varTempOutCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Temp. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature varTempOutCon if use_ConCap "Forces heat losses according to ambient temperature" annotation (Placement(transformation( extent={{-8,-8},{8,8}}, rotation=180, origin={68,110}))); +6: Name 'weekly' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: weekly. Affected line: parameter Boolean weekly=true "Switch between a daily or weekly trigger approach" annotation(Dialog(tab="Anti Legionella",descriptionLabel=true), choices(choice=true "Weekly", choice=false "Daily", radioButtons=true)); -27: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Year2024.Controls.Interfaces.VapourCompressionMachineControlBus sigBus annotation (Placement( transformation(extent={{-120,-60},{-90,-26}}), iconTransformation( extent={{-108,-52},{-90,-26}}))); +7: Name 'trigWeekDay' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: trig, Week. Affected line: parameter Integer trigWeekDay "Day of the week at which control is triggered" annotation (Dialog(tab="Anti Legionella", enable=use_antLeg and weekly)); -28: Missing documentation, Name 'innerCycle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: inner, Cycle. Affected line: AixLib.Obsolete.Year2024.Fluid.Chillers.BaseClasses.InnerCycle_Chiller innerCycle( redeclare final model PerDataMainChi = PerDataMainChi, redeclare final model PerDataRevChi = PerDataRevChi, final use_rev=use_revChi, final scalingFactor=scalingFactor) annotation (Placement(transformation( extent={{-27,-26},{27,26}}, rotation=90, origin={0,-1}))); +8: Name 'trigHour' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: trig, Hour. Affected line: parameter Integer trigHour=3 "Hour of the day at which control is triggered" annotation (Dialog(tab="Anti Legionella", enable=use_antLeg)); -29: Name 'T_amb_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_amb_eva. Affected line: Modelica.Blocks.Interfaces.RealInput T_amb_eva(final unit="K", final displayUnit="degC") if use_EvaCap "Ambient temperature on the evaporator side" annotation (Placement(transformation(extent={{10,-10},{-10,10}}, rotation=0, origin={110,-100}))); +9: Missing documentation, Name 'antiLegionella' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: anti, Legionella. Affected line: AixLib.Controls.HeatPump.AntiLegionella antiLegionella( final TLegMin=TLegMin, minTimeAntLeg=minTimeAntLeg, trigWeekDay=trigWeekDay, trigHour=trigHour, yearRef=2017, final zerTim=zerTim) if use_antLeg annotation (Placement(transformation(extent={{-26,-14},{14,26}}))); -30: Name 'T_amb_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_amb_con. Affected line: Modelica.Blocks.Interfaces.RealInput T_amb_con(final unit="K", final displayUnit="degC") if use_ConCap "Ambient temperature on the condenser side" annotation (Placement(transformation(extent={{-10,10},{10,-10}}, rotation=180, origin={110,100}))); +10: Missing documentation. Affected line: AixLib.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus sigBusHP annotation (Placement(transformation(extent={{-116,-72},{-88,-44}}))); -31: Name 'modeSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: mode. Affected line: Modelica.Blocks.Interfaces.BooleanInput modeSet if not useBusConnectorOnly "Set value of HP mode" annotation (Placement(transformation(extent={{-132,-34},{-100,-2}}))); +11: Name 'T_oda' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_oda. Affected line: Modelica.Blocks.Interfaces.RealInput T_oda "Outdoor air temperature" annotation (Placement(transformation(extent={{-128,-14},{-100,14}}), iconTransformation(extent={{-140,-26},{-100,14}}))); -32: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Sensors.TemperatureSensor senT_a2 "Temperature at sink inlet" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={40,-86})));Sensors.TemperatureSensor senT_b2 "Temperature at sink outlet" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={-52,-86})));Sensors.MassFlowSensor mFlow_eva "Mass flow sensor at the evaporator" annotation (Placement(transformation( origin={70,-60}, extent={{10,-10},{-10,10}}, rotation=0)));Sensors.TemperatureSensor senT_b1 "Temperature at sink outlet" annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=0, origin={38,92})));Sensors.TemperatureSensor senT_a1 "Temperature at sink inlet" annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=0, origin={-34,92})));Sensors.MassFlowSensor mFlow_con "Mass flow sensor at the evaporator" annotation (Placement(transformation( origin={-80,60}, extent={{-10,10},{10,-10}}, rotation=0))); +12: Missing documentation, Name 'y_sou' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: y_sou. Affected line: Modelica.Blocks.Interfaces.RealOutput y_sou annotation (Placement(transformation(extent={{14,-14},{-14,14}}, rotation=90, origin={-60,-114}))); -33: Name 'autoCalc_mFlow_min' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_m. Affected line: parameter Modelica.Units.SI.MassFlowRate autoCalc_mFlow_min=0.3 "Realistic mass flow minimum for simulation plausibility"; +13: Missing documentation, Name 'y_sin' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: y_sin. Affected line: Modelica.Blocks.Interfaces.RealOutput y_sin annotation (Placement(transformation( extent={{14,-14},{-14,14}}, rotation=90, origin={60,-114}))); -34: Name 'autoCalc_Vmin' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_, Vmin. Affected line: parameter Modelica.Units.SI.Volume autoCalc_Vmin=0.003 "Realistic volume minimum for simulation plausibility"; +14: Name 'constHeating1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating. Affected line: Modelica.Blocks.Sources.Constant constHeating1(final k=1) "If you want to include chilling, please insert control blocks first" annotation (Placement(transformation(extent={{10,-10},{-10,10}}, rotation=90, origin={-12,-72}))); -35: Missing documentation, Name 'autoCalc_mFlow_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_m, Flow_eva. Affected line: parameter Modelica.Units.SI.MassFlowRate autoCalc_mFlow_eva=if machineType then max(0.00004*Q_useNominal - 0.3177, autoCalc_mFlow_min) else max( 0.00005*Q_useNominal - 0.5662, autoCalc_mFlow_min); +15: Missing documentation, Name 'heatCurve' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Curve. Affected line: AixLib.Controls.SetPoints.HeatingCurve heatCurve( final TOffset=0, final use_dynTRoom=false, final zerTim=zerTim, final day_hour=day_hour, final night_hour=night_hour, final heatingCurveRecord=heatingCurveRecord, final declination=declination, redeclare function HeatingCurveFunction = HeatingCurveFunction, use_tableData=use_tableData, final TRoom_nominal=293.15) annotation (Placement(transformation(extent={{-74,10},{-54,30}}))); -36: Missing documentation, Name 'autoCalc_mFlow_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_m, Flow_con. Affected line: parameter Modelica.Units.SI.MassFlowRate autoCalc_mFlow_con=if machineType then max(0.00004*Q_useNominal - 0.6162, autoCalc_mFlow_min) else max( 0.00005*Q_useNominal + 0.3161, autoCalc_mFlow_min); +16: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: TSetToNSet ConvTSetToNSet annotation (Placement(transformation(extent={{44,-8},{76,26}}))); -37: Missing documentation, Name 'mFlow_evaNominal_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_eva, Nominal_final. Affected line: parameter Modelica.Units.SI.MassFlowRate mFlow_evaNominal_final=if use_autoCalc then autoCalc_mFlow_eva else mFlow_evaNominal; +17: Name 'realPasThrAntLeg' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real. Affected line: Modelica.Blocks.Routing.RealPassThrough realPasThrAntLeg if not use_antLeg "No Anti Legionella" annotation ( choicesAllMatching=true, Placement( transformation(extent={{-10,38},{6,54}}))); -38: Missing documentation, Name 'mFlow_conNominal_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_con, Nominal_final. Affected line: parameter Modelica.Units.SI.MassFlowRate mFlow_conNominal_final=if use_autoCalc then autoCalc_mFlow_con else mFlow_conNominal; +18: Name 'constHeating' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating. Affected line: Modelica.Blocks.Sources.BooleanConstant constHeating(final k=true) "If you want to include chilling, please insert control blocks first" annotation (Placement(transformation(extent={{82,-26},{94,-14}}))); -39: Missing documentation, Name 'autoCalc_VEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_. Affected line: parameter Modelica.Units.SI.Volume autoCalc_VEva=if machineType then max( 0.0000001*Q_useNominal - 0.0075, autoCalc_Vmin) else max(0.0000001* Q_useNominal - 0.0066, autoCalc_Vmin); -40: Missing documentation, Name 'autoCalc_VCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_. Affected line: parameter Modelica.Units.SI.Volume autoCalc_VCon=if machineType then max( 0.0000001*Q_useNominal - 0.0094, autoCalc_Vmin) else max(0.0000002* Q_useNominal - 0.0084, autoCalc_Vmin); +AixLib/Fluid/HeatPumps/ModularReversible/Data/TableDataSDF/GenericHeatPump.mo +1: Name 'datasetQCon_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dataset. Affected line: parameter String datasetQCon_flow "Dataset name for useful heat flow rate" annotation (Dialog(group="Condenser heat flow")); -41: Missing documentation, Name 'VEva_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Eva_final. Affected line: parameter Modelica.Units.SI.Volume VEva_final=if use_autoCalc then autoCalc_VEva else VEva; +2: Name 'dataUnitQCon_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: data, Unit. Affected line: parameter String dataUnitQCon_flow "Data unit for useful heat flow rate" annotation (Dialog(group="Condenser heat flow")); -42: Missing documentation, Name 'VCon_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Con_final. Affected line: parameter Modelica.Units.SI.Volume VCon_final=if use_autoCalc then autoCalc_VCon else VCon; +3: Name 'scaleUnitsQCon_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: scale, Units. Affected line: parameter String scaleUnitsQCon_flow[nDim] "Scale units for useful heat flow rate" annotation (Dialog(group="Condenser heat flow")); -AixLib/Controls/HeatPump/BaseClasses/PartialTSetToNSet.mo -1: Name 'T_heaLim' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_hea. Affected line: parameter Modelica.Units.SI.Temperature T_heaLim=293.15 "Heating limit temperature. If the filtered outdoor air temperature surpasses this threshold, the device will be shut down" annotation(Dialog(group= "Heating limit temperature", enable=use_heaLim)); +AixLib/Fluid/HeatPumps/ModularReversible/Data/TableDataSDF/TableData3D/VCLibPy/Generic.mo +1: Name 'flowsheet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: flowsheet. Affected line: parameter String flowsheet "Name of the flowsheet"; -2: Name 'swiNullHP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Null. Affected line: Modelica.Blocks.Logical.Switch swiNullHP "If HP is off, zero is passed" annotation (Placement(transformation(extent={{60,-20},{80,0}}))); +2: Name 'refrigerant' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: refrigerant. Affected line: parameter String refrigerant "Name of the fluid"; -3: Missing documentation. Affected line: AixLib.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus sigBusHP annotation (Placement(transformation(extent={{-124,-46},{-90,-16}}))); -4: Name 'swiNullsecHeaGen' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Nullsec. Affected line: AixLib.Utilities.Logical.SmoothSwitch swiNullsecHeaGen if use_secHeaGen "If second heater is off, zero is passed" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=90, origin={0,-70}))); +AixLib/Fluid/HeatPumps/ModularReversible/Examples/TableData3D_OneRoomRadiator.mo +1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Modular heaPum( redeclare package MediumCon = MediumWat, redeclare package MediumEva = MediumWat, use_rev=false, allowDifferentDeviceIdentifiers=true, dTCon_nominal=8, use_conCap=false, dTEva_nominal=5, use_evaCap=false, QHea_flow_nominal=Q_flow_nominal, use_intSafCtr=true, redeclare model RefrigerantCycleHeatPumpHeating = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData3D ( extrapMethod=SDF.Types.ExtrapolationMethod.Hold, redeclare AixLib.Fluid.HeatPumps.ModularReversible.Data.TableDataSDF.TableData3D.VZH088AG datTab), TConHea_nominal=TRadSup_nominal, dpCon_nominal(displayUnit="kPa") = 40000, TEvaHea_nominal=sou.T, dpEva_nominal(displayUnit="kPa") = 40000, energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, redeclare AixLib.Fluid.HeatPumps.ModularReversible.Controls.Safety.Data.Wuellhorst2021 safCtrPar, TConCoo_nominal=273.15, TEvaCoo_nominal=273.15) "Large scale water to water heat pump" annotation (Placement(transformation(extent={{20,-160},{0,-140}}))); -5: Missing documentation, Name 'lessThreshold' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: less, Threshold. Affected line: Modelica.Blocks.Logical.LessThreshold lessThreshold(final threshold= T_heaLim) if use_heaLim annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); -6: Missing documentation, Name 'booleanConstant' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: boolean, Constant. Affected line: Modelica.Blocks.Sources.BooleanConstant booleanConstant(final k=true) if not use_heaLim annotation (Placement(transformation(extent={{-60,-80},{-40,-60}}))); +AixLib/Fluid/HeatPumps/ModularReversible/BaseClasses/PartialReversibleRefrigerantMachine.mo +1: Name 'MediumEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium. Affected line: replaceable package MediumEva = Modelica.Media.Interfaces.PartialMedium "Medium on evaporator side" annotation (choicesAllMatching=true); +2: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: replaceable PartialModularRefrigerantCycle refCyc constrainedby PartialModularRefrigerantCycle(final use_rev=use_rev) "Model of the refrigerant cycle" annotation (Placement(transformation( extent={{-18,-18},{18,18}}, rotation=90))); -AixLib/Fluid/Examples/GeothermalHeatPump/GeothermalHeatPump.mo -1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Sources.Boundary_pT coldConsumerFlow(redeclare package Medium = Medium, nPorts=1) annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,-20})));Sources.Boundary_pT heatConsumerFlow(redeclare package Medium = Medium, nPorts=1) "Sink representing heat consumer" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,-50})));Sources.Boundary_pT heatConsumerReturn(redeclare package Medium = Medium, nPorts=1, T=303.15) "Source representing heat consumer" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,-106})));Sources.Boundary_pT coldConsumerReturn(redeclare package Medium = Medium, nPorts=1, T=287.15) "Source representing cold consumer" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,32}))); +3: Name 'RefrigerantCycleInertia' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Refrigerant, Cycle, Inertia. Affected line: replaceable model RefrigerantCycleInertia = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.Inertias.NoInertia constrainedby AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.Inertias.BaseClasses.PartialInertia "Inertia between the refrigerant cycle outputs and the heat exchangers." annotation (choicesAllMatching=true, Dialog(group="Inertia")); -2: Name 'pressureDifference' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pressure, Difference. Affected line: Modelica.Blocks.Sources.Constant pressureDifference(k=60000) "Pressure difference used for all pumps" annotation ( Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,6}))); +4: Name 'allowDifferentDeviceIdentifiers' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: allow, Different, Device, Identifiers. Affected line: parameter Boolean allowDifferentDeviceIdentifiers=false "if use_rev=true, device data for cooling and heating need to entered. Set allowDifferentDeviceIdentifiers=true to allow different device identifiers devIde" annotation(Dialog(tab="Advanced", enable=use_rev)); -3: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Controls.HeatPump.TwoPointControlledHP twoPointControlledHP( use_secHeaGen=false, use_heaLim=false, T_heaLim=293.15, movAveTime=300, bandwidth=2) "Controls the temperature in the heat storage by switching the heat pump on or off" annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); +5: Name 'GConOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GConOut=0 "Outer thermal conductance for condenser heat loss calculations" annotation (Dialog( group="Heat Losses", tab="Condenser", enable=use_conCap)); -4: Name 'TStorageSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Storage. Affected line: Modelica.Blocks.Sources.Constant TStorageSet(k=273.15 + 45) "Set point of upper heat storage temperature" annotation (Placement(transformation(extent={{-120,70},{-110,80}}))); +6: Name 'GConIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GConIns=0 "Inner thermal conductance for condenser heat loss calculations" annotation (Dialog( group="Heat Losses", tab="Condenser", enable=use_conCap)); -5: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Control.geothermalFieldController geothermalFieldControllerCold( temperature_low=273.15 + 8, temperature_high=273.15 + 10) "Controls the heat exchange with the geothermal field and the heat storage" annotation (Placement(transformation(extent={{-102,28},{-86,44}})));Control.geothermalFieldController geothermalFieldControllerHeat( temperature_low=308.15, temperature_high=313.15) "Controls the heat exchange with the geothermal field and the heat storage" annotation (Placement(transformation(extent={{-100,-34},{-84,-18}}))); +7: Name 'GEvaOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEvaOut=0 "Outer thermal conductance for evaporator heat loss calculations" annotation ( Dialog( group="Heat Losses", tab="Evaporator", enable=use_evaCap)); -6: Name 'mode' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: mode. Affected line: Modelica.Blocks.Sources.BooleanConstant mode "Dummy signal for unit mode, true: heat pump, false: chiller" annotation (Placement(transformation(extent={{-56,56},{-44,68}}))); +8: Name 'GEvaIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEvaIns=0 "Inner thermal conductance for evaporator heat loss calculations" annotation ( Dialog( group="Heat Losses", tab="Evaporator", enable=use_evaCap)); +9: Name 'allowFlowReversalCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: allow, Reversal. Affected line: parameter Boolean allowFlowReversalCon=true "= false to simplify equations, assuming, but not enforcing, no flow reversal" annotation (Dialog(group="Condenser", tab="Assumptions")); -AixLib/Fluid/HeatPumps/ModularReversible/Examples/TableData3D_OneRoomRadiator.mo -1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Modular heaPum( redeclare package MediumCon = MediumWat, redeclare package MediumEva = MediumWat, use_rev=false, allowDifferentDeviceIdentifiers=true, dTCon_nominal=8, use_conCap=false, dTEva_nominal=5, use_evaCap=false, QHea_flow_nominal=Q_flow_nominal, use_intSafCtr=true, redeclare model RefrigerantCycleHeatPumpHeating = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData3D ( extrapMethod=SDF.Types.ExtrapolationMethod.Hold, redeclare AixLib.Fluid.HeatPumps.ModularReversible.Data.TableDataSDF.TableData3D.VZH088AG datTab), TConHea_nominal=TRadSup_nominal, dpCon_nominal(displayUnit="kPa") = 40000, TEvaHea_nominal=sou.T, dpEva_nominal(displayUnit="kPa") = 40000, energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, redeclare AixLib.Fluid.HeatPumps.ModularReversible.Controls.Safety.Data.Wuellhorst2021 safCtrPar, TConCoo_nominal=273.15, TEvaCoo_nominal=273.15) "Large scale water to water heat pump" annotation (Placement(transformation(extent={{20,-160},{0,-140}}))); +10: Name 'Q1_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Q1. Affected line: Modelica.Units.SI.HeatFlowRate Q1_flow = QCon_flow "Heat transferred into the medium 1"; + +11: Name 'Q2_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Q2. Affected line: Modelica.Units.SI.HeatFlowRate Q2_flow = QEva_flow "Heat transferred into the medium 2"; + +12: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: RefrigerantCycleInertia refCycIneCon "Inertia model for condenser side" annotation(Placement(transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={0,50})));RefrigerantCycleInertia refCycIneEva "Inertia model for evaporator side" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={0,-50}))); AixLib/Fluid/HeatPumps/ModularReversible/RefrigerantCycle/BaseClasses/PartialTableDataSDF.mo @@ -481,112 +361,102 @@ AixLib/Fluid/HeatPumps/ModularReversible/RefrigerantCycle/BaseClasses/PartialTab 7: Missing documentation, Name 'value;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: value. Affected line: output Real value; -AixLib/Fluid/HeatPumps/ModularReversible/Data/TableDataSDF/TableData3D/VCLibPy/Generic.mo -1: Name 'flowsheet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: flowsheet. Affected line: parameter String flowsheet "Name of the flowsheet"; - -2: Name 'refrigerant' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: refrigerant. Affected line: parameter String refrigerant "Name of the fluid"; - - -AixLib/Obsolete/Year2024/Fluid/HeatPumps/HeatPump.mo -1: Name 'PerDataMainHP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data, Main. Affected line: replaceable model PerDataMainHP = AixLib.Obsolete.Year2024.DataBase.HeatPump.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of a heat pump in main operation mode" annotation (choicesAllMatching=true); - -2: Name 'PerDataRevHP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data. Affected line: replaceable model PerDataRevHP = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of a heat pump in reversible operation mode" annotation (Dialog(enable=use_rev),choicesAllMatching=true); - +AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpBase.mo +1: Name 'm_flow_nominal_layer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_flow_nominal_layer. Affected line: parameter Modelica.Units.SI.MassFlowRate m_flow_nominal_layer=0.5 "Nominal mass flow rate in layers of storages"; -AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpControlledBase.mo -1: Name 'getTStorageUpper' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Storage, Upper. Affected line: Modelica.Blocks.Sources.RealExpression getTStorageUpper(y=heatStorage.layer[ heatStorage.n].T) "Gets the temperature of upper heat storage layer" annotation (Placement(transformation(extent={{-160,58},{-140,78}}))); +2: Name 'm_flow_nominal_HE' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_flow_nominal_. Affected line: parameter Modelica.Units.SI.MassFlowRate m_flow_nominal_HE=0.5 "Nominal mass flow rate of heat exchanger layers of storages"; -2: Name 'getTStorageLower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Storage, Lower. Affected line: Modelica.Blocks.Sources.RealExpression getTStorageLower(y=coldStorage.layer[1].T) "Gets the temperature of lower cold storage layer" annotation (Placement(transformation(extent={{-160,42},{-140,62}}))); +3: Name 'T_start_cold' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_start_cold. Affected line: parameter Modelica.Units.SI.Temperature T_start_cold=300 "Initial temperature of cold components"; -3: Name 'coldStorageTemperature' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: cold, Storage, Temperature. Affected line: Modelica.Blocks.Interfaces.RealOutput coldStorageTemperature( final quantity="ThermodynamicTemperature", final unit="K", displayUnit="degC", min=0, start=T_start_cold) "Temperature in the cold storage" annotation ( Placement(transformation( origin={-134,-120}, extent={{10,-10},{-10,10}}, rotation=90), iconTransformation( extent={{10,-10},{-10,10}}, rotation=90, origin={-100,-110}))); +4: Name 'T_start_hot' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_start_hot. Affected line: parameter Modelica.Units.SI.Temperature T_start_hot=300 "Initial temperature of warm components"; -4: Name 'heatStorageTemperature' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Storage, Temperature. Affected line: Modelica.Blocks.Interfaces.RealOutput heatStorageTemperature( final quantity="ThermodynamicTemperature", final unit="K", displayUnit="degC", min=0, start=T_start_hot) "Temperature in the heat storage" annotation (Placement( transformation( origin={-100,-120}, extent={{10,-10},{-10,10}}, rotation=90), iconTransformation( extent={{10,-10},{-10,10}}, rotation=90, origin={-140,-110}))); +5: Missing documentation, Name 'PeakLoadDeviceModel' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Peak, Load, Device, Model. Affected line: replaceable model PeakLoadDeviceModel = AixLib.Fluid.Interfaces.PartialTwoPortTransport constrainedby AixLib.Fluid.Interfaces.PartialTwoPortTransport(redeclare package Medium=Medium) annotation(choicesAllMatching=true); -5: Name 'chemicalEnergyFlowRate' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: chemical, Energy, Rate. Affected line: Modelica.Blocks.Interfaces.RealOutput chemicalEnergyFlowRate(final unit="W") "Flow of primary (chemical) energy into boiler " annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=270, origin={-71.5,-119.5}), iconTransformation(extent={{10,-10},{-10,10}}, rotation=90, origin={-20.5,-109}))); +6: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: PeakLoadDeviceModel peaLoaDev annotation (Placement(transformation(extent={{108,-56},{120,-44}})));Storage.StorageDetailed coldStorage( redeclare package Medium = Medium, energyDynamics=energyDynamics, redeclare package MediumHC1 = Medium, redeclare package MediumHC2 = Medium, m1_flow_nominal=m_flow_nominal_layer, m2_flow_nominal=m_flow_nominal_layer, mHC1_flow_nominal=m_flow_nominal_HE, useHeatingCoil2=false, useHeatingRod=false, redeclare DataBase.Storage.Generic_New_2000l data( hTank=1.5, hUpperPortDemand=1.45, hUpperPortSupply=1.45, hHC1Up=1.45, dTank=1, sIns=0.2, lambdaIns=0.075, hTS2=1.45), n=5, hConIn=100, hConOut=10, hConHC1=500, upToDownHC1=false) "Storage tank for buffering cold demand" annotation (Placement(transformation(extent={{24,-14}, {52,20}})));FixedResistances.PressureDrop resistanceColdStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dp_nominal=15000) "Resistance in evaporator circuit" annotation (Placement(transformation( extent={{-6,-7},{6,7}}, rotation=180, origin={-34,38}))); -6: Name 'heatPumpPower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Pump, Power. Affected line: Modelica.Blocks.Interfaces.RealOutput heatPumpPower(final unit="W") "Electrical power of the heat pump" annotation (Placement(transformation( extent={{-10,10},{10,-10}}, rotation=270, origin={-45.5,-119.5}), iconTransformation(extent={{10,-10},{-10,10}}, rotation=90, origin={-60.5,-109}))); +7: Name 'geothFieldSource' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: geoth, Field, Source. Affected line: AixLib.Fluid.Sources.Boundary_pT geothFieldSource( redeclare package Medium = Medium, nPorts=1, T=284.15) "Source representing geothermal field" annotation (Placement(transformation(extent={{-158,-60},{-146,-48}}))); -7: Missing documentation, Name 'system' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: system. Affected line: inner Modelica.Fluid.System system annotation (Placement(transformation(extent={{140,60},{160,80}}))); +8: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: FixedResistances.PressureDrop resistanceGeothermalSource( redeclare package Medium = Medium, m_flow_nominal=0.5, dp_nominal=15000) "Resistance in geothermal field circuit" annotation (Placement(transformation( extent={{-6,-7},{6,7}}, rotation=0, origin={-70,-54})));FixedResistances.PressureDrop resistanceColdConsumerFlow( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in cold consumer flow line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=0, origin={87,-20})));Actuators.Valves.TwoWayQuickOpening valveHeatSink( redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting geothermal field to the condenser of the heat pump" annotation (Placement(transformation(extent={{-36,-61},{-24,-47}})));Actuators.Valves.TwoWayQuickOpening valveHeatSource(redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting geothermal field to the evaporator of the heat pump" annotation (Placement( transformation( extent={{-6,-7},{6,7}}, rotation=90, origin={-60,1}))); +9: Name 'heatStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Storage. Affected line: AixLib.Fluid.Storage.StorageDetailed heatStorage( redeclare package Medium = Medium, energyDynamics=energyDynamics, redeclare package MediumHC1 = Medium, redeclare package MediumHC2 = Medium, m1_flow_nominal=m_flow_nominal_layer, m2_flow_nominal=m_flow_nominal_layer, mHC1_flow_nominal=m_flow_nominal_HE, useHeatingCoil2=false, useHeatingRod=false, redeclare DataBase.Storage.Generic_New_2000l data( hTank=1.5, hUpperPortDemand=1.45, hUpperPortSupply=1.45, hHC1Up=1.45, dTank=1, sIns=0.2, lambdaIns=0.075, hTS2=1.45), n=5, hConIn=100, hConOut=10, hConHC1=500) "Storage tank for buffering heat demand" annotation (Placement(transformation(extent={{24,-96},{52,-62}}))); -AixLib/Controls/HeatPump/TwoPointControlledHP.mo -1: Name 'bandwidth' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: bandwidth. Affected line: parameter Real bandwidth "Bandwith of hysteresis of controller"; +10: Name 'resistanceHeatStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Heat, Storage. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceHeatStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dp_nominal=15000) "Resistance in condenser circuit" annotation (Placement(transformation( extent={{-6,-7},{6,7}}, rotation=90, origin={-18,-78}))); -2: Name 'onOffController' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Controller. Affected line: Modelica.Blocks.Logical.OnOffController onOffController(final bandwidth=bandwidth, final pre_y_start=false) "Hysteresis controller for set temperature" annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); +11: Name 'geothField_sink1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: geoth, Field_sink. Affected line: AixLib.Fluid.Sources.Boundary_pT geothField_sink1(redeclare package Medium = Medium, nPorts=2) "One of two sinks representing geothermal field" annotation (Placement(transformation(extent={{-158,20},{-146,32}}))); +12: Name 'resistanceHeatConsumerFlow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Heat, Consumer. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceHeatConsumerFlow( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in heat consumer flow line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=0, origin={87,-50}))); -AixLib/Controls/HeatPump/HPControl.mo -1: Missing documentation, Name 'HeatingCurveFunction' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating, Curve, Function. Affected line: replaceable function HeatingCurveFunction = SetPoints.Functions.HeatingCurveFunction constrainedby SetPoints.Functions.PartialBaseFct annotation (Dialog(group="Heating Curve - Data", enable = not use_tableData),choicesAllMatching=true); +13: Name 'valveColdStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: valve, Cold, Storage. Affected line: AixLib.Fluid.Actuators.Valves.TwoWayQuickOpening valveColdStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting cold storage to the evaporator of the heat pump" annotation (Placement( transformation( extent={{-6,7},{6,-7}}, rotation=180, origin={-52,38}))); -2: Name 'heatingCurveRecord' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heating, Curve, Record. Affected line: parameter AixLib.DataBase.Boiler.DayNightMode.HeatingCurvesDayNightBaseDataDefinition heatingCurveRecord= AixLib.DataBase.Boiler.DayNightMode.HeatingCurves_Vitotronic_Day25_Night10() "Record with information about heating curve data" annotation (Dialog(group="Heating Curve - Data", enable = use_tableData),choicesAllMatching=true); +14: Name 'valveHeatStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: valve, Heat, Storage. Affected line: AixLib.Fluid.Actuators.Valves.TwoWayQuickOpening valveHeatStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting heat storage to the condenser of the heat pump" annotation (Placement( transformation( extent={{-6,-7},{6,7}}, rotation=90, origin={-18,-63}))); -3: Name 'declination' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: declination. Affected line: parameter Real declination=2 "Declination of curve" annotation (Dialog(group="Heating Curve - Data", enable = use_tableData)); +15: Name 'pumpColdConsumer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Cold, Consumer. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpColdConsumer( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from storage tank to cold consumers" annotation (Placement(transformation(extent={{58,-27},{72,-13}}))); -4: Name 'day_hour' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: day_hour. Affected line: parameter Real day_hour=6 "Hour of day at which day mode is enabled" annotation (Dialog(group="Heating Curve - Night mode")); +16: Name 'pumpHeatConsumer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Heat, Consumer. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpHeatConsumer( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_hot) "Pump moving fluid from storage tank to heat consumers" annotation (Placement(transformation(extent={{58,-57},{72,-43}}))); -5: Name 'night_hour' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: night_hour. Affected line: parameter Real night_hour=22 "Hour of day at which night mode is enabled" annotation (Dialog(group="Heating Curve - Night mode")); +17: Name 'resistanceColdConsumerReturn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Cold, Consumer, Return. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceColdConsumerReturn( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in cold consumer return line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=180, origin={87,32}))); -6: Name 'weekly' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: weekly. Affected line: parameter Boolean weekly=true "Switch between a daily or weekly trigger approach" annotation(Dialog(tab="Anti Legionella",descriptionLabel=true), choices(choice=true "Weekly", choice=false "Daily", radioButtons=true)); +18: Name 'resistanceHeatConsumerReturn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Heat, Consumer, Return. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceHeatConsumerReturn( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in heat consumer return line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=180, origin={87,-106}))); -7: Name 'trigWeekDay' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: trig, Week. Affected line: parameter Integer trigWeekDay "Day of the week at which control is triggered" annotation (Dialog(tab="Anti Legionella", enable=use_antLeg and weekly)); +19: Name 'pumpCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Condenser. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpCondenser( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from storage tank to condenser of heat pump" annotation (Placement(transformation( extent={{-7,7},{7,-7}}, rotation=180, origin={-1,-98}))); -8: Name 'trigHour' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: trig, Hour. Affected line: parameter Integer trigHour=3 "Hour of the day at which control is triggered" annotation (Dialog(tab="Anti Legionella", enable=use_antLeg)); +20: Name 'pumpEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Evaporator. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpEvaporator( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from storage tank to evaporator of heat pump" annotation (Placement(transformation( extent={{-7,7},{7,-7}}, rotation=180, origin={7,36}))); -9: Missing documentation, Name 'antiLegionella' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: anti, Legionella. Affected line: AixLib.Controls.HeatPump.AntiLegionella antiLegionella( final TLegMin=TLegMin, minTimeAntLeg=minTimeAntLeg, trigWeekDay=trigWeekDay, trigHour=trigHour, yearRef=2017, final zerTim=zerTim) if use_antLeg annotation (Placement(transformation(extent={{-26,-14},{14,26}}))); +21: Name 'pumpGeothermalSource' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Geothermal, Source. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpGeothermalSource( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from geothermal source into system" annotation ( Placement(transformation( extent={{-7,-7},{7,7}}, rotation=0, origin={-89,-54}))); -10: Missing documentation. Affected line: AixLib.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus sigBusHP annotation (Placement(transformation(extent={{-116,-72},{-88,-44}}))); +22: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus heatPumpControlBus annotation (Placement(transformation(extent={{-21,60},{20,98}}))); -11: Name 'T_oda' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_oda. Affected line: Modelica.Blocks.Interfaces.RealInput T_oda "Outdoor air temperature" annotation (Placement(transformation(extent={{-128,-14},{-100,14}}), iconTransformation(extent={{-140,-26},{-100,14}}))); +23: Missing documentation, Name 'heatPump' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Pump. Affected line: AixLib.Fluid.HeatPumps.ModularReversible.Modular heatPump( redeclare package MediumCon = Medium, redeclare package MediumEva = Medium, use_rev=false, tauCon=0.005*heatPump.rhoCon/heatPump.mCon_flow_nominal, dTCon_nominal=0, tauEva=0.005*heatPump.rhoEva/heatPump.mEva_flow_nominal, dpCon_nominal=0, use_conCap=false, CCon=0, GConOut=0, GConIns=0, dTEva_nominal=0, dpEva_nominal=0, use_evaCap=false, CEva=0, GEvaOut=0, GEvaIns=0, use_intSafCtr=false, energyDynamics=energyDynamics, QHea_flow_nominal=12740, redeclare model RefrigerantCycleHeatPumpHeating = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData2D ( redeclare AixLib.Fluid.HeatPumps.ModularReversible.Data.TableData2D.EN255.Vitocal350BWH110 datTab), redeclare model RefrigerantCycleHeatPumpCooling = AixLib.Fluid.Chillers.ModularReversible.RefrigerantCycle.BaseClasses.NoCooling, mCon_flow_nominal=0.5, mEva_flow_nominal=0.5, TConHea_nominal=318.15, TEvaHea_nominal=273.15, TConCoo_nominal=273.15, TEvaCoo_nominal=273.15, use_busConOnl=true) annotation ( Placement(transformation( extent={{-10,10},{10,-10}}, rotation=90, origin={-30,10}))); -12: Missing documentation, Name 'y_sou' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: y_sou. Affected line: Modelica.Blocks.Interfaces.RealOutput y_sou annotation (Placement(transformation(extent={{14,-14},{-14,14}}, rotation=90, origin={-60,-114}))); -13: Missing documentation, Name 'y_sin' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: y_sin. Affected line: Modelica.Blocks.Interfaces.RealOutput y_sin annotation (Placement(transformation( extent={{14,-14},{-14,14}}, rotation=90, origin={60,-114}))); +AixLib/Obsolete/Year2019/Fluid/HeatPumps/HeatPumpSimple.mo +1: Missing documentation, Name 'Medium' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium. Affected line: replaceable package Medium = Modelica.Media.Water.ConstantPropertyLiquidWater constrainedby Modelica.Media.Interfaces.PartialMedium; -14: Name 'constHeating1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating. Affected line: Modelica.Blocks.Sources.Constant constHeating1(final k=1) "If you want to include chilling, please insert control blocks first" annotation (Placement(transformation(extent={{10,-10},{-10,10}}, rotation=90, origin={-12,-72}))); +2: Name 'port_a_source' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_a_source. Affected line: Modelica.Fluid.Interfaces.FluidPort_a port_a_source(redeclare package Medium = Medium) "Heat pump inlet on the source side" annotation(Placement(transformation(extent = {{-100, 60}, {-80, 80}}))); -15: Missing documentation, Name 'heatCurve' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Curve. Affected line: AixLib.Controls.SetPoints.HeatingCurve heatCurve( final TOffset=0, final use_dynTRoom=false, final zerTim=zerTim, final day_hour=day_hour, final night_hour=night_hour, final heatingCurveRecord=heatingCurveRecord, final declination=declination, redeclare function HeatingCurveFunction = HeatingCurveFunction, use_tableData=use_tableData, final TRoom_nominal=293.15) annotation (Placement(transformation(extent={{-74,10},{-54,30}}))); +3: Name 'port_b_source' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_b_source. Affected line: Modelica.Fluid.Interfaces.FluidPort_b port_b_source(redeclare package Medium = Medium) "Heat pump outlet on the source side" annotation(Placement(transformation(extent = {{-100, -80}, {-80, -60}}))); -16: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: TSetToNSet ConvTSetToNSet annotation (Placement(transformation(extent={{44,-8},{76,26}}))); +4: Name 'port_a_sink' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_a_sink. Affected line: Modelica.Fluid.Interfaces.FluidPort_a port_a_sink(redeclare package Medium = Medium) "Heat pump inlet on the sink side" annotation(Placement(transformation(extent = {{80, -80}, {100, -60}}))); -17: Name 'realPasThrAntLeg' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real. Affected line: Modelica.Blocks.Routing.RealPassThrough realPasThrAntLeg if not use_antLeg "No Anti Legionella" annotation ( choicesAllMatching=true, Placement( transformation(extent={{-10,38},{6,54}}))); +5: Name 'port_b_sink' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: port_b_sink. Affected line: Modelica.Fluid.Interfaces.FluidPort_b port_b_sink(redeclare package Medium = Medium) "Heat pump outlet on the sink side" annotation(Placement(transformation(extent = {{80, 60}, {100, 80}}))); -18: Name 'constHeating' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating. Affected line: Modelica.Blocks.Sources.BooleanConstant constHeating(final k=true) "If you want to include chilling, please insert control blocks first" annotation (Placement(transformation(extent={{82,-26},{94,-14}}))); +6: Name 'volumeEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: volume, Evaporator. Affected line: AixLib.Fluid.MixingVolumes.MixingVolume volumeEvaporator( V=VolumeEvaporator, nPorts=2, redeclare package Medium = Medium, m_flow_nominal=0.01) "Water volume of the evaporator on the source side" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-70,-60}))); +7: Name 'volumeCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: volume, Condenser. Affected line: AixLib.Fluid.MixingVolumes.MixingVolume volumeCondenser( V=VolumeCondenser, nPorts=2, redeclare package Medium = Medium, m_flow_nominal=0.01) "Water volume of the condenser on the sink side" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={70,-30}))); -AixLib/Obsolete/Year2019/Fluid/HeatPumps/Examples/HeatPumpDetailed.mo -1: Missing documentation, Name 'Medium_sin' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium_sin. Affected line: replaceable package Medium_sin = AixLib.Media.Water constrainedby Modelica.Media.Interfaces.PartialMedium annotation (choicesAllMatching=true); +8: Name 'temperatureSinkOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: temperature, Sink. Affected line: AixLib.Fluid.Sensors.TemperatureTwoPort temperatureSinkOut(redeclare package Medium = Medium, m_flow_nominal=0.01) "Temperature sensor at outlet on the sink side" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={80,50}))); -2: Missing documentation, Name 'Medium_sou' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium_sou. Affected line: replaceable package Medium_sou = AixLib.Media.Air constrainedby Modelica.Media.Interfaces.PartialMedium annotation (choicesAllMatching=true); +9: Name 'temperatureSourceIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: temperature, Source. Affected line: AixLib.Fluid.Sensors.TemperatureTwoPort temperatureSourceIn(redeclare package Medium = Medium, m_flow_nominal=0.01) "Temperature sensor at inlet on the source side" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-80,36}))); -3: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: .AixLib.Obsolete.Year2019.Fluid.HeatPumps.HeatPumpDetailed heatPump( P_eleOutput=true, capCalcType=2, CorrFlowCo=false, CorrFlowEv=false, dataTable=DataBase.HeatPump.EN255.Vitocal350BWH113(), PT1_cycle=true, timeConstantCycle=1, mFlow_conNominal=1, mFlow_evaNominal=1, T_evaIn(transferHeat=true, TAmb=291.15), T_evaOut(transferHeat=true, TAmb=291.15), T_conIn(transferHeat=true, TAmb=273.15), T_conOut(transferHeat=true, TAmb=273.15), redeclare package Medium_con = Medium_sin, redeclare package Medium_eva = Medium_sou) "Detailed heat pump mainly based on manufacturing data" annotation (Placement(transformation(extent={{-16,14},{14,-6}}))); +10: Name 'HeatFlowCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat, Condenser. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow HeatFlowCondenser "Heat flow on the sink side" annotation(Placement(transformation(extent={{-4,-4}, {4,4}}, origin={48,-40}))); -4: Name 'sourceSideMassFlowSource' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: source, Side, Mass, Source. Affected line: AixLib.Fluid.Sources.MassFlowSource_T sourceSideMassFlowSource( use_T_in=true, m_flow=1, redeclare package Medium = Medium_sou, nPorts=1, T=275.15) "Ideal mass flow source at the inlet of the source side" annotation (Placement(transformation(extent={{-54,-80},{-34,-60}}))); +11: Name 'HeatFlowEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat, Evaporator. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow HeatFlowEvaporator "Heat flow on the source side" annotation(Placement(transformation(extent={{4,-4},{ -4,4}}, origin={-46,-50}))); -5: Name 'sourceSideFixedBoundary' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: source, Side, Fixed, Boundary. Affected line: AixLib.Fluid.Sources.Boundary_pT sourceSideFixedBoundary(redeclare package Medium = Medium_sou, nPorts=1) "Fixed boundary at the outlet of the source side" annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=0, origin={-80,36}))); +12: Name 'PowerTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Power, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds PowerTable(table=tablePower) "Calculates electric power based on temperature in source and sink" annotation (Placement(transformation(extent={{-52,20},{-32,40}}))); -6: Name 'TsuSourceRamp' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Source, Ramp. Affected line: Modelica.Blocks.Sources.Ramp TsuSourceRamp( duration=1000, startTime=1000, height=25, offset=278) "Ramp signal for the temperature input of the source side's ideal mass flow source" annotation (Placement(transformation(extent={{-94,-84},{-74,-64}}))); +13: Name 'HeatFlowCondenserTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat, Condenser, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds HeatFlowCondenserTable(table= tableHeatFlowCondenser) "Calculates heat flow based on temperature in source and sink" annotation (Placement(transformation(extent={{-52,-12},{-32,8}}))); -7: Missing documentation. Affected line: Modelica.Blocks.Logical.Hysteresis hys( pre_y_start=true, uLow=273.15 + 30, uHigh=273.15 + 40) annotation (Placement(transformation(extent={{64,50},{44,70}}))); +14: Name 'SwitchHeatFlowCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Switch, Heat, Condenser. Affected line: Modelica.Blocks.Logical.Switch SwitchHeatFlowCondenser "Switch to deactivate heat flow when off" annotation(Placement(transformation(extent = {{14, -20}, {34, 0}}))); -8: Missing documentation, Name 'sine' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: sine. Affected line: Modelica.Blocks.Sources.Sine sine( f=1/3600, amplitude=3000, offset=3000) annotation (Placement(transformation(extent={{76,26},{84,34}}))); +15: Name 'constZero2' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Zero. Affected line: Modelica.Blocks.Sources.Constant constZero2(k = 0) "Zero heat flow, when heat pump off" annotation(Placement(transformation(extent = {{-26, -28}, {-6, -8}}))); -9: Missing documentation. Affected line: Modelica.Blocks.Sources.Constant nIn(k=100) annotation (Placement( transformation( extent={{4,-4},{-4,4}}, rotation=90, origin={50,34}))); +16: Name 'SwitchPower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Switch, Power. Affected line: Modelica.Blocks.Logical.Switch SwitchPower "Switch to deactivate Power when off" annotation(Placement(transformation(extent = {{14, 12}, {34, 32}}))); -10: Name 'heatFlowRateCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Rate. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow heatFlowRateCon "Heat flow rate of the condenser" annotation (Placement(transformation( extent={{-6,6},{6,-6}}, rotation=270, origin={94,6}))); +17: Name 'constZero1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Zero. Affected line: Modelica.Blocks.Sources.Constant constZero1(k = 0) "Zero power, when heat pump off" annotation(Placement(transformation(extent = {{-26, 4}, {-6, 24}}))); -11: Missing documentation. Affected line: Modelica.Blocks.Math.Gain gain(k=-1) annotation (Placement(transformation( extent={{-4,-4},{4,4}}, rotation=270, origin={96,22}))); +18: Name 'feedbackHeatFlowEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: feedback, Heat, Evaporator. Affected line: Modelica.Blocks.Math.Feedback feedbackHeatFlowEvaporator "Calculates evaporator heat flow with total energy balance" annotation(Placement(transformation(extent = {{10, -60}, {-10, -40}}))); -12: Name 'sinkSideFixedBoundary' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: sink, Side, Fixed, Boundary. Affected line: AixLib.Fluid.Sources.Boundary_pT sinkSideFixedBoundary(redeclare package Medium = Medium_sin, nPorts=1) "Fixed boundary at the outlet of the sink side" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={88,-64}))); +19: Name 'Power' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Power. Affected line: Modelica.Blocks.Interfaces.RealOutput Power "Connector of Real output signal" annotation(Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 270, origin = {0, -90}))); +20: Name 'VolumeEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Volume, Evaporator. Affected line: parameter Modelica.Units.SI.Volume VolumeEvaporator=0.01 "Volume im m3"; -AixLib/Fluid/HeatPumps/ModularReversible/Data/TableDataSDF/Generic.mo -1: Name 'filename' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: filename. Affected line: parameter String filename "File name of sdf table data" annotation (Dialog(loadSelector(filter="SDF Files (*.sdf);;All Files (*.*)", caption="Select SDF file"))); +21: Name 'VolumeCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Volume, Condenser. Affected line: parameter Modelica.Units.SI.Volume VolumeCondenser=0.01 "Volume im m3"; -2: Name 'datasetPEle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dataset. Affected line: parameter String datasetPEle "Dataset name for electrical power" annotation (Dialog(group="Electrical Power")); +22: Name 'tablePower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, Power. Affected line: parameter Real tablePower[:, :] = fill(0.0, 0, 2) "Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0,0;0,1])"; -3: Name 'dataUnitPEle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: data, Unit. Affected line: parameter String dataUnitPEle "Data unit for electrical power" annotation (Dialog(group="Electrical Power")); +23: Name 'tableHeatFlowCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, Heat, Condenser. Affected line: parameter Real tableHeatFlowCondenser[:, :] = fill(0.0, 0, 2) "Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0,0;0,1])"; -4: Name 'scaleUnitsPEle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: scale, Units. Affected line: parameter String scaleUnitsPEle[nDim] "Scale units for electrical power" annotation (Dialog(group="Electrical Power")); +24: Missing documentation. Affected line: Modelica.Blocks.Math.Gain gain(k=-1) annotation(Placement(transformation(extent = {{-18, -60}, {-38, -40}}))); AixLib/Obsolete/YearIndependent/FastHVAC/Examples/Chiller/Chiller.mo @@ -623,136 +493,266 @@ AixLib/Obsolete/YearIndependent/FastHVAC/Examples/Chiller/Chiller.mo 16: Missing documentation, Name 'logicalSwitch' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: logical, Switch. Affected line: Modelica.Blocks.Logical.LogicalSwitch logicalSwitch annotation (Placement(transformation(extent={{10,-78},{0,-88}}))); -AixLib/Controls/HeatPump/Examples/PartialHeatPumpController.mo -1: Name 'T_meas' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_meas. Affected line: Modelica.Blocks.Sources.Sine T_meas( f=1/3600, amplitude=6, offset=310) "Generates the measured temperature" annotation (Placement(transformation(extent={{-100,20},{-80,40}}))); +AixLib/Obsolete/Year2024/Fluid/HeatPumps/HeatPump.mo +1: Name 'PerDataMainHP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data, Main. Affected line: replaceable model PerDataMainHP = AixLib.Obsolete.Year2024.DataBase.HeatPump.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of a heat pump in main operation mode" annotation (choicesAllMatching=true); -2: Name 'T_set' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_set. Affected line: Modelica.Blocks.Sources.Constant T_set(k=310) "Provides the temperature set point" annotation (Placement(transformation(extent={{-100,-40},{-80,-20}}))); +2: Name 'PerDataRevHP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data. Affected line: replaceable model PerDataRevHP = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of a heat pump in reversible operation mode" annotation (Dialog(enable=use_rev),choicesAllMatching=true); -3: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: replaceable BaseClasses.PartialTSetToNSet hPController constrainedby BaseClasses.PartialTSetToNSet( final use_secHeaGen=false, use_heaLim=false, T_heaLim=293.15, movAveTime=300) annotation (Placement(transformation(extent={{-20,-20}, {20,20}})), __Dymola_choicesAllMatching=true); -4: Name 'T_oda' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_oda. Affected line: Modelica.Blocks.Sources.Constant T_oda(k=273.15) "Provides the temperature set point" annotation (Placement(transformation(extent={{-100,-80},{-80,-60}}))); +AixLib/Fluid/HeatPumps/ModularReversible/Examples/VCLibAirToWater_OneRoomRadiator.mo +1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Modular heaPum( redeclare package MediumCon = MediumWat, redeclare package MediumEva = MediumAir, use_rev=false, allowDifferentDeviceIdentifiers=true, dTCon_nominal=8, use_conCap=false, dTEva_nominal=3, use_evaCap=false, QHea_flow_nominal=Q_flow_nominal, use_intSafCtr=true, redeclare model RefrigerantCycleHeatPumpHeating = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData3D ( redeclare AixLib.Fluid.HeatPumps.ModularReversible.Data.TableDataSDF.TableData3D.VCLibPy.VCLibVaporInjectionPhaseSeparatorR410A datTab), TConHea_nominal=TRadSup_nominal, dpCon_nominal(displayUnit="Pa") = 2000, TEvaHea_nominal=sou.T, dpEva_nominal(displayUnit="Pa") = 200, energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, redeclare AixLib.Fluid.HeatPumps.ModularReversible.Controls.Safety.Data.Wuellhorst2021 safCtrPar, TConCoo_nominal=273.15, TEvaCoo_nominal=273.15) "Large scale water to water heat pump" annotation (Placement(transformation(extent={{20,-160},{0,-140}}))); -AixLib/Obsolete/YearIndependent/FastHVAC/Examples/HeatGenerators/HeatPump/HeatPump.mo -1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: FastHVAC.Components.Sensors.TemperatureSensor temperatureSensor annotation (Placement(transformation(extent={{48,-70},{66,-52}})));FastHVAC.Components.Pumps.FluidSource fluidSource(medium= FastHVAC.Media.WaterSimple()) "Fluidsource for source" annotation (Placement(transformation(extent={{-50,-44},{-30,-24}}))); +AixLib/Controls/HeatPump/BaseClasses/PartialTSetToNSet.mo +1: Name 'T_heaLim' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_hea. Affected line: parameter Modelica.Units.SI.Temperature T_heaLim=293.15 "Heating limit temperature. If the filtered outdoor air temperature surpasses this threshold, the device will be shut down" annotation(Dialog(group= "Heating limit temperature", enable=use_heaLim)); -2: Documentation too short, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Components.HeatGenerators.HeatPump.HeatPump heatPump( refIneFre_constant=1, Medium_con=Media.WaterSimple(), Medium_eva=Media.WaterSimple(), mFlow_conNominal=0.5, VCon=0.4, deltaM_con=0.1, use_ConCap=false, CCon=100, GCon=5, mFlow_evaNominal=0.5, VEva=0.04, deltaM_eva=0.1, use_EvaCap=false, CEva=100, GEva=5, allowFlowReversalEva=true, use_revHP=true, TCon_start(displayUnit="K"), TEva_start(displayUnit="K"), redeclare model PerDataHea = AixLib.Obsolete.Year2024.DataBase.HeatPump.PerformanceData.LookUpTable2D ( dataTable=AixLib.Obsolete.Year2024.DataBase.HeatPump.EN14511.Vitocal200AWO201()), redeclare model PerDataChi = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.LookUpTable2D ( dataTable=AixLib.Obsolete.Year2024.DataBase.Chiller.EN14511.Vitocal200AWO201()), Q_useNominal=0, use_autoCalc=false, TAmbCon_nominal=288.15) annotation (Placement(transformation( extent={{-13,-16},{13,16}}, rotation=-90, origin={3,-2}))); +2: Name 'swiNullHP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Null. Affected line: Modelica.Blocks.Logical.Switch swiNullHP "If HP is off, zero is passed" annotation (Placement(transformation(extent={{60,-20},{80,0}}))); -3: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: FastHVAC.Components.Sinks.Vessel vessel_ev "vessel for open evaporator circuit" annotation (Placement( transformation( extent={{-11,-9},{11,9}}, rotation=180, origin={-35,57}))); +3: Missing documentation. Affected line: AixLib.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus sigBusHP annotation (Placement(transformation(extent={{-124,-46},{-90,-16}}))); -4: Name 'dotm_source' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dotm_source. Affected line: Modelica.Blocks.Sources.Constant dotm_source(k=1) "Source mass flow signal" annotation (Placement(transformation(extent={{-98,-82},{-78,-62}}))); +4: Name 'swiNullsecHeaGen' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Nullsec. Affected line: AixLib.Utilities.Logical.SmoothSwitch swiNullsecHeaGen if use_secHeaGen "If second heater is off, zero is passed" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=90, origin={0,-70}))); -5: Name 'dotm_sink' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dotm_sink. Affected line: Modelica.Blocks.Sources.Constant dotm_sink(k=0.106) "sink mass flow signal" annotation (Placement( transformation( extent={{-4,-4},{4,4}}, rotation=270, origin={36,38}))); +5: Missing documentation, Name 'lessThreshold' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: less, Threshold. Affected line: Modelica.Blocks.Logical.LessThreshold lessThreshold(final threshold= T_heaLim) if use_heaLim annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); -6: Name 'T_amb_internal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_amb. Affected line: Modelica.Blocks.Sources.Constant T_amb_internal(k=291.15) "Constant internal ambient temeprature" annotation (Placement(transformation(extent={{7,-7},{-7,7}}, rotation=-90, origin={3,-35}))); +6: Missing documentation, Name 'booleanConstant' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: boolean, Constant. Affected line: Modelica.Blocks.Sources.BooleanConstant booleanConstant(final k=true) if not use_heaLim annotation (Placement(transformation(extent={{-60,-80},{-40,-60}}))); -7: Name 'booleanToReal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: boolean, Real. Affected line: Modelica.Blocks.Math.BooleanToReal booleanToReal "on off control " annotation (Placement(transformation(extent={{4,4},{-4,-4}}, rotation=90, origin={6,40}))); -8: Name 'TsuSourceRamp' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Source, Ramp. Affected line: Modelica.Blocks.Sources.Ramp TsuSourceRamp( duration=1000, startTime=1000, height=25, offset=278) "Ramp signal for the temperature input of the source side's ideal mass flow source" annotation (Placement(transformation(extent={{-96,-34},{-76,-14}}))); +AixLib/Obsolete/YearIndependent/FastHVAC/Components/Chiller/Chiller.mo +1: Name 'Medium_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Medium_eva. Affected line: parameter AixLib.Obsolete.YearIndependent.FastHVAC.Media.BaseClasses.MediumSimple Medium_eva=AixLib.Obsolete.YearIndependent.FastHVAC.Media.WaterSimple() "Medium at source side" annotation (Dialog(tab="Evaporator"), choicesAllMatching=true); -9: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: BaseClasses.WorkingFluid Room(m_fluid=5*1000, T0=293.15) "Volume" annotation ( Placement(transformation( extent={{-10,-10},{10,10}}, rotation=90, origin={90,-26}))); +2: Name 'use_autoCalc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: use_auto, Calc. Affected line: parameter Boolean use_autoCalc=false "Enable automatic estimation of volumes and mass flows?" annotation(choices(checkBox=true), Dialog(descriptionLabel=true)); -10: Name 'heatFlowRateCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Rate. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow heatFlowRateCon "Heat flow rate of the condenser" annotation (Placement(transformation( extent={{-6,6},{6,-6}}, rotation=270, origin={52,-18}))); +3: Name 'Q_useNominal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Q_use, Nominal. Affected line: parameter Modelica.Units.SI.Power Q_useNominal(start=0) "Nominal usable heat flow of the vapour compression machine (HP: Heating; Chiller: Cooling)" annotation (Dialog(enable=use_autoCalc)); -11: Name 'sine' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: sine. Affected line: Modelica.Blocks.Sources.Sine sine( f=1/3600, amplitude=3000, offset=3000) "hourly sine " annotation (Placement(transformation(extent={{66,8},{58,16}}))); +4: Name 'PerDataMainChi' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data, Main. Affected line: replaceable model PerDataMainChi = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of chiller in cooling mode" annotation (Diagram(obsolete = "Obsolete model - FastHVAC is not maintained anymore but can still be used."),choicesAllMatching=true); -12: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Components.Pumps.Pump pump "sink pump" annotation (Placement(transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={36,20}))); +5: Name 'PerDataRevChi' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Data. Affected line: replaceable model PerDataRevChi = AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData "Performance data of chiller in heating mode" annotation (Dialog(enable=use_revHP),choicesAllMatching=true); -13: Missing documentation, Name 'booleanStep' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: boolean, Step. Affected line: Modelica.Blocks.Sources.BooleanStep booleanStep(startTime=10000, startValue=true) annotation (Placement(transformation(extent={{-6,-6},{6,6}}, rotation=270, origin={0,78}))); +6: Name 'scalingFactor' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: scaling, Factor. Affected line: parameter Real scalingFactor=1 "Scaling-factor of chiller"; -14: Missing documentation, Name 'hysHeating' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heating. Affected line: Modelica.Blocks.Logical.Hysteresis hysHeating( pre_y_start=true, uLow=273.15 + 30, uHigh=273.15 + 35) annotation (Placement(transformation(extent={{66,58},{56,68}}))); +7: Name 'refIneFre_constant' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Fre_constant. Affected line: parameter Modelica.Units.SI.Frequency refIneFre_constant "Cut off frequency for inertia of refrigerant cycle" annotation (Dialog( enable=use_refIne, group="Refrigerant inertia"), Evaluate=true); -15: Missing documentation, Name 'logicalSwitch' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: logical, Switch. Affected line: Modelica.Blocks.Logical.LogicalSwitch logicalSwitch annotation (Placement(transformation(extent={{26,50},{16,60}}))); +8: Name 'nthOrder' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Order. Affected line: parameter Integer nthOrder=3 "Order of refrigerant cycle interia" annotation (Dialog(enable= use_refIne, group="Refrigerant inertia")); -16: Missing documentation, Name 'hysCooling' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Cooling. Affected line: Modelica.Blocks.Logical.Hysteresis hysCooling( pre_y_start=false, uLow=273.15 + 15, uHigh=273.15 + 19) annotation (Placement(transformation(extent={{58,42},{48,52}}))); +9: Name 'useBusConnectorOnly' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Connector, Only. Affected line: parameter Boolean useBusConnectorOnly = false "Set true to use bus connector for modeSet, nSet and iceFac input" annotation(choices(checkBox=true), Dialog(group="Input Connectors")); +10: Name 'm_fluidCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_fluid. Affected line: parameter Modelica.Units.SI.Mass m_fluidCon=VCon_final*con.medium.rho "Mass of working fluid"; -AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpBase.mo -1: Name 'm_flow_nominal_layer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_flow_nominal_layer. Affected line: parameter Modelica.Units.SI.MassFlowRate m_flow_nominal_layer=0.5 "Nominal mass flow rate in layers of storages"; +11: Name 'deltaM_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: _con. Affected line: parameter Real deltaM_con=0.1 "Fraction of nominal mass flow rate where transition to turbulent occurs" annotation (Dialog(tab="Condenser", group="Flow resistance")); -2: Name 'm_flow_nominal_HE' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_flow_nominal_. Affected line: parameter Modelica.Units.SI.MassFlowRate m_flow_nominal_HE=0.5 "Nominal mass flow rate of heat exchanger layers of storages"; +12: Name 'GCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GCon "Constant thermal conductance of condenser material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Condenser", enable=use_ConCap)); -3: Name 'T_start_cold' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_start_cold. Affected line: parameter Modelica.Units.SI.Temperature T_start_cold=300 "Initial temperature of cold components"; +13: Name 'GConIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GConIns=0 "Constant thermal conductance of condenser material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Condenser", enable=use_ConCap)); -4: Name 'T_start_hot' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_start_hot. Affected line: parameter Modelica.Units.SI.Temperature T_start_hot=300 "Initial temperature of warm components"; +14: Name 'm_fluidEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: m_fluid. Affected line: parameter Modelica.Units.SI.Mass m_fluidEva=VEva_final*eva.medium.rho "Mass of working fluid"; -5: Missing documentation, Name 'PeakLoadDeviceModel' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Peak, Load, Device, Model. Affected line: replaceable model PeakLoadDeviceModel = AixLib.Fluid.Interfaces.PartialTwoPortTransport constrainedby AixLib.Fluid.Interfaces.PartialTwoPortTransport(redeclare package Medium=Medium) annotation(choicesAllMatching=true); +15: Name 'deltaM_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: _eva. Affected line: parameter Real deltaM_eva=0.1 "Fraction of nominal mass flow rate where transition to turbulent occurs" annotation (Dialog(tab="Evaporator", group="Flow resistance")); -6: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: PeakLoadDeviceModel peaLoaDev annotation (Placement(transformation(extent={{108,-56},{120,-44}})));Storage.StorageDetailed coldStorage( redeclare package Medium = Medium, energyDynamics=energyDynamics, redeclare package MediumHC1 = Medium, redeclare package MediumHC2 = Medium, m1_flow_nominal=m_flow_nominal_layer, m2_flow_nominal=m_flow_nominal_layer, mHC1_flow_nominal=m_flow_nominal_HE, useHeatingCoil2=false, useHeatingRod=false, redeclare DataBase.Storage.Generic_New_2000l data( hTank=1.5, hUpperPortDemand=1.45, hUpperPortSupply=1.45, hHC1Up=1.45, dTank=1, sIns=0.2, lambdaIns=0.075, hTS2=1.45), n=5, hConIn=100, hConOut=10, hConHC1=500, upToDownHC1=false) "Storage tank for buffering cold demand" annotation (Placement(transformation(extent={{24,-14}, {52,20}})));FixedResistances.PressureDrop resistanceColdStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dp_nominal=15000) "Resistance in evaporator circuit" annotation (Placement(transformation( extent={{-6,-7},{6,7}}, rotation=180, origin={-34,38}))); +16: Name 'GEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEva "Constant thermal conductance of Evaporator material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Evaporator", enable=use_EvaCap)); -7: Name 'geothFieldSource' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: geoth, Field, Source. Affected line: AixLib.Fluid.Sources.Boundary_pT geothFieldSource( redeclare package Medium = Medium, nPorts=1, T=284.15) "Source representing geothermal field" annotation (Placement(transformation(extent={{-158,-60},{-146,-48}}))); +17: Name 'GEvaIns' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: G. Affected line: parameter Modelica.Units.SI.ThermalConductance GEvaIns=0 "Constant thermal conductance of Evaporator material" annotation (Evaluate= true, Dialog( group="Heat Losses", tab="Evaporator", enable=use_EvaCap)); -8: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: FixedResistances.PressureDrop resistanceGeothermalSource( redeclare package Medium = Medium, m_flow_nominal=0.5, dp_nominal=15000) "Resistance in geothermal field circuit" annotation (Placement(transformation( extent={{-6,-7},{6,7}}, rotation=0, origin={-70,-54})));FixedResistances.PressureDrop resistanceColdConsumerFlow( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in cold consumer flow line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=0, origin={87,-20})));Actuators.Valves.TwoWayQuickOpening valveHeatSink( redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting geothermal field to the condenser of the heat pump" annotation (Placement(transformation(extent={{-36,-61},{-24,-47}})));Actuators.Valves.TwoWayQuickOpening valveHeatSource(redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting geothermal field to the evaporator of the heat pump" annotation (Placement( transformation( extent={{-6,-7},{6,7}}, rotation=90, origin={-60,1}))); +18: Name 'allowFlowReversalCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: allow, Reversal. Affected line: parameter Boolean allowFlowReversalCon=true "= false to simplify equations, assuming, but not enforcing, no flow reversal" annotation (Dialog(group="Condenser", tab="Assumptions")); -9: Name 'heatStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Storage. Affected line: AixLib.Fluid.Storage.StorageDetailed heatStorage( redeclare package Medium = Medium, energyDynamics=energyDynamics, redeclare package MediumHC1 = Medium, redeclare package MediumHC2 = Medium, m1_flow_nominal=m_flow_nominal_layer, m2_flow_nominal=m_flow_nominal_layer, mHC1_flow_nominal=m_flow_nominal_HE, useHeatingCoil2=false, useHeatingRod=false, redeclare DataBase.Storage.Generic_New_2000l data( hTank=1.5, hUpperPortDemand=1.45, hUpperPortSupply=1.45, hHC1Up=1.45, dTank=1, sIns=0.2, lambdaIns=0.075, hTS2=1.45), n=5, hConIn=100, hConOut=10, hConHC1=500) "Storage tank for buffering heat demand" annotation (Placement(transformation(extent={{24,-96},{52,-62}}))); +19: Name 'transferHeat' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: transfer, Heat. Affected line: parameter Boolean transferHeat=true "If true, temperature T converges towards TAmb when no flow" annotation (Dialog(tab="Assumptions", group="Temperature sensors"),choices(checkBox=true)); -10: Name 'resistanceHeatStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Heat, Storage. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceHeatStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dp_nominal=15000) "Resistance in condenser circuit" annotation (Placement(transformation( extent={{-6,-7},{6,7}}, rotation=90, origin={-18,-78}))); +20: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Interfaces.EnthalpyPort_a enthalpyPort_a( m_flow(min=if allowFlowReversalCon then -Modelica.Constants.inf else 0)) "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{-104,56},{-96,64}})));Interfaces.EnthalpyPort_b enthalpyPort_b( m_flow(max=if allowFlowReversalCon then +Modelica.Constants.inf else 0)) "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{104,56},{96,64}})));Interfaces.EnthalpyPort_a enthalpyPort_a1( m_flow(min=if allowFlowReversalEva then -Modelica.Constants.inf else 0)) "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{96,-64},{104,-56}})));Interfaces.EnthalpyPort_b enthalpyPort_b1( m_flow(max=if allowFlowReversalEva then +Modelica.Constants.inf else 0)) "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{-96,-64},{-104,-56}}))); -11: Name 'geothField_sink1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: geoth, Field_sink. Affected line: AixLib.Fluid.Sources.Boundary_pT geothField_sink1(redeclare package Medium = Medium, nPorts=2) "One of two sinks representing geothermal field" annotation (Placement(transformation(extent={{-158,20},{-146,32}}))); +21: Name 'heatFlowIneEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat. Affected line: Modelica.Blocks.Continuous.CriticalDamping heatFlowIneEva( final initType=initType, final normalized=true, final n=nthOrder, final f=refIneFre_constant, final y_start=yRefIne_start) if use_refIne "This n-th order block represents the inertia of the refrigerant cycle and delays the heat flow" annotation (Placement(transformation( extent={{6,6},{-6,-6}}, rotation=90, origin={-14,-52}))); -12: Name 'resistanceHeatConsumerFlow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Heat, Consumer. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceHeatConsumerFlow( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in heat consumer flow line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=0, origin={87,-50}))); +22: Name 'realPassThroughnSetCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Pass, Throughn. Affected line: Modelica.Blocks.Routing.RealPassThrough realPassThroughnSetCon if not use_refIne "Use default nSet value" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=90, origin={16,58}))); -13: Name 'valveColdStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: valve, Cold, Storage. Affected line: AixLib.Fluid.Actuators.Valves.TwoWayQuickOpening valveColdStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting cold storage to the evaporator of the heat pump" annotation (Placement( transformation( extent={{-6,7},{6,-7}}, rotation=180, origin={-52,38}))); +23: Name 'heatFlowIneCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat. Affected line: Modelica.Blocks.Continuous.CriticalDamping heatFlowIneCon( final initType=initType, final normalized=true, final n=nthOrder, final f=refIneFre_constant, final y_start=yRefIne_start) if use_refIne "This n-th order block represents the inertia of the refrigerant cycle and delays the heat flow" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=90, origin={-16,58}))); -14: Name 'valveHeatStorage' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: valve, Heat, Storage. Affected line: AixLib.Fluid.Actuators.Valves.TwoWayQuickOpening valveHeatStorage( redeclare package Medium = Medium, m_flow_nominal=0.5, dpValve_nominal=5000) "Valve connecting heat storage to the condenser of the heat pump" annotation (Placement( transformation( extent={{-6,-7},{6,7}}, rotation=90, origin={-18,-63}))); +24: Name 'realPassThroughnSetEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Pass, Throughn. Affected line: Modelica.Blocks.Routing.RealPassThrough realPassThroughnSetEva if not use_refIne "Use default nSet value" annotation (Placement(transformation( extent={{6,-6},{-6,6}}, rotation=90, origin={16,-52}))); -15: Name 'pumpColdConsumer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Cold, Consumer. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpColdConsumer( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from storage tank to cold consumers" annotation (Placement(transformation(extent={{58,-27},{72,-13}}))); +25: Name 'varTempOutEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Temp. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature varTempOutEva if use_EvaCap "Forces heat losses according to ambient temperature" annotation (Placement(transformation( extent={{-8,-8},{8,8}}, rotation=180, origin={68,-108}))); -16: Name 'pumpHeatConsumer' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Heat, Consumer. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpHeatConsumer( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_hot) "Pump moving fluid from storage tank to heat consumers" annotation (Placement(transformation(extent={{58,-57},{72,-43}}))); +26: Name 'varTempOutCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Temp. Affected line: Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature varTempOutCon if use_ConCap "Forces heat losses according to ambient temperature" annotation (Placement(transformation( extent={{-8,-8},{8,8}}, rotation=180, origin={68,110}))); -17: Name 'resistanceColdConsumerReturn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Cold, Consumer, Return. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceColdConsumerReturn( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in cold consumer return line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=180, origin={87,32}))); +27: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Year2024.Controls.Interfaces.VapourCompressionMachineControlBus sigBus annotation (Placement( transformation(extent={{-120,-60},{-90,-26}}), iconTransformation( extent={{-108,-52},{-90,-26}}))); -18: Name 'resistanceHeatConsumerReturn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: resistance, Heat, Consumer, Return. Affected line: AixLib.Fluid.FixedResistances.PressureDrop resistanceHeatConsumerReturn( redeclare package Medium = Medium, m_flow_nominal=0.2, dp_nominal=10000) "Resistance in heat consumer return line" annotation (Placement(transformation( extent={{-7,-7},{7,7}}, rotation=180, origin={87,-106}))); +28: Missing documentation, Name 'innerCycle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: inner, Cycle. Affected line: AixLib.Obsolete.Year2024.Fluid.Chillers.BaseClasses.InnerCycle_Chiller innerCycle( redeclare final model PerDataMainChi = PerDataMainChi, redeclare final model PerDataRevChi = PerDataRevChi, final use_rev=use_revChi, final scalingFactor=scalingFactor) annotation (Placement(transformation( extent={{-27,-26},{27,26}}, rotation=90, origin={0,-1}))); -19: Name 'pumpCondenser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Condenser. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpCondenser( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from storage tank to condenser of heat pump" annotation (Placement(transformation( extent={{-7,7},{7,-7}}, rotation=180, origin={-1,-98}))); +29: Name 'T_amb_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_amb_eva. Affected line: Modelica.Blocks.Interfaces.RealInput T_amb_eva(final unit="K", final displayUnit="degC") if use_EvaCap "Ambient temperature on the evaporator side" annotation (Placement(transformation(extent={{10,-10},{-10,10}}, rotation=0, origin={110,-100}))); -20: Name 'pumpEvaporator' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Evaporator. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpEvaporator( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from storage tank to evaporator of heat pump" annotation (Placement(transformation( extent={{-7,7},{7,-7}}, rotation=180, origin={7,36}))); +30: Name 'T_amb_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_amb_con. Affected line: Modelica.Blocks.Interfaces.RealInput T_amb_con(final unit="K", final displayUnit="degC") if use_ConCap "Ambient temperature on the condenser side" annotation (Placement(transformation(extent={{-10,10},{10,-10}}, rotation=180, origin={110,100}))); -21: Name 'pumpGeothermalSource' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pump, Geothermal, Source. Affected line: AixLib.Fluid.Movers.FlowControlled_dp pumpGeothermalSource( energyDynamics=energyDynamics, m_flow_nominal=0.05, redeclare package Medium = Medium, addPowerToMedium=false, T_start=T_start_cold) "Pump moving fluid from geothermal source into system" annotation ( Placement(transformation( extent={{-7,-7},{7,7}}, rotation=0, origin={-89,-54}))); +31: Name 'modeSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: mode. Affected line: Modelica.Blocks.Interfaces.BooleanInput modeSet if not useBusConnectorOnly "Set value of HP mode" annotation (Placement(transformation(extent={{-132,-34},{-100,-2}}))); -22: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus heatPumpControlBus annotation (Placement(transformation(extent={{-21,60},{20,98}}))); +32: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Sensors.TemperatureSensor senT_a2 "Temperature at sink inlet" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={40,-86})));Sensors.TemperatureSensor senT_b2 "Temperature at sink outlet" annotation (Placement( transformation( extent={{10,-10},{-10,10}}, rotation=0, origin={-52,-86})));Sensors.MassFlowSensor mFlow_eva "Mass flow sensor at the evaporator" annotation (Placement(transformation( origin={70,-60}, extent={{10,-10},{-10,10}}, rotation=0)));Sensors.TemperatureSensor senT_b1 "Temperature at sink outlet" annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=0, origin={38,92})));Sensors.TemperatureSensor senT_a1 "Temperature at sink inlet" annotation (Placement( transformation( extent={{-10,10},{10,-10}}, rotation=0, origin={-34,92})));Sensors.MassFlowSensor mFlow_con "Mass flow sensor at the evaporator" annotation (Placement(transformation( origin={-80,60}, extent={{-10,10},{10,-10}}, rotation=0))); -23: Missing documentation, Name 'heatPump' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: heat, Pump. Affected line: AixLib.Fluid.HeatPumps.ModularReversible.Modular heatPump( redeclare package MediumCon = Medium, redeclare package MediumEva = Medium, use_rev=false, tauCon=0.005*heatPump.rhoCon/heatPump.mCon_flow_nominal, dTCon_nominal=0, tauEva=0.005*heatPump.rhoEva/heatPump.mEva_flow_nominal, dpCon_nominal=0, use_conCap=false, CCon=0, GConOut=0, GConIns=0, dTEva_nominal=0, dpEva_nominal=0, use_evaCap=false, CEva=0, GEvaOut=0, GEvaIns=0, use_intSafCtr=false, energyDynamics=energyDynamics, QHea_flow_nominal=12740, redeclare model RefrigerantCycleHeatPumpHeating = AixLib.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData2D ( redeclare AixLib.Fluid.HeatPumps.ModularReversible.Data.TableData2D.EN255.Vitocal350BWH110 datTab), redeclare model RefrigerantCycleHeatPumpCooling = AixLib.Fluid.Chillers.ModularReversible.RefrigerantCycle.BaseClasses.NoCooling, mCon_flow_nominal=0.5, mEva_flow_nominal=0.5, TConHea_nominal=318.15, TEvaHea_nominal=273.15, TConCoo_nominal=273.15, TEvaCoo_nominal=273.15, use_busConOnl=true) annotation ( Placement(transformation( extent={{-10,10},{10,-10}}, rotation=90, origin={-30,10}))); +33: Name 'autoCalc_mFlow_min' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_m. Affected line: parameter Modelica.Units.SI.MassFlowRate autoCalc_mFlow_min=0.3 "Realistic mass flow minimum for simulation plausibility"; +34: Name 'autoCalc_Vmin' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_, Vmin. Affected line: parameter Modelica.Units.SI.Volume autoCalc_Vmin=0.003 "Realistic volume minimum for simulation plausibility"; -AixLib/Electrical/PVSystem/BaseClasses/PartialIVCharacteristics.mo -1: Name 'n_ser' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: n_ser. Affected line: final parameter Real n_ser=data.n_ser "Number of cells connected in series on the PV panel"; +35: Missing documentation, Name 'autoCalc_mFlow_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_m, Flow_eva. Affected line: parameter Modelica.Units.SI.MassFlowRate autoCalc_mFlow_eva=if machineType then max(0.00004*Q_useNominal - 0.3177, autoCalc_mFlow_min) else max( 0.00005*Q_useNominal - 0.5662, autoCalc_mFlow_min); -2: Name 'A_pan' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: A_pan. Affected line: final parameter Modelica.Units.SI.Area A_pan=data.A_pan "Area of one Panel, must not be confused with area of the whole module"; +36: Missing documentation, Name 'autoCalc_mFlow_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_m, Flow_con. Affected line: parameter Modelica.Units.SI.MassFlowRate autoCalc_mFlow_con=if machineType then max(0.00004*Q_useNominal - 0.6162, autoCalc_mFlow_min) else max( 0.00005*Q_useNominal + 0.3161, autoCalc_mFlow_min); -3: Name 'A_mod' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: A_mod. Affected line: final parameter Modelica.Units.SI.Area A_mod=data.A_mod "Area of one module (housing)"; +37: Missing documentation, Name 'mFlow_evaNominal_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_eva, Nominal_final. Affected line: parameter Modelica.Units.SI.MassFlowRate mFlow_evaNominal_final=if use_autoCalc then autoCalc_mFlow_eva else mFlow_evaNominal; -4: Name 'V_oc0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: V_oc0. Affected line: final parameter Modelica.Units.SI.Voltage V_oc0=data.V_oc0 "Open circuit voltage under standard conditions"; +38: Missing documentation, Name 'mFlow_conNominal_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_con, Nominal_final. Affected line: parameter Modelica.Units.SI.MassFlowRate mFlow_conNominal_final=if use_autoCalc then autoCalc_mFlow_con else mFlow_conNominal; -5: Name 'I_sc0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: I_sc0. Affected line: final parameter Modelica.Units.SI.ElectricCurrent I_sc0=data.I_sc0 "Short circuit current under standard conditions"; +39: Missing documentation, Name 'autoCalc_VEva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_. Affected line: parameter Modelica.Units.SI.Volume autoCalc_VEva=if machineType then max( 0.0000001*Q_useNominal - 0.0075, autoCalc_Vmin) else max(0.0000001* Q_useNominal - 0.0066, autoCalc_Vmin); -6: Name 'V_mp0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: V_mp0. Affected line: final parameter Modelica.Units.SI.Voltage V_mp0=data.V_mp0 "MPP voltage under standard conditions"; +40: Missing documentation, Name 'autoCalc_VCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: auto, Calc_. Affected line: parameter Modelica.Units.SI.Volume autoCalc_VCon=if machineType then max( 0.0000001*Q_useNominal - 0.0094, autoCalc_Vmin) else max(0.0000002* Q_useNominal - 0.0084, autoCalc_Vmin); -7: Name 'I_mp0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: I_mp0. Affected line: final parameter Modelica.Units.SI.ElectricCurrent I_mp0=data.I_mp0 "MPP current under standard conditions"; +41: Missing documentation, Name 'VEva_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Eva_final. Affected line: parameter Modelica.Units.SI.Volume VEva_final=if use_autoCalc then autoCalc_VEva else VEva; -8: Name 'P_Max' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_. Affected line: final parameter Modelica.Units.SI.Power P_Max=data.P_mp0*1.05 "Maximal power of one PV module under standard conditions. P_MPP with 5 % tolerance. This is used to limit DCOutputPower."; +42: Missing documentation, Name 'VCon_final' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Con_final. Affected line: parameter Modelica.Units.SI.Volume VCon_final=if use_autoCalc then autoCalc_VCon else VCon; -9: Name 'TCoeff_Isc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Coeff_. Affected line: final parameter Real TCoeff_Isc(unit = "A/K")=data.TCoeff_Isc "Temperature coefficient for short circuit current, >0"; -10: Name 'TCoeff_Voc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Coeff_. Affected line: final parameter Real TCoeff_Voc(unit = "V/K")=data.TCoeff_Voc "Temperature coefficient for open circuit voltage, <0"; +AixLib/Fluid/Examples/GeothermalHeatPump/GeothermalHeatPump.mo +1: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Sources.Boundary_pT coldConsumerFlow(redeclare package Medium = Medium, nPorts=1) annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,-20})));Sources.Boundary_pT heatConsumerFlow(redeclare package Medium = Medium, nPorts=1) "Sink representing heat consumer" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,-50})));Sources.Boundary_pT heatConsumerReturn(redeclare package Medium = Medium, nPorts=1, T=303.15) "Source representing heat consumer" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,-106})));Sources.Boundary_pT coldConsumerReturn(redeclare package Medium = Medium, nPorts=1, T=287.15) "Source representing cold consumer" annotation (Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,32}))); -11: Name 'alpha_Isc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: alpha_. Affected line: final parameter Modelica.Units.SI.LinearTemperatureCoefficient alpha_Isc=data.alpha_Isc "Normalized temperature coefficient for short circuit current, >0"; +2: Name 'pressureDifference' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: pressure, Difference. Affected line: Modelica.Blocks.Sources.Constant pressureDifference(k=60000) "Pressure difference used for all pumps" annotation ( Placement(transformation( extent={{-6,-6},{6,6}}, rotation=180, origin={154,6}))); -12: Name 'beta_Voc' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: beta_. Affected line: final parameter Modelica.Units.SI.LinearTemperatureCoefficient beta_Voc=data.beta_Voc "Normalized temperature coefficient for open circuit voltage, <0"; +3: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Controls.HeatPump.TwoPointControlledHP twoPointControlledHP( use_secHeaGen=false, use_heaLim=false, T_heaLim=293.15, movAveTime=300, bandwidth=2) "Controls the temperature in the heat storage by switching the heat pump on or off" annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); -13: Name 'gamma_Pmp' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: gamma_. Affected line: final parameter Modelica.Units.SI.LinearTemperatureCoefficient gamma_Pmp=data.gamma_Pmp "Normalized temperature coefficient for power at MPP"; +4: Name 'TStorageSet' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Storage. Affected line: Modelica.Blocks.Sources.Constant TStorageSet(k=273.15 + 45) "Set point of upper heat storage temperature" annotation (Placement(transformation(extent={{-120,70},{-110,80}}))); -14: Name 'T_c0' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_c0. Affected line: final parameter Modelica.Units.SI.Temperature T_c0=25 + 273.15 "Thermodynamic cell temperature under standard conditions"; +5: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Control.geothermalFieldController geothermalFieldControllerCold( temperature_low=273.15 + 8, temperature_high=273.15 + 10) "Controls the heat exchange with the geothermal field and the heat storage" annotation (Placement(transformation(extent={{-102,28},{-86,44}})));Control.geothermalFieldController geothermalFieldControllerHeat( temperature_low=308.15, temperature_high=313.15) "Controls the heat exchange with the geothermal field and the heat storage" annotation (Placement(transformation(extent={{-100,-34},{-84,-18}}))); -15: Name 'DCOutputPower' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: D, Output, Power. Affected line: Modelica.Blocks.Interfaces.RealOutput DCOutputPower( final quantity="Power", final unit="W") "DC output power of the PV array" annotation(Placement( transformation(extent={{100,50},{120,70}}), iconTransformation(extent={{100,50},{120,70}}))); +6: Name 'mode' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: mode. Affected line: Modelica.Blocks.Sources.BooleanConstant mode "Dummy signal for unit mode, true: heat pump, false: chiller" annotation (Placement(transformation(extent={{-56,56},{-44,68}}))); -AixLib/Fluid/HeatPumps/ModularReversible/Data/TableDataSDF/GenericHeatPump.mo -1: Name 'datasetQCon_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dataset. Affected line: parameter String datasetQCon_flow "Dataset name for useful heat flow rate" annotation (Dialog(group="Condenser heat flow")); +AixLib/Obsolete/Year2019/Fluid/HeatPumps/BaseClasses/CycleHP.mo +1: Missing documentation. Affected line: import Modelica.Units.SI; -2: Name 'dataUnitQCon_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: data, Unit. Affected line: parameter String dataUnitQCon_flow "Data unit for useful heat flow rate" annotation (Dialog(group="Condenser heat flow")); +2: Name 'HPctrlType' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Pctrl, Type. Affected line: parameter Boolean HPctrlType = true "Capacity control type" annotation(Dialog(group = "Heat Pump cycle", compact = true, descriptionLabel = true), choices(choice=true "On/off heat pump",choice = false "Speed controlled heat pump", radioButtons = true)); -3: Name 'scaleUnitsQCon_flow' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: scale, Units. Affected line: parameter String scaleUnitsQCon_flow[nDim] "Scale units for useful heat flow rate" annotation (Dialog(group="Condenser heat flow")); +3: Name 'capCalcType' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Calc, Type. Affected line: parameter Integer capCalcType = 1 "Type of capacity calculation" annotation(Dialog(group = "Heat Pump cycle", compact = true, descriptionLabel = true, enable=HPctrlType), choices(choice=1 "Polynomial", choice = 2 "Table (only on/off heat pump)", radioButtons = true)); + +4: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter DataBase.HeatPump.HeatPumpBaseDataDefinition dataTable=AixLib.Obsolete.Year2024.DataBase.HeatPump.EN255.Vitocal350BWH113() "Look-up table data for on/off heat pump according to EN255/EN14511" annotation (choicesAllMatching=true, Dialog(enable=HPctrlType and ( capCalcType == 2), group="Capacity data")); + +5: Missing documentation, Name 'tableQdot_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, Qdot_con. Affected line: protected final parameter Real tableQdot_con[:,:]=dataTable.tableQdot_con; + +6: Missing documentation, Name 'tableP_ele' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: table, P_ele. Affected line: final parameter Real tableP_ele[:,:]= dataTable.tableP_ele; + +7: Name 'data_poly' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: data_poly. Affected line: public replaceable function data_poly = AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.Characteristics.ConstantQualityGrade constrainedby AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.Characteristics.PartialBaseFct "Polynomial heat pump characteristics" annotation(choicesAllMatching = true,Dialog(enable=(capCalcType==1),group="Capacity data")); + +8: Name 'Corr_icing' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Corr_icing. Affected line: replaceable function Corr_icing = AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.DefrostCorrection.NoModel constrainedby AixLib.Obsolete.Year2024.DataBase.HeatPump.Functions.DefrostCorrection.PartialBaseFct "Frost/Defrost model (only air-to-water heat pumps)" annotation(choicesAllMatching = true,Dialog(enable=(capCalcType==1),group="Defrosting/Icing correction",tab="Advanced")); + +9: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.Temperature T_conMax=338.15 "Maximum condenser outlet temperature" annotation(Dialog(group="Heat Pump cycle")); + +10: Name 'N_max' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: parameter Real N_max=4200 "Maximum speed of compressor in 1/min (only used if used in polynom)" annotation(Dialog(enable=not (HPctrlType),group="Capacity data")); + +11: Name 'N_min' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: parameter Real N_min=1500 "Minimum speed of compressor in 1/min (only used if used in polynom)" annotation(Dialog(enable=not (HPctrlType),group="Capacity data")); + +12: Name 'N_nom' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N_nom. Affected line: parameter Real N_nom=3600 "Nominal speed of compressor in 1/min (only used if used in polynom)" annotation(Dialog(enable=HPctrlType and (capCalcType == 1),group="Capacity data")); + +13: Name 'PT1_cycle' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T1_cycle. Affected line: parameter Boolean PT1_cycle=false "First Order model for capacity" annotation(Dialog(group = "Start/stop behavior",tab="Advanced"), choices(checkBox=true)); + +14: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.Time timeConstantCycle=1 "Time constant for first order model" annotation(Dialog(group = "Start/stop behavior",tab="Advanced", enable=PT1_cycle)); + +15: Name 'eta_ele' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: eta_ele. Affected line: parameter Real eta_ele=1 "Assumption of P_tech/P_el (for calculation of Evaporator load)" annotation(Dialog(group="Assumptions",tab="Advanced")); + +16: Name 'factorScale' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: factor, Scale. Affected line: parameter Real factorScale=1 "Scaling factor (Attention: not physically correct)" annotation(Dialog(group="Assumptions",tab="Advanced")); + +17: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.Power P_eleAdd=0 "Additional electric power when heat pump is on (not influenced through scaling factor)" annotation(Dialog(group="Assumptions",tab="Advanced")); + +18: Name 'CorrFlowCo' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Corr, Co. Affected line: parameter Boolean CorrFlowCo=false "Correction of mass flow different from nominal flow in condenser (use only if not included in polynom)" annotation(Dialog(group="Mass flow correction",tab="Advanced"), choices(checkBox=true)); + +19: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.MassFlowRate mFlow_conNominal=0.5 "Nominal mass flow rate in condenser" annotation(Dialog(group="Mass flow correction",tab="Advanced", enable=(CorrFlowCo and capCalcType==1))); + +20: Name 'CorrFlowEv' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Corr, Ev. Affected line: parameter Boolean CorrFlowEv=false "Correction of mass flow different from nominal flow in evaporator (use only if not included in polynom)" annotation(Dialog(group="Mass flow correction",tab="Advanced"), choices(checkBox=true)); + +21: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: parameter SI.MassFlowRate mFlow_evaNominal=0.5 "Nominal mass flow rate in evaporator" annotation(Dialog(group="Mass flow correction",tab="Advanced",enable=(CorrFlowEv and capCalcType==1)));SI.Power P_ele;SI.Power P_eleChar;SI.HeatFlowRate Qdot_eva;SI.HeatFlowRate Qdot_con;SI.HeatFlowRate Qdot_conChar; + +22: Missing documentation, Name 'CoP;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co. Affected line: Real CoP; + +23: Missing documentation, Name 'CoP_corr;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co, P_corr. Affected line: Real CoP_corr; + +24: Missing documentation, Name 'CoP_char;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co, P_char. Affected line: Real CoP_char; + +25: Missing documentation, Name 'N;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: Real N; + +26: Missing documentation, Name 'factorCoP_icing;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: factor, Co, P_icing. Affected line: Real factorCoP_icing; + +27: Missing documentation, Name 'Char' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Char. Affected line: Real Char[2]; + +28: Missing documentation, Name 'T_conOutCorr;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_con, Corr. Affected line: Real T_conOutCorr; + +29: Missing documentation, Name 'T_evaInCorr;' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_eva, Corr. Affected line: Real T_evaInCorr; + +30: Missing documentation, Name 'P_eleOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_ele. Affected line: Modelica.Blocks.Interfaces.RealOutput P_eleOut annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-50,-90}))); + +31: Missing documentation. Affected line: Modelica.Blocks.Interfaces.BooleanInput onOff_in annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-50,90}))); + +32: Missing documentation, Name 'CoP_out' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Co. Affected line: Modelica.Blocks.Interfaces.RealOutput CoP_out annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-10,-90}))); + +33: Missing documentation, Name 'N_in' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: N. Affected line: Modelica.Blocks.Interfaces.RealInput N_in annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=270, origin={-10,90}))); + +34: Name 'firstOrder_outInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: first, Order, Internal. Affected line: protected Modelica.Blocks.Interfaces.RealInput firstOrder_outInternal "Needed to connect to conditional model"; + +35: Name 'firstOrder_inInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: first, Order, Internal. Affected line: Modelica.Blocks.Interfaces.RealOutput firstOrder_inInternal "Needed to connect to conditional model"; + +36: Name 'Qdot_conTableInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_con, Table, Internal. Affected line: Modelica.Blocks.Interfaces.RealInput Qdot_conTableInternal "Needed to connect to conditional model"; + +37: Name 'P_eleTableInternal' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_ele, Table, Internal. Affected line: Modelica.Blocks.Interfaces.RealInput P_eleTableInternal "Needed to connect to conditional model"; + +38: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: SI.MassFlowRate mFlow_conNom;SI.MassFlowRate mFlow_evaNom; + +39: Missing documentation, Name 'realQdot_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Qdot_con. Affected line: public Modelica.Blocks.Sources.RealExpression realQdot_con(y=Qdot_con) annotation (Placement(transformation(extent={{40,24},{60,44}}, rotation=0))); + +40: Missing documentation, Name 'realQdot_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Qdot_eva. Affected line: public Modelica.Blocks.Sources.RealExpression realQdot_eva(y=Qdot_eva) annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=180, origin={-110,-10}))); + +41: Missing documentation, Name 'realPel' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real. Affected line: public Modelica.Blocks.Sources.RealExpression realPel(y=P_ele) annotation (Placement( transformation(extent={{-92,-40},{-72,-20}}, rotation=0))); + +42: Missing documentation, Name 'realCoP' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Co. Affected line: public Modelica.Blocks.Sources.RealExpression realCoP(y=CoP) annotation (Placement( transformation(extent={{-32,-66},{-12,-46}}, rotation=0))); + +43: Name 'Qdot_ConTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds Qdot_ConTable( tableName="NoName", fileName="NoName", table=tableQdot_con, smoothness=smoothness) if not (capCalcType == 1) annotation (extent=[-60,40;-40,60], Placement(transformation(extent={{-40,20},{-20,40}}))); + +44: Name 'P_eleTable' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: P_ele, Table. Affected line: Modelica.Blocks.Tables.CombiTable2Ds P_eleTable( tableName="NoName", fileName="NoName", table=tableP_ele, smoothness=smoothness) if not (capCalcType == 1) "Electrical power table" annotation (extent=[-60,-20; -40,0], Placement(transformation(extent={{-40, -10},{-20,10}}))); + +45: Missing documentation, Name 'realT_evaIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, T_eva. Affected line: public Modelica.Blocks.Sources.RealExpression realT_evaIn(y=T_evaInCorr) annotation (Placement(transformation(extent={{-94,26},{-74,46}}, rotation=0))); + +46: Missing documentation, Name 'realT_conOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, T_con. Affected line: public Modelica.Blocks.Sources.RealExpression realT_conOut(y=T_conOutCorr) annotation (Placement(transformation(extent={{-94,6},{-74,26}}, rotation=0))); + +47: Missing documentation, Name 'firstOrder' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: first, Order. Affected line: Modelica.Blocks.Continuous.FirstOrder firstOrder(T=timeConstantCycle) if PT1_cycle annotation (Placement(transformation(extent={{42,-6},{62,14}}))); + +48: Missing documentation, Name 'productPelCoP1' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: product, Co. Affected line: public Modelica.Blocks.Math.Product productPelCoP1 annotation (Placement( transformation(extent={{8,-46},{28,-26}}, rotation=0))); + +49: Missing documentation, Name 't_Ev_in' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: t_, Ev. Affected line: Modelica.Blocks.Math.UnitConversions.To_degC t_Ev_in annotation (extent=[-88,38; -76,50], Placement(transformation(extent={{-68,30}, {-56,42}}))); + +50: Missing documentation, Name 't_Co_out' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: t_, Co. Affected line: Modelica.Blocks.Math.UnitConversions.To_degC t_Co_out annotation (extent=[-88,38; -76,50], Placement(transformation(extent={{-68,10}, {-56,22}}))); + +51: Missing documentation, Name 'dummyZero' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dummy, Zero. Affected line: public Modelica.Blocks.Sources.RealExpression dummyZero(y=0) annotation (Placement( transformation(extent={{40,-86},{60,-66}}, rotation=0))); + +52: Missing documentation, Name 'realCoP_corr' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Co, P_corr. Affected line: public Modelica.Blocks.Sources.RealExpression realCoP_corr(y=CoP_corr) annotation ( Placement(transformation(extent={{-32,-50},{-12,-30}}, rotation=0))); + +53: Missing documentation, Name 'realP_eleAdd' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, P_ele. Affected line: public Modelica.Blocks.Logical.TriggeredTrapezoid realP_eleAdd(amplitude=P_eleAdd) annotation (Placement(transformation(extent={{-72,-54},{-64,-46}}, rotation=0))); + +54: Missing documentation, Name 'greaterZero' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: greater, Zero. Affected line: public Modelica.Blocks.Logical.GreaterThreshold greaterZero annotation (Placement( transformation(extent={{-88,-54},{-80,-46}}, rotation=0))); + +55: Missing documentation. Affected line: Modelica.Blocks.Math.Add add annotation (Placement(transformation(extent={{-56,-52},{-46,-42}}))); + +56: Missing documentation, Name 'dummyOne' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: dummy. Affected line: public Modelica.Blocks.Sources.RealExpression dummyOne(y=1) annotation (Placement( transformation(extent={{40,-70},{60,-50}}, rotation=0))); + +57: Name 'Qdot_conOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_con. Affected line: public Modelica.Blocks.Interfaces.RealOutput Qdot_conOut "Value of Real output" annotation (Placement(transformation(extent={{120,0},{140,20}}))); + +58: Missing documentation, Name 't_conIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: t_con. Affected line: Modelica.Blocks.Math.UnitConversions.To_degC t_conIn annotation (extent=[-88,38; -76,50], Placement(transformation(extent={{116,-36}, {104,-24}}))); + +59: Name 'T_conIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_con. Affected line: Modelica.Blocks.Interfaces.RealInput T_conIn "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={130,-30}))); + +60: Name 'T_evaIn' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_eva. Affected line: Modelica.Blocks.Interfaces.RealInput T_evaIn "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={-130,-30}))); + +61: Name 'Qdot_evaOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Qdot_eva. Affected line: Modelica.Blocks.Interfaces.RealOutput Qdot_evaOut "Value of Real output" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={-130,10}))); + +62: Name 'T_conOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_con. Affected line: Modelica.Blocks.Interfaces.RealInput T_conOut "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={130,50}))); + +63: Name 'T_evaOut' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: T_eva. Affected line: Modelica.Blocks.Interfaces.RealInput T_evaOut "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={-130,50}))); + +64: Name 'mFlow_eva' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_eva. Affected line: Modelica.Blocks.Interfaces.RealInput mFlow_eva "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=0, origin={-130,30}))); + +65: Name 'mFlow_con' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Flow_con. Affected line: Modelica.Blocks.Interfaces.RealInput mFlow_con "Connector of Real input signal to be converted" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, rotation=180, origin={130,-10}))); + +66: Missing documentation, Name 'maxTempCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Temp. Affected line: public Modelica.Blocks.Sources.RealExpression maxTempCon(y=T_conMax) annotation ( Placement(transformation(extent={{14,52},{34,72}}, rotation=0))); + +67: Missing documentation, Name 'productPelCoP2' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: product, Co. Affected line: public Modelica.Blocks.Math.Product productPelCoP2 annotation (Placement( transformation(extent={{80,30},{100,50}}, rotation=0))); + +68: Missing documentation, Name 'PIDmaxHeatFlowCon' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Heat. Affected line: Modelica.Blocks.Continuous.LimPID PIDmaxHeatFlowCon( controllerType=Modelica.Blocks.Types.SimpleController.PI, Ti=1, yMax=1, yMin=0, y_start=1) annotation (Placement(transformation(extent={{46,52},{66,72}}))); AixLib/Obsolete/YearIndependent/FastHVAC/Components/HeatGenerators/HeatPump/HeatPump.mo diff --git a/docs/1520_newHPModels/regression/Airflow/comparison-dymola.log b/docs/1520_newHPModels/regression/Airflow/comparison-dymola.log index cddf43797a..f05f354f3a 100644 --- a/docs/1520_newHPModels/regression/Airflow/comparison-dymola.log +++ b/docs/1520_newHPModels/regression/Airflow/comparison-dymola.log @@ -108,7 +108,7 @@ }, "model": "AixLib.Airflow.WindowVentilation.Examples.VentilationFlowRateSimpleOpening", "simulation": { - "elapsed_time": 0.0688, + "elapsed_time": 0.0633, "final_time": 180, "jacobians": 4022, "start_time": 0, @@ -243,7 +243,7 @@ }, "model": "AixLib.Airflow.WindowVentilation.Examples.VentilationFlowRateSashOpening", "simulation": { - "elapsed_time": 0.091, + "elapsed_time": 0.0914, "final_time": 180, "jacobians": 4332, "start_time": 0, @@ -450,7 +450,7 @@ }, "model": "AixLib.Airflow.WindowVentilation.Examples.OpeningArea", "simulation": { - "elapsed_time": 0.00295, + "elapsed_time": 0.00268, "final_time": 60, "jacobians": 64, "start_time": 0, @@ -597,7 +597,7 @@ }, "model": "AixLib.Airflow.AirHandlingUnit.Examples.AHU", "simulation": { - "elapsed_time": 0.14, + "elapsed_time": 0.125, "final_time": 86400, "jacobians": 0, "start_time": 0, diff --git a/docs/1520_newHPModels/regression/Controls/comparison-dymola.log b/docs/1520_newHPModels/regression/Controls/comparison-dymola.log index 4313563858..a97b7503c3 100644 --- a/docs/1520_newHPModels/regression/Controls/comparison-dymola.log +++ b/docs/1520_newHPModels/regression/Controls/comparison-dymola.log @@ -72,7 +72,7 @@ }, "model": "AixLib.Controls.SetPoints.Validation.OccupancyScheduleNegativeStartTime", "simulation": { - "elapsed_time": 0.005651, + "elapsed_time": 0.00534606, "final_time": 207360, "jacobians": 24, "start_time": -112320, diff --git a/docs/1520_newHPModels/regression/Electrical/comparison-dymola.log b/docs/1520_newHPModels/regression/Electrical/comparison-dymola.log index d27f8434d3..62c4b379e1 100644 --- a/docs/1520_newHPModels/regression/Electrical/comparison-dymola.log +++ b/docs/1520_newHPModels/regression/Electrical/comparison-dymola.log @@ -30,7 +30,7 @@ }, "model": "AixLib.Electrical.PVSystem.Validation.ValidationPVSystem", "simulation": { - "elapsed_time": 0.0215, + "elapsed_time": 0.0155, "final_time": 28771200.0, "jacobians": 940, "start_time": 28684800.0, @@ -63,7 +63,7 @@ }, "model": "AixLib.Electrical.PVSystem.Examples.ExamplePVSystem", "simulation": { - "elapsed_time": 0.769, + "elapsed_time": 0.762, "final_time": 31536000.0, "jacobians": 23122, "start_time": 0, diff --git a/docs/1520_newHPModels/regression/Electrical/simulator-dymola.log b/docs/1520_newHPModels/regression/Electrical/simulator-dymola.log index ecf4ac9e27..b37aa869d4 100644 --- a/docs/1520_newHPModels/regression/Electrical/simulator-dymola.log +++ b/docs/1520_newHPModels/regression/Electrical/simulator-dymola.log @@ -5,9 +5,9 @@ rCheck = checkModel("AixLib.Electrical.PVSystem.Validation.ValidationPVSystem"); Check of AixLib.Electrical.PVSystem.Validation.ValidationPVSystem: Warning: The quantity of pVSystem.weaBus.TDryBul is "ThermodynamicTemperature" and the quantity of pVSystem.cellTemperature.T_a is "Temp_C". In connect(pVSystem.weaBus.TDryBul, pVSystem.cellTemperature.T_a); -Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-0-rgs03xti/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. -Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-0-rgs03xti/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. -Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-0-rgs03xti/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. +Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-0-9qkb5485/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. +Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-0-9qkb5485/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. +Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-0-9qkb5485/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. The model has the same number of unknowns and equations: 106 The model has the same number of unknowns and equations: 102+max([size(NISTdata.columns, 1); size(NISTdata.offset, 1)]) @@ -28,9 +28,9 @@ simulateModel("AixLib.Electrical.PVSystem.Validation.ValidationPVSystem", startT Translation of AixLib.Electrical.PVSystem.Validation.ValidationPVSystem: Warning: The quantity of pVSystem.weaBus.TDryBul is "ThermodynamicTemperature" and the quantity of pVSystem.cellTemperature.T_a is "Temp_C". In connect(pVSystem.weaBus.TDryBul, pVSystem.cellTemperature.T_a); -Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-0-rgs03xti/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. -Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-0-rgs03xti/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. -Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-0-rgs03xti/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. +Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-0-9qkb5485/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. +Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-0-9qkb5485/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. +Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-0-9qkb5485/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. The DAE has 106 scalar unknowns and 106 scalar equations. Statistics @@ -71,9 +71,9 @@ rCheck = checkModel("AixLib.Electrical.PVSystem.Examples.ExamplePVSystem"); Check of AixLib.Electrical.PVSystem.Examples.ExamplePVSystem: Warning: The quantity of pVSystem.weaBus.TDryBul is "ThermodynamicTemperature" and the quantity of pVSystem.cellTemperature.T_a is "Temp_C". In connect(pVSystem.weaBus.TDryBul, pVSystem.cellTemperature.T_a); -Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-1-5xechd0j/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. -Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-1-5xechd0j/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. -Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-1-5xechd0j/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. +Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-1-e47vhl8h/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. +Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-1-e47vhl8h/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. +Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-1-e47vhl8h/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. The model has the same number of unknowns and equations: 294 The model could not be deduced to be symbolically well-posed. The model has @@ -100,9 +100,9 @@ simulateModel("AixLib.Electrical.PVSystem.Examples.ExamplePVSystem", stopTime=31 Translation of AixLib.Electrical.PVSystem.Examples.ExamplePVSystem: Warning: The quantity of pVSystem.weaBus.TDryBul is "ThermodynamicTemperature" and the quantity of pVSystem.cellTemperature.T_a is "Temp_C". In connect(pVSystem.weaBus.TDryBul, pVSystem.cellTemperature.T_a); -Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-1-5xechd0j/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. -Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-1-5xechd0j/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. -Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-1-5xechd0j/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. +Found in class AixLib.Electrical.PVSystem.PVSystem, /tmp/tmp-AixLib-1-e47vhl8h/AixLib/Electrical/PVSystem/PVSystem.mo at line 132, and used in component pVSystem. +Variable pVSystem.weaBus.TDryBul was declared in class Modelica.Units.SI, /tmp/tmp-AixLib-1-e47vhl8h/AixLib/BoundaryConditions/WeatherData/Bus.mo at line 5, and used in component pVSystem.weaBus. +Variable pVSystem.cellTemperature.T_a was declared in class Modelica.Blocks.Interfaces, /tmp/tmp-AixLib-1-e47vhl8h/AixLib/Electrical/PVSystem/BaseClasses/PartialCellTemperature.mo at line 21, and used in component pVSystem.cellTemperature.PartialCellTemperature. The DAE has 294 scalar unknowns and 294 scalar equations. Statistics diff --git a/docs/1520_newHPModels/regression/Fluid/comparison-dymola.log b/docs/1520_newHPModels/regression/Fluid/comparison-dymola.log index 83a4ff5e1f..d8ad0f7326 100644 --- a/docs/1520_newHPModels/regression/Fluid/comparison-dymola.log +++ b/docs/1520_newHPModels/regression/Fluid/comparison-dymola.log @@ -30,7 +30,7 @@ }, "model": "AixLib.Fluid.FixedResistances.Examples.SimplePipe", "simulation": { - "elapsed_time": 0.00814, + "elapsed_time": 0.0108, "final_time": 1000, "jacobians": 43, "start_time": 0, @@ -81,7 +81,7 @@ }, "model": "AixLib.Fluid.Movers.PumpsPolynomialBased.Examples.PumpHeadControlled", "simulation": { - "elapsed_time": 0.0103, + "elapsed_time": 0.017, "final_time": 600, "jacobians": 108, "start_time": 0, @@ -150,7 +150,7 @@ }, "model": "AixLib.Fluid.Movers.DpControlledMovers.Examples.DpConst", "simulation": { - "elapsed_time": 0.0174, + "elapsed_time": 0.0177, "final_time": 3600, "jacobians": 120, "start_time": 0, @@ -189,7 +189,7 @@ }, "model": "AixLib.Fluid.BoilerCHP.Examples.CHPSystem", "simulation": { - "elapsed_time": 0.029, + "elapsed_time": 0.0273, "final_time": 1200, "jacobians": 409, "start_time": 0, @@ -234,7 +234,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Demands.Examples.OpenLoopVarTSupplyDp", "simulation": { - "elapsed_time": 0.0292, + "elapsed_time": 0.0336, "final_time": 100000, "jacobians": 126, "start_time": 0, @@ -321,7 +321,7 @@ }, "model": "AixLib.Fluid.MassExchangers.MembraneBasedEnthalpyExchangers.Examples.Test_EnthalpyExchanger", "simulation": { - "elapsed_time": 0.276, + "elapsed_time": 0.281, "final_time": 7200, "jacobians": 62, "start_time": 0, @@ -378,7 +378,7 @@ }, "model": "AixLib.Fluid.Storage.Examples.StorageSimpleExample", "simulation": { - "elapsed_time": 8.98, + "elapsed_time": 8.64, "final_time": 38200, "jacobians": 59209, "start_time": 0, @@ -417,7 +417,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Pipes.Examples.StaticPipe", "simulation": { - "elapsed_time": 0.00759, + "elapsed_time": 0.00624, "final_time": 1000, "jacobians": 35, "start_time": 0, @@ -486,7 +486,7 @@ }, "model": "AixLib.Fluid.Movers.DpControlledMovers.Examples.DpVar", "simulation": { - "elapsed_time": 0.0173, + "elapsed_time": 0.0184, "final_time": 3600, "jacobians": 122, "start_time": 0, @@ -537,7 +537,7 @@ }, "model": "AixLib.Fluid.Storage.Examples.StorageBoiler", "simulation": { - "elapsed_time": 0.0879, + "elapsed_time": 0.09, "final_time": 86400, "jacobians": 101, "start_time": 0, @@ -576,7 +576,7 @@ }, "model": "AixLib.Fluid.FixedResistances.Examples.CompareFixedResistances", "simulation": { - "elapsed_time": 0.301, + "elapsed_time": 0.273, "final_time": 3600, "jacobians": 41000, "start_time": 0, @@ -633,7 +633,7 @@ }, "model": "AixLib.Fluid.HeatPumps.ModularReversible.Examples.TableData3D_OneRoomRadiator", "simulation": { - "elapsed_time": 0.066169, + "elapsed_time": 0.0617728, "final_time": 86400, "jacobians": 76, "start_time": 0, @@ -684,7 +684,7 @@ }, "model": "AixLib.Fluid.Pools.Examples.IndoorSwimmingPool", "simulation": { - "elapsed_time": 0.261554, + "elapsed_time": 0.239891, "final_time": 604800, "jacobians": 97, "start_time": 0, @@ -741,7 +741,7 @@ }, "model": "AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump", "simulation": { - "elapsed_time": 4.9, + "elapsed_time": 4.72, "final_time": 86400, "jacobians": 4606, "start_time": 0, @@ -780,7 +780,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Pipes.Examples.PlugFlowPipeZeta", "simulation": { - "elapsed_time": 0.00814, + "elapsed_time": 0.00952, "final_time": 1000, "jacobians": 78, "start_time": 0, @@ -831,7 +831,7 @@ }, "model": "AixLib.Fluid.Movers.PumpsPolynomialBased.Examples.PumpSpeedControlled", "simulation": { - "elapsed_time": 0.0107, + "elapsed_time": 0.0175, "final_time": 600, "jacobians": 170, "start_time": 0, @@ -864,7 +864,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Demands.Examples.OpenLoopVarTSupplyDpFixedTempDifferenceBypass", "simulation": { - "elapsed_time": 0.0298, + "elapsed_time": 0.0323, "final_time": 100000, "jacobians": 162, "start_time": 0, @@ -903,7 +903,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Pipes.Examples.PlugFlowPipeEmbedded", "simulation": { - "elapsed_time": 0.0115, + "elapsed_time": 0.0125, "final_time": 1000, "jacobians": 109, "start_time": 0, @@ -966,7 +966,7 @@ }, "model": "AixLib.Fluid.MassExchangers.MembraneBasedEnthalpyExchangers.Validation.DynamicValidation", "simulation": { - "elapsed_time": 22.5, + "elapsed_time": 21.9, "final_time": 7200, "jacobians": 7673, "start_time": 0, @@ -984,20 +984,20 @@ "funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T", "funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea" ], - "success_rate": 1.0, + "success_rate": 0.2, "t_err_max": [ 0.0, - 0.0, - 0.0, - 0.0, - 0.0 + 31104.0, + 30240.0, + 31104.0, + 30240.0 ], "test_passed": [ 1, - 1, - 1, - 1, - 1 + 0, + 0, + 0, + 0 ], "var_groups": [ 0, @@ -1015,19 +1015,19 @@ ], "warnings": [ null, - null, - null, - null, - null + "Absolute error = 3.221e+00 at t = 31104.0 for vol.T", + "Absolute error = 7.203e+00 at t = 30240.0 for temSup.T", + "Absolute error = 4.749e+00 at t = 31104.0 for temRet.T", + "Absolute error = 3.664e-01 at t = 30240.0 for heaPum.refCyc.sigBus.yMea" ] }, "model": "AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator", "simulation": { - "elapsed_time": 0.0615852, + "elapsed_time": 0.054755, "final_time": 86400, - "jacobians": 69, + "jacobians": 60, "start_time": 0, - "state_events": 10, + "state_events": 4, "success": true } }, @@ -1086,7 +1086,7 @@ }, "model": "AixLib.Fluid.Storage.Examples.StorageSolarCollector", "simulation": { - "elapsed_time": 0.608, + "elapsed_time": 0.622, "final_time": 172800, "jacobians": 1201, "start_time": 0, @@ -1137,7 +1137,7 @@ }, "model": "AixLib.Fluid.Pools.Examples.IndoorSwimmingPoolExternalHeatingSystem", "simulation": { - "elapsed_time": 0.246013, + "elapsed_time": 0.246835, "final_time": 604800, "jacobians": 97, "start_time": 0, @@ -1182,7 +1182,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Demands.Examples.OpenLoopHeatPumpCarnot", "simulation": { - "elapsed_time": 0.0252, + "elapsed_time": 0.0266, "final_time": 100000, "jacobians": 115, "start_time": 0, @@ -1233,7 +1233,7 @@ }, "model": "AixLib.Fluid.Movers.PumpsPolynomialBased.Examples.PumpSpeedControlledDpV", "simulation": { - "elapsed_time": 0.0123, + "elapsed_time": 0.0124, "final_time": 600, "jacobians": 134, "start_time": 0, @@ -1308,7 +1308,7 @@ }, "model": "AixLib.Fluid.DistrictHeatingCooling.Pipes.Examples.DHCPipe", "simulation": { - "elapsed_time": 0.457, + "elapsed_time": 0.492, "final_time": 3600, "jacobians": 6494, "start_time": 0, @@ -1359,7 +1359,7 @@ }, "model": "AixLib.Fluid.BoilerCHP.Examples.CHPSystemNoControl", "simulation": { - "elapsed_time": 0.00856, + "elapsed_time": 0.0125, "final_time": 300, "jacobians": 75, "start_time": 0, @@ -1416,7 +1416,7 @@ }, "model": "AixLib.Fluid.HeatExchangers.Examples.HeatingRod", "simulation": { - "elapsed_time": 0.012012, + "elapsed_time": 0.0160661, "final_time": 172800, "jacobians": 40, "start_time": 0, @@ -1479,7 +1479,7 @@ }, "model": "AixLib.Fluid.MassExchangers.MembraneBasedEnthalpyExchangers.Validation.StaticValidation", "simulation": { - "elapsed_time": 8.14, + "elapsed_time": 8.07, "final_time": 29600, "jacobians": 1180, "start_time": 0, @@ -1530,7 +1530,7 @@ }, "model": "AixLib.Fluid.Storage.Examples.StorageDetailedExample", "simulation": { - "elapsed_time": 0.0523, + "elapsed_time": 0.0491, "final_time": 86400, "jacobians": 45, "start_time": 0, diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/errors.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/errors.csv index 7cf7027dcb..6c806822ea 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/errors.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/errors.csv @@ -1,102 +1,102 @@ x,y 0.000000,0.000000 864.000000,0.000000 -1728.000000,0.000000 -2592.000000,0.000000 -3456.000000,0.000000 -4320.000000,0.000000 -5184.000000,0.000000 -6048.000000,0.000000 -6912.000000,0.000000 -7776.000000,0.000000 -8640.000000,0.000000 -9504.000000,0.000000 -10368.000000,0.000000 -11232.000000,0.000000 -12096.000000,0.000000 -12960.000000,0.000000 -13824.000000,0.000000 -14688.000000,0.000000 -15552.000000,0.000000 -16416.000000,0.000000 -17280.000000,0.000000 -18144.000000,0.000000 -19008.000000,0.000000 -19872.000000,0.000000 -20736.000000,0.000000 -21600.000000,0.000000 -22464.000000,0.000000 -23328.000000,0.000000 -24192.000000,0.000000 -25056.000000,0.000000 -25920.000000,0.000000 -26784.000000,0.000000 -27648.000000,0.000000 -28512.000000,0.000000 -29376.000000,0.000000 -30240.000000,0.000000 -31104.000000,0.000000 -31968.000000,0.000000 -32832.000000,0.000000 -33696.000000,0.000000 -34560.000000,0.000000 -35424.000000,0.000000 -36288.000000,0.000000 -37152.000000,0.000000 -38016.000000,0.000000 -38880.000000,0.000000 -39744.000000,0.000000 -40608.000000,0.000000 -41472.000000,0.000000 -42336.000000,0.000000 -43200.000000,0.000000 -44064.000000,0.000000 -44928.000000,0.000000 -45792.000000,0.000000 -46656.000000,0.000000 -47520.000000,0.000000 -48384.000000,0.000000 -49248.000000,0.000000 -50112.000000,0.000000 -50976.000000,0.000000 -51840.000000,0.000000 -52704.000000,0.000000 -53568.000000,0.000000 -54432.000000,0.000000 -55296.000000,0.000000 -56160.000000,0.000000 -57024.000000,0.000000 -57888.000000,0.000000 -58752.000000,0.000000 -59616.000000,0.000000 -60480.000000,0.000000 -61344.000000,0.000000 -62208.000000,0.000000 -63072.000000,0.000000 -63936.000000,0.000000 -64800.000000,0.000000 -65664.000000,0.000000 -66528.000000,0.000000 -67392.000000,0.000000 -68256.000000,0.000000 -69120.000000,0.000000 -69984.000000,0.000000 -70848.000000,0.000000 -71712.000000,0.000000 -72576.000000,0.000000 -73440.000000,0.000000 -74304.000000,0.000000 -75168.000000,0.000000 -76032.000000,0.000000 -76896.000000,0.000000 -77760.000000,0.000000 -78624.000000,0.000000 -79488.000000,0.000000 -80352.000000,0.000000 -81216.000000,0.000000 -82080.000000,0.000000 -82944.000000,0.000000 -83808.000000,0.000000 -84672.000000,0.000000 -85536.000000,0.000000 -86400.000000,0.000000 +1728.000000,0.038505 +2592.000000,0.008802 +3456.000000,0.019090 +4320.000000,0.165247 +5184.000000,0.208612 +6048.000000,0.139470 +6912.000000,0.050642 +7776.000000,0.016590 +8640.000000,0.035477 +9504.000000,0.069303 +10368.000000,0.088524 +11232.000000,0.087063 +12096.000000,0.075416 +12960.000000,0.066246 +13824.000000,0.064645 +14688.000000,0.068200 +15552.000000,0.072016 +16416.000000,0.073092 +17280.000000,0.071408 +18144.000000,0.068659 +19008.000000,0.067312 +19872.000000,0.068185 +20736.000000,0.069932 +21600.000000,0.070950 +22464.000000,0.070781 +23328.000000,0.069991 +24192.000000,0.069398 +25056.000000,0.069343 +25920.000000,0.069629 +26784.000000,0.069735 +27648.000000,0.069026 +28512.000000,0.067380 +29376.000000,0.061201 +30240.000000,0.366358 +31104.000000,0.297815 +31968.000000,0.307654 +32832.000000,0.128919 +33696.000000,0.021990 +34560.000000,0.051147 +35424.000000,0.000212 +36288.000000,0.048267 +37152.000000,0.060599 +38016.000000,0.045079 +38880.000000,0.027295 +39744.000000,0.021066 +40608.000000,0.024425 +41472.000000,0.029384 +42336.000000,0.030924 +43200.000000,0.029120 +44064.000000,0.026360 +44928.000000,0.022831 +45792.000000,0.020023 +46656.000000,0.020360 +47520.000000,0.022708 +48384.000000,0.023835 +49248.000000,0.021828 +50112.000000,0.015740 +50976.000000,0.019895 +51840.000000,0.024268 +52704.000000,0.023391 +53568.000000,0.022977 +54432.000000,0.024509 +55296.000000,0.025564 +56160.000000,0.024724 +57024.000000,0.023152 +57888.000000,0.022524 +58752.000000,0.023115 +59616.000000,0.023989 +60480.000000,0.024297 +61344.000000,0.024003 +62208.000000,0.023611 +63072.000000,0.023645 +63936.000000,0.024294 +64800.000000,0.025220 +65664.000000,0.033131 +66528.000000,0.057323 +67392.000000,0.069984 +68256.000000,0.055276 +69120.000000,0.032866 +69984.000000,0.025404 +70848.000000,0.033426 +71712.000000,0.043006 +72576.000000,0.044977 +73440.000000,0.041190 +74304.000000,0.038365 +75168.000000,0.039141 +76032.000000,0.041458 +76896.000000,0.042379 +77760.000000,0.041060 +78624.000000,0.038752 +79488.000000,0.037450 +80352.000000,0.038209 +81216.000000,0.040223 +82080.000000,0.041799 +82944.000000,0.042174 +83808.000000,0.041664 +84672.000000,0.040915 +85536.000000,0.040370 +86400.000000,0.040225 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/test.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/test.csv index b9eecfa85d..e6eb75661e 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/test.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_heaPum.refCyc.sigBus.yMea/test.csv @@ -1,102 +1,102 @@ x,y 0.000000,0.300000 864.000000,0.300000 -1728.000000,0.770378 -2592.000000,1.000000 -3456.000000,1.000000 -4320.000000,1.000000 -5184.000000,0.901086 -6048.000000,0.788525 -6912.000000,0.734908 -7776.000000,0.744558 -8640.000000,0.778171 -9504.000000,0.800317 -10368.000000,0.800575 -11232.000000,0.787689 -12096.000000,0.776702 -12960.000000,0.775344 -13824.000000,0.780484 -14688.000000,0.784504 -15552.000000,0.782065 -16416.000000,0.774360 -17280.000000,0.766487 -18144.000000,0.763280 -19008.000000,0.765658 -19872.000000,0.769380 -20736.000000,0.771409 -21600.000000,0.771303 -22464.000000,0.770177 -23328.000000,0.769236 -24192.000000,0.768977 -25056.000000,0.769227 -25920.000000,0.769097 -26784.000000,0.765875 -27648.000000,0.759230 -28512.000000,0.751266 -29376.000000,0.525640 -30240.000000,0.000000 -31104.000000,0.738505 -31968.000000,0.827716 -32832.000000,0.658318 -33696.000000,0.464327 -34560.000000,0.393398 -35424.000000,0.427630 -36288.000000,0.480334 -37152.000000,0.496451 -38016.000000,0.475492 -38880.000000,0.445647 -39744.000000,0.427463 -40608.000000,0.422031 -41472.000000,0.420178 -42336.000000,0.414678 -43200.000000,0.404738 -44064.000000,0.369730 -44928.000000,0.336675 -45792.000000,0.333031 -46656.000000,0.343234 -47520.000000,0.346028 -48384.000000,0.336047 -49248.000000,0.322829 -50112.000000,0.316740 -50976.000000,0.320895 -51840.000000,0.327586 -52704.000000,0.349600 -53568.000000,0.372642 -54432.000000,0.375929 -55296.000000,0.366609 -56160.000000,0.358061 -57024.000000,0.356287 -57888.000000,0.359146 -58752.000000,0.362122 -59616.000000,0.362922 -60480.000000,0.362059 -61344.000000,0.361038 -62208.000000,0.362137 -63072.000000,0.367522 -63936.000000,0.374962 -64800.000000,0.380785 -65664.000000,0.670778 -66528.000000,0.712358 -67392.000000,0.622054 -68256.000000,0.534222 -69120.000000,0.512937 -69984.000000,0.531450 -70848.000000,0.546262 -71712.000000,0.543508 -72576.000000,0.536690 -73440.000000,0.539076 -74304.000000,0.549212 -75168.000000,0.558192 -76032.000000,0.558259 -76896.000000,0.548696 -77760.000000,0.536685 -78624.000000,0.529806 -79488.000000,0.531845 -80352.000000,0.540930 -81216.000000,0.550441 -82080.000000,0.556196 -82944.000000,0.557564 -83808.000000,0.555287 -84672.000000,0.551258 -85536.000000,0.548458 -86400.000000,0.549118 +1728.000000,0.730873 +2592.000000,0.990198 +3456.000000,0.979910 +4320.000000,0.833753 +5184.000000,0.691474 +6048.000000,0.648055 +6912.000000,0.683266 +7776.000000,0.726968 +8640.000000,0.741694 +9504.000000,0.730014 +10368.000000,0.711051 +11232.000000,0.699625 +12096.000000,0.700286 +12960.000000,0.708098 +13824.000000,0.714839 +14688.000000,0.715304 +15552.000000,0.709049 +16416.000000,0.700268 +17280.000000,0.694079 +18144.000000,0.693620 +19008.000000,0.697347 +19872.000000,0.700195 +20736.000000,0.700477 +21600.000000,0.699354 +22464.000000,0.698396 +23328.000000,0.698245 +24192.000000,0.698579 +25056.000000,0.698884 +25920.000000,0.698469 +26784.000000,0.695140 +27648.000000,0.689204 +28512.000000,0.682886 +29376.000000,0.463438 +30240.000000,0.367358 +31104.000000,0.439689 +31968.000000,0.519061 +32832.000000,0.528399 +33696.000000,0.487317 +34560.000000,0.445545 +35424.000000,0.428842 +36288.000000,0.431067 +37152.000000,0.434853 +38016.000000,0.429413 +38880.000000,0.417353 +39744.000000,0.405397 +40608.000000,0.396606 +41472.000000,0.389794 +42336.000000,0.382754 +43200.000000,0.374618 +44064.000000,0.342370 +44928.000000,0.312843 +45792.000000,0.312008 +46656.000000,0.321874 +47520.000000,0.322319 +48384.000000,0.311212 +49248.000000,0.300000 +50112.000000,0.300000 +50976.000000,0.300000 +51840.000000,0.302318 +52704.000000,0.325209 +53568.000000,0.348665 +54432.000000,0.350421 +55296.000000,0.340045 +56160.000000,0.332337 +57024.000000,0.332135 +57888.000000,0.335622 +58752.000000,0.338007 +59616.000000,0.337933 +60480.000000,0.336763 +61344.000000,0.336035 +62208.000000,0.337527 +63072.000000,0.342878 +63936.000000,0.349668 +64800.000000,0.354566 +65664.000000,0.636647 +66528.000000,0.654035 +67392.000000,0.551070 +68256.000000,0.477946 +69120.000000,0.479070 +69984.000000,0.505046 +70848.000000,0.511836 +71712.000000,0.499502 +72576.000000,0.490713 +73440.000000,0.496886 +74304.000000,0.509847 +75168.000000,0.518051 +76032.000000,0.515801 +76896.000000,0.505317 +77760.000000,0.494625 +78624.000000,0.490054 +79488.000000,0.493394 +80352.000000,0.501721 +81216.000000,0.509218 +82080.000000,0.513397 +82944.000000,0.514390 +83808.000000,0.512623 +84672.000000,0.509343 +85536.000000,0.507088 +86400.000000,0.507893 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/errors.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/errors.csv index 7cf7027dcb..c9aa8da5cb 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/errors.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/errors.csv @@ -1,16 +1,16 @@ x,y 0.000000,0.000000 864.000000,0.000000 -1728.000000,0.000000 -2592.000000,0.000000 -3456.000000,0.000000 -4320.000000,0.000000 -5184.000000,0.000000 -6048.000000,0.000000 -6912.000000,0.000000 -7776.000000,0.000000 +1728.000000,0.182073 +2592.000000,0.615085 +3456.000000,1.527072 +4320.000000,1.595517 +5184.000000,0.177558 +6048.000000,0.654387 +6912.000000,0.886752 +7776.000000,0.162764 8640.000000,0.000000 -9504.000000,0.000000 +9504.000000,0.133643 10368.000000,0.000000 11232.000000,0.000000 12096.000000,0.000000 @@ -34,14 +34,14 @@ x,y 27648.000000,0.000000 28512.000000,0.000000 29376.000000,0.000000 -30240.000000,0.000000 -31104.000000,0.000000 +30240.000000,4.378702 +31104.000000,4.749278 31968.000000,0.000000 -32832.000000,0.000000 -33696.000000,0.000000 -34560.000000,0.000000 -35424.000000,0.000000 -36288.000000,0.000000 +32832.000000,2.118909 +33696.000000,1.767147 +34560.000000,0.091938 +35424.000000,0.372109 +36288.000000,0.364353 37152.000000,0.000000 38016.000000,0.000000 38880.000000,0.000000 @@ -76,10 +76,10 @@ x,y 63936.000000,0.000000 64800.000000,0.000000 65664.000000,0.000000 -66528.000000,0.000000 +66528.000000,0.068343 67392.000000,0.000000 68256.000000,0.000000 -69120.000000,0.000000 +69120.000000,0.003941 69984.000000,0.000000 70848.000000,0.000000 71712.000000,0.000000 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/test.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/test.csv index 96fed21552..4e6a15eb0f 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/test.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temRet.T/test.csv @@ -1,102 +1,102 @@ x,y 0.000000,323.149994 -864.000000,308.598267 -1728.000000,304.800415 -2592.000000,307.213989 -3456.000000,309.718079 -4320.000000,311.707520 -5184.000000,313.072784 -6048.000000,313.172058 -6912.000000,312.313080 -7776.000000,311.386871 -8640.000000,310.968658 -9504.000000,311.028442 -10368.000000,311.247040 -11232.000000,311.373810 -12096.000000,311.337036 -12960.000000,311.228027 -13824.000000,311.158600 -14688.000000,311.163422 -15552.000000,311.197937 -16416.000000,311.195709 -17280.000000,311.131561 -18144.000000,311.034088 -19008.000000,310.958710 -19872.000000,310.939178 -20736.000000,310.960144 -21600.000000,310.988647 -22464.000000,311.003113 -23328.000000,311.001434 -24192.000000,310.992584 -25056.000000,310.985596 -25920.000000,310.984253 -26784.000000,310.981262 -27648.000000,310.951904 -28512.000000,310.881348 -29376.000000,310.701904 -30240.000000,303.143127 -31104.000000,300.642822 -31968.000000,305.454681 -32832.000000,308.668610 -33696.000000,308.717072 -34560.000000,306.741638 -35424.000000,305.043457 -36288.000000,304.560974 -37152.000000,304.853821 -38016.000000,305.139832 -38880.000000,305.042419 -39744.000000,304.670441 -40608.000000,304.286530 -41472.000000,304.027374 -42336.000000,303.864105 -43200.000000,303.708588 -44064.000000,303.984528 -44928.000000,303.666077 -45792.000000,303.128998 -46656.000000,302.837219 -47520.000000,302.803314 -48384.000000,302.788971 -49248.000000,302.642334 -50112.000000,302.412567 -50976.000000,302.243469 -51840.000000,302.222626 -52704.000000,301.889832 -53568.000000,301.982941 -54432.000000,302.276215 -55296.000000,302.447632 -56160.000000,302.431122 -57024.000000,302.335358 -57888.000000,302.272766 -58752.000000,302.273315 -59616.000000,302.304291 -60480.000000,302.326874 -61344.000000,302.328400 -62208.000000,302.319824 -63072.000000,302.337494 -63936.000000,302.414581 -64800.000000,302.538696 -65664.000000,303.626984 -66528.000000,306.410889 -67392.000000,308.158264 -68256.000000,308.169434 -69120.000000,307.306671 -69984.000000,306.660645 -70848.000000,306.505615 -71712.000000,306.560547 -72576.000000,306.559814 -73440.000000,306.505981 -74304.000000,306.517151 -75168.000000,306.631714 -76032.000000,306.776367 -76896.000000,306.837006 -77760.000000,306.759644 -78624.000000,306.594666 -79488.000000,306.445557 -80352.000000,306.402100 -81216.000000,306.480255 -82080.000000,306.620270 -82944.000000,306.750397 -83808.000000,306.827667 -84672.000000,306.838776 -85536.000000,306.800903 -86400.000000,306.754486 +864.000000,308.898560 +1728.000000,305.287292 +2592.000000,308.136292 +3456.000000,311.554871 +4320.000000,313.614746 +5184.000000,313.563416 +6048.000000,312.204498 +6912.000000,311.114014 +7776.000000,310.912720 +8640.000000,311.196655 +9504.000000,311.473114 +10368.000000,311.511810 +11232.000000,311.363159 +12096.000000,311.185181 +12960.000000,311.104492 +13824.000000,311.134186 +14688.000000,311.208832 +15552.000000,311.248199 +16416.000000,311.209717 +17280.000000,311.106628 +18144.000000,310.995453 +19008.000000,310.941071 +19872.000000,310.951935 +20736.000000,310.984009 +21600.000000,311.002655 +22464.000000,311.000885 +23328.000000,310.990814 +24192.000000,310.984558 +25056.000000,310.984741 +25920.000000,310.987946 +26784.000000,310.981384 +27648.000000,310.939240 +28512.000000,310.855011 +29376.000000,310.549347 +30240.000000,307.824982 +31104.000000,305.692749 +31968.000000,305.511902 +32832.000000,306.241028 +33696.000000,306.641205 +34560.000000,306.342957 +35424.000000,305.720612 +36288.000000,305.229889 +37152.000000,305.010529 +38016.000000,304.926056 +38880.000000,304.800964 +39744.000000,304.585663 +40608.000000,304.330688 +41472.000000,304.091827 +42336.000000,303.881104 +43200.000000,303.680054 +44064.000000,303.940338 +44928.000000,303.605438 +45792.000000,303.087250 +46656.000000,302.846191 +47520.000000,302.837372 +48384.000000,302.800354 +49248.000000,302.617706 +50112.000000,302.434601 +50976.000000,302.330536 +51840.000000,302.262939 +52704.000000,301.879181 +53568.000000,301.986877 +54432.000000,302.302216 +55296.000000,302.459778 +56160.000000,302.415344 +57024.000000,302.312164 +57888.000000,302.265350 +58752.000000,302.283112 +59616.000000,302.316772 +60480.000000,302.330536 +61344.000000,302.323730 +62208.000000,302.314514 +63072.000000,302.339539 +63936.000000,302.426117 +64800.000000,302.553680 +65664.000000,303.814240 +66528.000000,306.785645 +67392.000000,308.305328 +68256.000000,307.933624 +69120.000000,306.995422 +69984.000000,306.570374 +70848.000000,306.618195 +71712.000000,306.685852 +72576.000000,306.580597 +73440.000000,306.455536 +74304.000000,306.484314 +75168.000000,306.646027 +76032.000000,306.808044 +76896.000000,306.846680 +77760.000000,306.737915 +78624.000000,306.560303 +79488.000000,306.428101 +80352.000000,306.415497 +81216.000000,306.510162 +82080.000000,306.643280 +82944.000000,306.756317 +83808.000000,306.820801 +84672.000000,306.827942 +85536.000000,306.792664 +86400.000000,306.752319 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/errors.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/errors.csv index 7cf7027dcb..1f05821d25 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/errors.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/errors.csv @@ -1,16 +1,16 @@ x,y 0.000000,0.000000 -864.000000,0.000000 -1728.000000,0.000000 -2592.000000,0.000000 -3456.000000,0.000000 -4320.000000,0.000000 -5184.000000,0.000000 -6048.000000,0.000000 -6912.000000,0.000000 +864.000000,0.174568 +1728.000000,0.411374 +2592.000000,1.196030 +3456.000000,2.110184 +4320.000000,1.389448 +5184.000000,0.000935 +6048.000000,1.227279 +6912.000000,0.823593 7776.000000,0.000000 -8640.000000,0.000000 -9504.000000,0.000000 +8640.000000,0.177208 +9504.000000,0.168727 10368.000000,0.000000 11232.000000,0.000000 12096.000000,0.000000 @@ -33,17 +33,17 @@ x,y 26784.000000,0.000000 27648.000000,0.000000 28512.000000,0.000000 -29376.000000,0.000000 -30240.000000,0.000000 -31104.000000,0.000000 -31968.000000,0.000000 -32832.000000,0.000000 -33696.000000,0.000000 -34560.000000,0.000000 -35424.000000,0.000000 -36288.000000,0.000000 +29376.000000,0.043742 +30240.000000,7.202897 +31104.000000,2.898959 +31968.000000,1.504585 +32832.000000,2.884439 +33696.000000,1.334756 +34560.000000,0.002079 +35424.000000,0.683096 +36288.000000,0.255793 37152.000000,0.000000 -38016.000000,0.000000 +38016.000000,0.022317 38880.000000,0.000000 39744.000000,0.000000 40608.000000,0.000000 @@ -75,10 +75,10 @@ x,y 63072.000000,0.000000 63936.000000,0.000000 64800.000000,0.000000 -65664.000000,0.000000 -66528.000000,0.000000 +65664.000000,0.049049 +66528.000000,0.092797 67392.000000,0.000000 -68256.000000,0.000000 +68256.000000,0.078835 69120.000000,0.000000 69984.000000,0.000000 70848.000000,0.000000 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/test.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/test.csv index c637eb713c..b68b9dcc16 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/test.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_temSup.T/test.csv @@ -1,102 +1,102 @@ x,y 0.000000,323.149994 -864.000000,311.013672 -1728.000000,310.667175 -2592.000000,314.434692 -3456.000000,317.029327 -4320.000000,319.077911 -5184.000000,320.048248 -6048.000000,319.502838 -6912.000000,318.251495 -7776.000000,317.354858 -8640.000000,317.146362 -9504.000000,317.357025 -10368.000000,317.585022 -11232.000000,317.630676 -12096.000000,317.518372 -12960.000000,317.395874 -13824.000000,317.358368 -14688.000000,317.390686 -15552.000000,317.410400 -16416.000000,317.356384 -17280.000000,317.236755 -18144.000000,317.113617 -19008.000000,317.051208 -19872.000000,317.055878 -20736.000000,317.091278 -21600.000000,317.120148 -22464.000000,317.127625 -23328.000000,317.119568 -24192.000000,317.108643 -25056.000000,317.103058 -25920.000000,317.100983 -26784.000000,317.076508 -27648.000000,317.001526 -28512.000000,316.874817 -29376.000000,315.009644 -30240.000000,303.406830 -31104.000000,306.143280 -31968.000000,311.693024 -32832.000000,313.922546 -33696.000000,312.427338 -34560.000000,309.777191 -35424.000000,308.296783 -36288.000000,308.232758 -37152.000000,308.673065 -38016.000000,308.798096 -38880.000000,308.449188 -39744.000000,307.911560 -40608.000000,307.467682 -41472.000000,307.183533 -42336.000000,306.969055 -43200.000000,306.725983 -44064.000000,307.050659 -44928.000000,306.418396 -45792.000000,305.827332 -46656.000000,305.621979 -47520.000000,305.614136 -48384.000000,305.509674 -49248.000000,305.239288 -50112.000000,304.947906 -50976.000000,304.811768 -51840.000000,304.851440 -52704.000000,304.404938 -53568.000000,304.688751 -54432.000000,305.016144 -55296.000000,305.115051 -56160.000000,305.027740 -57024.000000,304.915009 -57888.000000,304.874390 -58752.000000,304.899475 -59616.000000,304.937805 -60480.000000,304.953827 -61344.000000,304.946991 -62208.000000,304.946716 -63072.000000,305.008423 -63936.000000,305.148041 -64800.000000,305.322845 -65664.000000,308.734955 -66528.000000,311.955963 -67392.000000,313.115906 -68256.000000,312.429230 -69120.000000,311.357147 -69984.000000,310.833954 -70848.000000,310.792694 -71712.000000,310.827881 -72576.000000,310.771057 -73440.000000,310.733093 -74304.000000,310.825928 -75168.000000,311.018066 -76032.000000,311.170471 -76896.000000,311.157440 -77760.000000,310.980225 -78624.000000,310.752472 -79488.000000,310.612610 -80352.000000,310.639832 -81216.000000,310.797668 -82080.000000,310.990082 -82944.000000,311.137085 -83808.000000,311.199738 -84672.000000,311.179077 -85536.000000,311.116913 -86400.000000,311.073456 +864.000000,311.499268 +1728.000000,311.389221 +2592.000000,315.945160 +3456.000000,319.456543 +4320.000000,320.786438 +5184.000000,319.727264 +6048.000000,317.956055 +6912.000000,317.109650 +7776.000000,317.236969 +8640.000000,317.640717 +9504.000000,317.843109 +10368.000000,317.744507 +11232.000000,317.505768 +12096.000000,317.325165 +12960.000000,317.298187 +13824.000000,317.378510 +14688.000000,317.459961 +15552.000000,317.455505 +16416.000000,317.351318 +17280.000000,317.193329 +18144.000000,317.073303 +19008.000000,317.047180 +19872.000000,317.081909 +20736.000000,317.117340 +21600.000000,317.127991 +22464.000000,317.118256 +23328.000000,317.106506 +24192.000000,317.102722 +25056.000000,317.105438 +25920.000000,317.105591 +26784.000000,317.071808 +27648.000000,316.979431 +28512.000000,316.839844 +29376.000000,314.650879 +30240.000000,310.913147 +31104.000000,309.348389 +31968.000000,309.876740 +32832.000000,310.724182 +33696.000000,310.780151 +34560.000000,310.089050 +35424.000000,309.288177 +36288.000000,308.796783 +37152.000000,308.603210 +38016.000000,308.466980 +38880.000000,308.228394 +39744.000000,307.896759 +40608.000000,307.552551 +41472.000000,307.243256 +42336.000000,306.961456 +43200.000000,306.680023 +44064.000000,306.990875 +44928.000000,306.348999 +45792.000000,305.802277 +46656.000000,305.653900 +47520.000000,305.651031 +48384.000000,305.504181 +49248.000000,305.203369 +50112.000000,305.016296 +50976.000000,304.910614 +51840.000000,304.863953 +52704.000000,304.387573 +53568.000000,304.707336 +54432.000000,305.046570 +55296.000000,305.115143 +56160.000000,305.000305 +57024.000000,304.892609 +57888.000000,304.875824 +58752.000000,304.915466 +59616.000000,304.949371 +60480.000000,304.953003 +61344.000000,304.939453 +62208.000000,304.942749 +63072.000000,305.015594 +63936.000000,305.164581 +64800.000000,305.338989 +65664.000000,309.092743 +66528.000000,312.360718 +67392.000000,313.080383 +68256.000000,312.037964 +69120.000000,311.067047 +69984.000000,310.859924 +70848.000000,310.971344 +71712.000000,310.933899 +72576.000000,310.742371 +73440.000000,310.666504 +74304.000000,310.810913 +75168.000000,311.052307 +76032.000000,311.202911 +76896.000000,311.152100 +77760.000000,310.943176 +78624.000000,310.715698 +79488.000000,310.607117 +80352.000000,310.668549 +81216.000000,310.832947 +82080.000000,311.008636 +82944.000000,311.135620 +83808.000000,311.187866 +84672.000000,311.166779 +85536.000000,311.110077 +86400.000000,311.074554 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/errors.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/errors.csv index 7cf7027dcb..8475462652 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/errors.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/errors.csv @@ -2,13 +2,13 @@ x,y 0.000000,0.000000 864.000000,0.000000 1728.000000,0.000000 -2592.000000,0.000000 -3456.000000,0.000000 -4320.000000,0.000000 -5184.000000,0.000000 -6048.000000,0.000000 -6912.000000,0.000000 -7776.000000,0.000000 +2592.000000,0.239942 +3456.000000,0.782729 +4320.000000,1.029750 +5184.000000,0.357840 +6048.000000,0.060763 +6912.000000,0.483776 +7776.000000,0.186476 8640.000000,0.000000 9504.000000,0.000000 10368.000000,0.000000 @@ -34,14 +34,14 @@ x,y 27648.000000,0.000000 28512.000000,0.000000 29376.000000,0.000000 -30240.000000,0.000000 -31104.000000,0.000000 -31968.000000,0.000000 -32832.000000,0.000000 -33696.000000,0.000000 -34560.000000,0.000000 +30240.000000,1.716736 +31104.000000,3.220987 +31968.000000,0.763316 +32832.000000,0.757700 +33696.000000,1.158882 +34560.000000,0.341961 35424.000000,0.000000 -36288.000000,0.000000 +36288.000000,0.139108 37152.000000,0.000000 38016.000000,0.000000 38880.000000,0.000000 diff --git a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/test.csv b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/test.csv index 6e04c5687a..c7917676cc 100644 --- a/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/test.csv +++ b/docs/1520_newHPModels/regression/Fluid/funnel_comp/AixLib.Fluid.HeatPumps.ModularReversible.Examples.VCLibAirToWater_OneRoomRadiator.mat_vol.T/test.csv @@ -1,102 +1,102 @@ x,y 0.000000,293.149994 -864.000000,292.319733 -1728.000000,289.097992 -2592.000000,289.566803 -3456.000000,291.213379 -4320.000000,292.697876 -5184.000000,293.831604 -6048.000000,294.217163 -6912.000000,293.872467 -7776.000000,293.290649 -8640.000000,292.939697 -9504.000000,292.923950 -10368.000000,293.084320 -11232.000000,293.229889 -12096.000000,293.255524 -12960.000000,293.189789 -13824.000000,293.122406 -14688.000000,293.113220 -15552.000000,293.160858 -16416.000000,293.214539 -17280.000000,293.230286 -18144.000000,293.197418 -19008.000000,293.145538 -19872.000000,293.120514 -20736.000000,293.126068 -21600.000000,293.143829 -22464.000000,293.156708 -23328.000000,293.159088 -24192.000000,293.154602 -25056.000000,293.149445 -25920.000000,293.152008 -26784.000000,293.177948 -27648.000000,293.212006 -28512.000000,293.231873 -29376.000000,295.114716 -30240.000000,292.355438 -31104.000000,289.446198 -31968.000000,291.460083 -32832.000000,293.962952 -33696.000000,294.852814 -34560.000000,294.176605 -35424.000000,293.196259 -36288.000000,292.776489 -37152.000000,292.930939 -38016.000000,293.251801 -38880.000000,293.409058 -39744.000000,293.366608 -40608.000000,293.259308 -41472.000000,293.202148 -42336.000000,293.213226 -43200.000000,293.249573 -44064.000000,293.472565 -44928.000000,293.493683 -45792.000000,293.277313 -46656.000000,293.114655 -47520.000000,293.126007 -48384.000000,293.224396 -49248.000000,293.274200 -50112.000000,293.231750 -50976.000000,293.140533 -51840.000000,293.097473 -52704.000000,292.947906 -53568.000000,292.916565 -54432.000000,293.058472 -55296.000000,293.193542 -56160.000000,293.226257 -57024.000000,293.184937 -57888.000000,293.138550 -58752.000000,293.124512 -59616.000000,293.136780 -60480.000000,293.152679 -61344.000000,293.158386 -62208.000000,293.141663 -63072.000000,293.103485 -63936.000000,293.077271 -64800.000000,293.082977 -65664.000000,291.097687 -66528.000000,292.270386 -67392.000000,293.579437 -68256.000000,293.930328 -69120.000000,293.534790 -69984.000000,293.129944 -70848.000000,293.041748 -71712.000000,293.143463 -72576.000000,293.196014 -73440.000000,293.140167 -74304.000000,293.066772 -75168.000000,293.057129 -76032.000000,293.125488 -76896.000000,293.219269 -77760.000000,293.263977 -78624.000000,293.235992 -79488.000000,293.157227 -80352.000000,293.080597 -81216.000000,293.055420 -82080.000000,293.076965 -82944.000000,293.117462 -83808.000000,293.158417 -84672.000000,293.183777 -85536.000000,293.181122 -86400.000000,293.152679 +864.000000,292.458893 +1728.000000,289.378571 +2592.000000,290.096313 +3456.000000,292.287323 +4320.000000,294.020325 +5184.000000,294.483276 +6048.000000,293.862183 +6912.000000,293.094818 +7776.000000,292.810883 +8640.000000,292.944489 +9504.000000,293.181091 +10368.000000,293.303864 +11232.000000,293.281830 +12096.000000,293.182220 +12960.000000,293.099426 +13824.000000,293.084381 +14688.000000,293.129211 +15552.000000,293.194183 +16416.000000,293.231934 +17280.000000,293.221832 +18144.000000,293.173767 +19008.000000,293.128754 +19872.000000,293.122711 +20736.000000,293.140076 +21600.000000,293.155548 +22464.000000,293.158722 +23328.000000,293.153625 +24192.000000,293.148560 +25056.000000,293.147308 +25920.000000,293.153564 +26784.000000,293.178925 +27648.000000,293.206238 +28512.000000,293.216858 +29376.000000,295.050995 +30240.000000,294.364532 +31104.000000,292.956635 +31968.000000,292.514862 +32832.000000,292.911285 +33696.000000,293.399078 +34560.000000,293.540466 +35424.000000,293.392853 +36288.000000,293.208374 +37152.000000,293.145538 +38016.000000,293.196564 +38880.000000,293.259949 +39744.000000,293.276917 +40608.000000,293.258240 +41472.000000,293.238342 +42336.000000,293.234497 +43200.000000,293.241547 +44064.000000,293.448486 +44928.000000,293.458099 +45792.000000,293.245361 +46656.000000,293.108612 +47520.000000,293.142120 +48384.000000,293.236786 +49248.000000,293.266602 +50112.000000,293.233490 +50976.000000,293.182831 +51840.000000,293.133789 +52704.000000,292.952209 +53568.000000,292.916443 +54432.000000,293.070770 +55296.000000,293.204620 +56160.000000,293.222504 +57024.000000,293.171844 +57888.000000,293.130249 +58752.000000,293.126770 +59616.000000,293.144043 +60480.000000,293.157013 +61344.000000,293.157349 +62208.000000,293.138458 +63072.000000,293.103088 +63936.000000,293.082458 +64800.000000,293.091797 +65664.000000,291.174530 +66528.000000,292.484833 +67392.000000,293.731293 +68256.000000,293.854889 +69120.000000,293.342621 +69984.000000,293.020966 +70848.000000,293.071991 +71712.000000,293.223450 +72576.000000,293.232513 +73440.000000,293.122192 +74304.000000,293.041412 +75168.000000,293.056519 +76032.000000,293.142853 +76896.000000,293.230621 +77760.000000,293.256500 +78624.000000,293.215851 +79488.000000,293.141693 +80352.000000,293.082458 +81216.000000,293.071655 +82080.000000,293.093811 +82944.000000,293.125244 +83808.000000,293.156799 +84672.000000,293.177551 +85536.000000,293.175049 +86400.000000,293.149811 diff --git a/docs/1520_newHPModels/regression/Fluid/simulator-dymola.log b/docs/1520_newHPModels/regression/Fluid/simulator-dymola.log index de8149b499..a1e6de000a 100644 --- a/docs/1520_newHPModels/regression/Fluid/simulator-dymola.log +++ b/docs/1520_newHPModels/regression/Fluid/simulator-dymola.log @@ -1057,35 +1057,35 @@ Ignoring nominal attribute. In class Modelica.Units.SI. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Units.mo, line 237 Used in base-class rad.res.PartialTwoPortInterface. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 The model has the same number of unknowns and equations: 1647 The model could not be deduced to be symbolically well-posed. The model has @@ -1116,35 +1116,35 @@ Ignoring nominal attribute. In class Modelica.Units.SI. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Units.mo, line 237 Used in base-class rad.res.PartialTwoPortInterface. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 The DAE has 1647 scalar unknowns and 1647 scalar equations. Statistics @@ -1283,7 +1283,7 @@ Check of AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump: Warning: Redeclaration requires a subtype. But missing component dp_start. In redeclaration of PeakLoadDeviceModel. - File: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpBase.mo, line 20 + File: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpBase.mo, line 20 Context: AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump.PeakLoadDeviceModel The model has the same number of unknowns and equations: 4699 Check of AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump successful. @@ -1303,7 +1303,7 @@ Translation of AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump: Warning: Redeclaration requires a subtype. But missing component dp_start. In redeclaration of PeakLoadDeviceModel. - File: /tmp/tmp-AixLib-1-952y_hhl/AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpBase.mo, line 20 + File: /tmp/tmp-AixLib-1-8wbhddh1/AixLib/Fluid/Examples/GeothermalHeatPump/BaseClasses/GeothermalHeatPumpBase.mo, line 20 Context: AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump.PeakLoadDeviceModel The DAE has 4699 scalar unknowns and 4699 scalar equations. Sparse solver handling possible: false. @@ -2002,35 +2002,35 @@ Ignoring nominal attribute. In class Modelica.Units.SI. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Units.mo, line 237 Used in base-class rad.res.PartialTwoPortInterface. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 The model has the same number of unknowns and equations: 1648 The model could not be deduced to be symbolically well-posed. The model has @@ -2061,35 +2061,35 @@ Ignoring nominal attribute. In class Modelica.Units.SI. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Units.mo, line 237 Used in base-class rad.res.PartialTwoPortInterface. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/BaseClasses/PartialResistance.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPum.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPum.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_in. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 Warning: Non-literal value. In nominal attribute for pumHeaPumSou.m_flow_actual. Ignoring nominal attribute. In class Modelica.Blocks.Interfaces. Near file: /opt/dymola-2022-x86_64/Modelica/Library/Modelica 4.0.0/Blocks/Interfaces.mo, line 2 Used in base-class pumHeaPumSou.FlowControlled_m_flow. - Near file: /tmp/tmp-AixLib-2-1srz91we/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 + Near file: /tmp/tmp-AixLib-2-cki4v2ms/AixLib/Fluid/Movers/Preconfigured/FlowControlled_m_flow.mo, line 3 The DAE has 1648 scalar unknowns and 1648 scalar equations. Redundant consistent initial conditions. Removed the following equations which are redundant and consistent: diff --git a/docs/1520_newHPModels/regression/Fluid/unitTests-dymola.log b/docs/1520_newHPModels/regression/Fluid/unitTests-dymola.log index 87f3de678c..ede8acaf26 100644 --- a/docs/1520_newHPModels/regression/Fluid/unitTests-dymola.log +++ b/docs/1520_newHPModels/regression/Fluid/unitTests-dymola.log @@ -1,5 +1,10 @@ Regression tests are only run for the following package: AixLib.Fluid +*** Error: AixLib_Fluid_HeatPumps_ModularReversible_Examples_VCLibAirToWater_OneRoomRadiator.txt: Errors during result verification. + Absolute error = 3.221e+00 at t = 31104.0 for vol.T + Absolute error = 7.203e+00 at t = 30240.0 for temSup.T + Absolute error = 4.749e+00 at t = 31104.0 for temRet.T + Absolute error = 3.664e-01 at t = 30240.0 for heaPum.refCyc.sigBus.yMea *** Error: AixLib_Fluid_Examples_GeothermalHeatPump.txt: Errors during result verification. Absolute error = 2.247e+02 at t = 52704.0 for heatPumpPower *** Warning: AixLib.Fluid.Examples.GeothermalHeatPump.GeothermalHeatPump: Translation statistics for simulation and results changed for number of continuous time states. @@ -9,5 +14,5 @@ Comparison files output by funnel are stored in the directory 'funnel_comp' of s Run 'python -c "import buildingspy.development.regressiontest as t; t.Tester(tool=\"dymola\").report()"' to access a summary of the comparison results. -Script that runs unit tests had 1 warnings and 1 errors. +Script that runs unit tests had 1 warnings and 2 errors. diff --git a/docs/1520_newHPModels/regression/Obsolete/comparison-dymola.log b/docs/1520_newHPModels/regression/Obsolete/comparison-dymola.log index 3a6094095f..6e3b491206 100644 --- a/docs/1520_newHPModels/regression/Obsolete/comparison-dymola.log +++ b/docs/1520_newHPModels/regression/Obsolete/comparison-dymola.log @@ -60,7 +60,7 @@ }, "model": "AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller", "simulation": { - "elapsed_time": 0.0149, + "elapsed_time": 0.0168, "final_time": 3600, "jacobians": 79, "start_time": 0, @@ -129,7 +129,7 @@ }, "model": "AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump", "simulation": { - "elapsed_time": 0.0156, + "elapsed_time": 0.0159, "final_time": 3600, "jacobians": 72, "start_time": 0, @@ -182,7 +182,7 @@ "vol.T" ], "warnings": [ - "Translation, simulation or extracting simulation results failed. IOError while reading /tmp/tmp-AixLib-0-6dord9wn/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat generated by Obsolete/Year2024/Systems/HeatPumpSystems/Examples/HeatPumpSystem.mos.\nFile /tmp/tmp-AixLib-0-6dord9wn/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat does not exist.\n", + "Translation, simulation or extracting simulation results failed. IOError while reading /tmp/tmp-AixLib-0-h8vmh1my/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat generated by Obsolete/Year2024/Systems/HeatPumpSystems/Examples/HeatPumpSystem.mos.\nFile /tmp/tmp-AixLib-0-h8vmh1my/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat does not exist.\n", "", "", "", diff --git a/docs/1520_newHPModels/regression/Obsolete/simulator-dymola.log b/docs/1520_newHPModels/regression/Obsolete/simulator-dymola.log index 33e535aab4..5e72cbe6da 100644 --- a/docs/1520_newHPModels/regression/Obsolete/simulator-dymola.log +++ b/docs/1520_newHPModels/regression/Obsolete/simulator-dymola.log @@ -7,12 +7,12 @@ Check of AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSyste Warning: Top class AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. Warning: Failed to find class Controls.HeatPump.BaseClasses.PartialTSetToNSet In redeclaration of TSetToNSet. - File: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 + File: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 Component context: AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.TSetToNSet Component declared as HeatPumpSystem heatPumpSystem in AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem Warning: Failed to find class Controls.HeatPump.BaseClasses.PartialTSetToNSet In declaration of TSetToNSet. - File: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 + File: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 Context: AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.BaseClasses.PartialHeatPumpSystem.TSetToNSet Warning: WARNINGS have been issued. Declaring variable: Boolean rCheck ; @@ -33,12 +33,12 @@ Translation of AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPum Warning: Top class AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. Warning: Failed to find class Controls.HeatPump.BaseClasses.PartialTSetToNSet In redeclaration of TSetToNSet. - File: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 + File: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 Component context: AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.TSetToNSet Component declared as HeatPumpSystem heatPumpSystem in AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem Warning: Failed to find class Controls.HeatPump.BaseClasses.PartialTSetToNSet In declaration of TSetToNSet. - File: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 + File: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/Systems/HeatPumpSystems/BaseClasses/PartialHeatPumpSystem.mo, line 67 Context: AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.BaseClasses.PartialHeatPumpSystem.TSetToNSet Warning: WARNINGS have been issued. = false @@ -54,11 +54,11 @@ rCheck = checkModel("AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump" Check of AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump: Warning: Top class AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.HeatPump.EN14511 Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.Chiller.EN14511 The model has the same number of unknowns and equations: 634 @@ -89,19 +89,19 @@ simulateModel("AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump", tole Translation of AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump: Warning: Top class AixLib.Obsolete.Year2024.Fluid.HeatPumps.Examples.HeatPump specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.HeatPump.EN14511 Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.Chiller.EN14511 The DAE has 634 scalar unknowns and 634 scalar equations. Warning: The conditions of the following assert statements are always false: Warning: assert(heatPump.con.preDro.homotopyInitialization, "In HeatPump.heatPump.con.preDro: The constant homotopyInitialization has been modified from its default value. This constant will be removed in future releases.", AssertionLevel.warning); - The variable heatPump.con.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-6dord9wn/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component heatPump.con.preDro.PartialResistance. + The variable heatPump.con.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component heatPump.con.preDro.PartialResistance. Warning: assert(heatPump.eva.preDro.homotopyInitialization, "In HeatPump.heatPump.eva.preDro: The constant homotopyInitialization has been modified from its default value. This constant will be removed in future releases.", AssertionLevel.warning); - The variable heatPump.eva.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-6dord9wn/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component heatPump.eva.preDro.PartialResistance. + The variable heatPump.eva.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component heatPump.eva.preDro.PartialResistance. Statistics @@ -162,11 +162,11 @@ rCheck = checkModel("AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller"); Check of AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller: Warning: Top class AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.Chiller.EN14511 Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.HeatPump.EN14511 The model has the same number of unknowns and equations: 625 @@ -197,19 +197,19 @@ simulateModel("AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller", tolera Translation of AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller: Warning: Top class AixLib.Obsolete.Year2024.Fluid.Chillers.Examples.Chiller specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/Chiller/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.Chiller.EN14511 Warning: Component type specifier Vitocal200AWO201 specified an obsolete type: Obsolete model - This model is obsolete and not maintained anymore. - Near file: /tmp/tmp-AixLib-0-6dord9wn/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 + Near file: /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Obsolete/Year2024/DataBase/HeatPump/EN14511/Vitocal200AWO201.mo, line 2 Component context: _out Component declared as Vitocal200AWO201 _out in AixLib.Obsolete.Year2024.DataBase.HeatPump.EN14511 The DAE has 625 scalar unknowns and 625 scalar equations. Warning: The conditions of the following assert statements are always false: Warning: assert(chiller.con.preDro.homotopyInitialization, "In Chiller.chiller.con.preDro: The constant homotopyInitialization has been modified from its default value. This constant will be removed in future releases.", AssertionLevel.warning); - The variable chiller.con.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-6dord9wn/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component chiller.con.preDro.PartialResistance. + The variable chiller.con.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component chiller.con.preDro.PartialResistance. Warning: assert(chiller.eva.preDro.homotopyInitialization, "In Chiller.chiller.eva.preDro: The constant homotopyInitialization has been modified from its default value. This constant will be removed in future releases.", AssertionLevel.warning); - The variable chiller.eva.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-6dord9wn/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component chiller.eva.preDro.PartialResistance. + The variable chiller.eva.preDro.homotopyInitialization = false, was declared in class AixLib.Fluid.BaseClasses.PartialResistance, /tmp/tmp-AixLib-0-h8vmh1my/AixLib/Fluid/BaseClasses/PartialResistance.mo at line 12, and used in component chiller.eva.preDro.PartialResistance. Statistics diff --git a/docs/1520_newHPModels/regression/Obsolete/unitTests-dymola.log b/docs/1520_newHPModels/regression/Obsolete/unitTests-dymola.log index b5c0e2a634..8b54e3e53c 100644 --- a/docs/1520_newHPModels/regression/Obsolete/unitTests-dymola.log +++ b/docs/1520_newHPModels/regression/Obsolete/unitTests-dymola.log @@ -2,8 +2,8 @@ Regression tests are only run for the following package: AixLib.Obsolete *** Error: Model check failed for 'AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem'. *** Error: Simulation failed for 'RunScript("modelica://AixLib/Resources/Scripts/Dymola/Obsolete/Year2024/Systems/HeatPumpSystems/Examples/HeatPumpSystem.mos");'. -*** Error: IOError while reading /tmp/tmp-AixLib-0-6dord9wn/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat generated by Obsolete/Year2024/Systems/HeatPumpSystems/Examples/HeatPumpSystem.mos. -File /tmp/tmp-AixLib-0-6dord9wn/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat does not exist. +*** Error: IOError while reading /tmp/tmp-AixLib-0-h8vmh1my/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat generated by Obsolete/Year2024/Systems/HeatPumpSystems/Examples/HeatPumpSystem.mos. +File /tmp/tmp-AixLib-0-h8vmh1my/AixLib/AixLib.Obsolete.Year2024.Systems.HeatPumpSystems.Examples.HeatPumpSystem.mat does not exist. Comparison files output by funnel are stored in the directory 'funnel_comp' of size 0.2 MB. Run 'python -c "import buildingspy.development.regressiontest as t; t.Tester(tool=\"dymola\").report()"'