Skip to content

Commit

Permalink
deleted unused variable that was also wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasperfu committed Oct 17, 2024
1 parent 46a7301 commit 40b0f48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions IBPSA/Fluid/CHPs/OrganicRankine/Examples/ORCHotWater.mo
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ model ORCHotWater "ORC that outputs hot water at a fixed temperature"
etaPum=0.6) "Organic Rankine cycle"
annotation (Placement(transformation(extent={{-40,-44},{-20,-24}})));

Modelica.Units.SI.Efficiency etaThe =orc.PExp / max(orc.QEva_flow,1)
"Thermal efficiency of the ORC";

IBPSA.Fluid.Sources.MassFlowSource_T souHot(
redeclare final package Medium = MediumHot,
m_flow=mHot_flow_nominal,
Expand Down

0 comments on commit 40b0f48

Please sign in to comment.