Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ model SingleZoneResidentialHydronicHeatPump
initial equation
heaPum.con.T=293.15;
heaPum.eva.T=278.15;
heaPum.eva.port_a.C_outflow=outAir.Medium.C_default;
heaPum.eva.port_a.C_outflow=MediumAir.C_default;
heaPum.eva.port_a.Xi_outflow={0.01};

equation
Expand Down Expand Up @@ -881,6 +881,11 @@ https://www.carbonfootprint.com/docs/2019_06_emissions_factors_sources_for_2019_
</html>", revisions="<html>
<ul>
<li>
June 4, 2025, by Jelger Jansen:<br/>
Revise initial equation formulation of <code>heaPum.eva.port_a.C_outflow</code> to avoid translation warning in OpenModelica.
See <a href=\"https://github.com/open-ideas/IDEAS/issues/1437\">#1437</a>.
</li>
<li>
October 30, 2024, by Lucas Verleyen:<br/>
Updates according to <a href=\"https://github.com/ibpsa/modelica-ibpsa/tree/8ed71caee72b911a1d9b5a76e6cb7ed809875e1e\">IBPSA</a>.<br/>
See <a href=\"https://github.com/open-ideas/IDEAS/pull/1383\">#1383</a>
Expand Down