Skip to content

Commit

Permalink
* added COP limit for heat pump to avoid extrapolation, #55
Browse files Browse the repository at this point in the history
  • Loading branch information
MStillerEBC committed Oct 16, 2019
1 parent 822ee27 commit 0593ab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ model GeothermalHeatPumpSystem
negate1(k=-1),
negate(k=-1),
heatPumpTab(tablePower=[0,266.15,275.15,280.15,283.15,293.15; 308.15,2900,
3000,3100,3300,3400; 323.15,4000,4000,4100,4500,4500],
tableHeatFlowCondenser=[0,266.15,275.15,280.15,283.15,293.15; 308.15,
8660,10400,11600,13200,14500; 323.15,9000,10000,11500,15000,15600]),
3000,3100,3300,3400; 323.15,4000,4000,4100,4500,4500; 373.15,4000,
4000,4100,4500,4500], tableHeatFlowCondenser=[0,266.15,275.15,280.15,
283.15,293.15; 308.15,8660,10400,11600,13200,14500; 323.15,9000,10000,
11500,15000,15600; 373.15,9000,10000,11500,15000,15600]),
movMea(delta=7200));


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ model GeothermalHeatPump "Example of a geothermal heat pump systemreplaceable pa
pumpCondenser(m_flow_nominal=8),
pumpHeatConsumer(m_flow_nominal=8),
heatPumpTab(tablePower=[0,266.15,275.15,280.15,283.15,293.15; 308.15,2900,
3000,3100,3300,3400; 323.15,4000,4000,4100,4500,4500],
tableHeatFlowCondenser=[0,266.15,275.15,280.15,283.15,293.15; 308.15,
8660,10400,11600,13200,14500; 323.15,9000,10000,11500,15000,15600]));
3000,3100,3300,3400; 323.15,4000,4000,4100,4500,4500; 373.15,4000,
4000,4100,4500,4500], tableHeatFlowCondenser=[0,266.15,275.15,280.15,
283.15,293.15; 308.15,8660,10400,11600,13200,14500; 323.15,9000,10000,
11500,15000,15600; 373.15,9000,10000,11500,15000,15600]));

AixLib.Fluid.Sources.Boundary_pT coldConsumerFlow(redeclare package Medium =
Water, nPorts=1) annotation (Placement(transformation(
Expand Down

0 comments on commit 0593ab3

Please sign in to comment.