Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Aug 15, 2014
1 parent ec939dc commit 486da4b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Buildings/Fluid/Chillers/Examples/Carnot.mo
Expand Up @@ -118,6 +118,15 @@ __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/Chil
March 26, 2013 by Michael Wetter:<br/>
Removed assignment of parameter that had attribute <code>fixed=false</code>.
</li>
<li>
March 3, 2009 by Michael Wetter:<br/>
First implementation.
</li>
</ul>
</html>", info="<html>
<p>
Example that simulates a chiller whose efficiency is scaled based on the
Carnot cycle.
</p>
</html>"));
end Carnot;
16 changes: 15 additions & 1 deletion Buildings/Fluid/Chillers/Examples/ElectricEIR.mo
Expand Up @@ -9,5 +9,19 @@ model ElectricEIR "Test model for chiller electric EIR"
annotation (
experiment(StopTime=14400),
__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/Chillers/Examples/ElectricEIR.mos"
"Simulate and plot"));
"Simulate and plot"),
Documentation(info="<html>
<p>
Example that simulates a chiller whose efficiency is computed based on the
condenser entering and evaporator leaving fluid temperature.
A bicubic polynomial is used to compute the chiller part load performance.
</p>
</html>", revisions="<html>
<ul>
<li>
October 13, 2008, by Brandon Hencey:<br/>
First implementation.
</li>
</ul>
</html>"));
end ElectricEIR;

0 comments on commit 486da4b

Please sign in to comment.