You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testcases/multizone_office_simple_hydronic/models/BuildingEmulators/Components/FanCoilUnit.mo
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ model FanCoilUnit
28
28
Dialog(group = "Cooling coil parameters"));
29
29
parameter Modelica.Units.SI.Temperature TCoo_a2_nominal "Nominal temperature of water inlet in the cooling coil"annotation (
30
30
Dialog(group = "Cooling coil parameters"));
31
-
IDEAS.Fluid.Movers.FlowControlled_m_flow fan(redeclarepackage Medium = MediumAir, addPowerToMedium =false, allowFlowReversal = allowFlowReversal, dp_nominal = dpAir_nominal, energyDynamics = Modelica.Fluid.Types.Dynamics.SteadyState, m_flow_nominal = mAir_flow_nominal, tau =0, use_inputFilter =false,redeclarereplaceable .IDEAS.Fluid.Movers.Data.Generic per) "Fan recirculating the air in the zone through the fan coil unit"annotation (
31
+
IDEAS.Fluid.Movers.Preconfigured.FlowControlled_m_flow fan(redeclarepackage Medium = MediumAir, addPowerToMedium =false, allowFlowReversal = allowFlowReversal, dp_nominal = dpAir_nominal, energyDynamics = Modelica.Fluid.Types.Dynamics.SteadyState, m_flow_nominal = mAir_flow_nominal, tau =0) "Fan recirculating the air in the zone through the fan coil unit"annotation (
Copy file name to clipboardExpand all lines: testcases/multizone_office_simple_hydronic/models/BuildingEmulators/Components/FanCoilUnit_prf.mo
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ model FanCoilUnit_prf
28
28
Dialog(group = "Cooling coil parameters"));
29
29
parameter .Modelica.Units.SI.Temperature TCoo_a2_nominal "Nominal temperature of water inlet in the cooling coil"annotation (
30
30
Dialog(group = "Cooling coil parameters"));
31
-
.IDEAS.Fluid.Movers.FlowControlled_m_flow fan(redeclarepackage Medium = MediumAir, addPowerToMedium =false, allowFlowReversal = allowFlowReversal, dp_nominal = dpAir_nominal, energyDynamics = .Modelica.Fluid.Types.Dynamics.SteadyState, m_flow_nominal = mAir_flow_nominal, tau =0, use_inputFilter =false,redeclarereplaceable .IDEAS.Fluid.Movers.Data.Generic per) "Fan recirculating the air in the zone through the fan coil unit"annotation (
energyDynamics=Modelica.Fluid.Types.Dynamics.SteadyState, m_flow_nominal = mAir_flow_nominal, tau =0) "Fan recirculating the air in the zone through the fan coil unit"annotation (
Copy file name to clipboardExpand all lines: testcases/multizone_office_simple_hydronic/models/BuildingEmulators/Components/IdealProduction.mo
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ model IdealProduction "Ideal production model which assumes a linear efficiency
7
7
parameterBoolean heating =false
8
8
"if true, heat pump, else chiller";
9
9
.Modelica.Blocks.Interfaces.RealOutput P(unit ="W") "Energy used by the production component"annotation(Placement(transformation(extent = {{100.0,-70.0},{120.0,-50.0}},rotation = 0.0,origin = {0.0,0.0})));
Copy file name to clipboardExpand all lines: testcases/multizone_office_simple_hydronic/models/BuildingEmulators/Templates/Interfaces/BaseClasses/VentilationSystemWithAHUs.mo
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,13 @@ partial model VentilationSystemWithAHUs "Ventilation system with nVen AHUs"
7
7
BuildingEmulators.Components.AirHandlingUnit[nVen] ahu
0 commit comments