Skip to content

Commit

Permalink
renaming PrescribedOutlet to Heater_T, see #98 and #99
Browse files Browse the repository at this point in the history
  • Loading branch information
ainderfurth committed Nov 2, 2017
1 parent c1b1040 commit 8023a73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ model SolarHeatingSystem
diameter=0.02)
"Pipe model"
annotation (Placement(transformation(extent={{12,-2},{32,-22}})));
BuildingSystems.Fluid.HeatExchangers.PrescribedOutlet hea(
BuildingSystems.Fluid.HeatExchangers.Heater_T hea(
redeclare package Medium = Medium,
m_flow_nominal=m_flow_nominal,
dp_nominal=10.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ model WaterHeatingSystem
diameter=0.02)
"Pipe model"
annotation (Placement(transformation(extent={{12,-2},{32,-22}})));
BuildingSystems.Fluid.HeatExchangers.PrescribedOutlet hea(
BuildingSystems.Fluid.HeatExchangers.Heater_T hea(
redeclare package Medium = Medium,
m_flow_nominal=m_flow_nominal,
dp_nominal=10.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ BuildingSystems.Fluid.Sources.MassFlowSource_T consumption(
k1=-1,
k2=+1)
annotation (Placement(transformation(extent={{-4,-4},{4,4}},rotation=-90,origin={-50,-12})));
BuildingSystems.Fluid.HeatExchangers.PrescribedOutlet hea(
BuildingSystems.Fluid.HeatExchangers.Heater_T hea(
redeclare package Medium = Medium,
m_flow_nominal=1,
dp_nominal=1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ model SolarThermalSystem2
k1=-1,
k2=+1)
annotation (Placement(transformation(extent={{-4,-4},{4,4}},rotation=-90,origin={-50,-12})));
BuildingSystems.Fluid.HeatExchangers.PrescribedOutlet hea(
BuildingSystems.Fluid.HeatExchangers.Heater_T hea(
redeclare package Medium = Medium,
m_flow_nominal=1,
dp_nominal=1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ model DistrictHeatingNetwork_dp
Tsupply_min=328.15,
dpValve_nominal=140000)
annotation (Placement(transformation(extent={{-42,42},{-62,62}})));
BuildingSystems.Fluid.HeatExchangers.PrescribedOutlet central(
BuildingSystems.Fluid.HeatExchangers.Heater_T central(
redeclare package Medium = Medium,
m_flow_nominal=10,
dp_nominal=0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ model DistrictHeatingNetwork_m_flow
Tsupply_max=353.15,
Tsupply_min=328.15)
annotation (Placement(transformation(extent={{-42,42},{-62,62}})));
BuildingSystems.Fluid.HeatExchangers.PrescribedOutlet central(
BuildingSystems.Fluid.HeatExchangers.Heater_T central(
redeclare package Medium = Medium,
m_flow_nominal=1,
dp_nominal=0)
Expand Down

0 comments on commit 8023a73

Please sign in to comment.