Skip to content

Commit

Permalink
Merge pull request #1863 from ibpsa/issue1862_miscFix
Browse files Browse the repository at this point in the history
merged from Buildings
  • Loading branch information
mwetter authored Apr 2, 2024
2 parents fd01944 + 28c8efc commit bd39e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IBPSA/Fluid/HeatExchangers/EvaporatorCondenser.mo
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ model EvaporatorCondenser
protected
parameter Modelica.Units.SI.SpecificHeatCapacity cp_default=
Medium.specificHeatCapacityCp(sta_default)
"Density, used to compute fluid volume";
"Specific heat capacity";

Modelica.Thermal.HeatTransfer.Sensors.HeatFlowSensor heaFlo
"Heat flow sensor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ equation
Documentation(info="<html>
This example demonstrates the use of the flow model with four different configuration.
At steady-state, all flow models have the same mass flow rate and pressure difference.
</html>"), revisions="<html>
</html>", revisions="<html>
<ul>
<li>
March 21, 2023, by Hongxiang Fu:<br/>
Expand All @@ -175,5 +175,5 @@ This is for
<a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1704\">IBPSA, #1704</a>.
</li>
</ul>
</html>");
</html>"));
end ControlledFlowMachine;

0 comments on commit bd39e98

Please sign in to comment.