Skip to content

Commit

Permalink
Change used class in geothermal example #1171
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Jan 28, 2022
1 parent f2d1b77 commit 4027ea0
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ partial model GeothermalHeatPumpBase
AixLib.Fluid.Interfaces.PartialTwoPort
annotation (Placement(transformation(extent={{108,-56},{120,-44}})));

Storage.BufferStorage
Storage.StorageDetailed
coldStorage(
redeclare package Medium = Medium,
redeclare package MediumHC1 = Medium,
Expand Down Expand Up @@ -86,7 +86,7 @@ partial model GeothermalHeatPumpBase
extent={{-6,-7},{6,7}},
rotation=90,
origin={-60,1})));
Storage.BufferStorage
Storage.StorageDetailed
heatStorage(
redeclare package Medium = Medium,
redeclare package MediumHC1 = Medium,
Expand Down Expand Up @@ -286,12 +286,12 @@ equation
connect(heatPump.port_b2, coldStorage.portHC1Out) annotation (Line(points={{
-33.5,-8.00002},{-33.5,-22},{16,-22},{16,7.42},{23.825,7.42}}, color=
{0,127,255}));
connect(pumpEvaporator.port_a, coldStorage.portHC1In) annotation (Line(points
={{14,36},{18,36},{18,12.69},{23.65,12.69}}, color={0,127,255}));
connect(pumpCondenser.port_a, heatStorage.portHC1Out) annotation (Line(points
={{6,-98},{16,-98},{16,-74.58},{23.825,-74.58}}, color={0,127,255}));
connect(heatPump.port_b1, heatStorage.portHC1In) annotation (Line(points={{
-16.5,20},{8,20},{8,-69.31},{23.65,-69.31}}, color={0,127,255}));
connect(pumpEvaporator.port_a, coldStorage.portHC1In) annotation (Line(points=
{{14,36},{18,36},{18,12.69},{23.65,12.69}}, color={0,127,255}));
connect(pumpCondenser.port_a, heatStorage.portHC1Out) annotation (Line(points=
{{6,-98},{16,-98},{16,-74.58},{23.825,-74.58}}, color={0,127,255}));
connect(heatPump.port_b1, heatStorage.portHC1In) annotation (Line(points={{-16.5,
20},{8,20},{8,-69.31},{23.65,-69.31}}, color={0,127,255}));
connect(heatStorage.fluidportTop2, pumpHeatConsumer.port_a) annotation (Line(
points={{42.375,-61.83},{42.375,-50},{58,-50}}, color={0,127,255}));
connect(resistanceHeatConsumerReturn.port_b, heatStorage.fluidportBottom2)
Expand Down

0 comments on commit 4027ea0

Please sign in to comment.