diff --git a/Buildings/Fluid/Chillers/Examples/Carnot.mo b/Buildings/Fluid/Chillers/Examples/Carnot.mo index c6194b641b0..80108c39d31 100644 --- a/Buildings/Fluid/Chillers/Examples/Carnot.mo +++ b/Buildings/Fluid/Chillers/Examples/Carnot.mo @@ -118,6 +118,15 @@ __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/Chil March 26, 2013 by Michael Wetter:
Removed assignment of parameter that had attribute fixed=false. +
  • +March 3, 2009 by Michael Wetter:
    +First implementation. +
  • +", info=" +

    +Example that simulates a chiller whose efficiency is scaled based on the +Carnot cycle. +

    ")); end Carnot; diff --git a/Buildings/Fluid/Chillers/Examples/ElectricEIR.mo b/Buildings/Fluid/Chillers/Examples/ElectricEIR.mo index 3d5cbce0218..f12c9922148 100644 --- a/Buildings/Fluid/Chillers/Examples/ElectricEIR.mo +++ b/Buildings/Fluid/Chillers/Examples/ElectricEIR.mo @@ -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=" +

    +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. +

    +", revisions=" + +")); end ElectricEIR;