modelica-buildings icon indicating copy to clipboard operation
modelica-buildings copied to clipboard

URBANopt Steam Boiler Model Development

Open khinkelman opened this issue 4 years ago • 5 comments

This issue addresses the new steam boiler models that were developed as part of the URBANopt-Modelica project.

khinkelman avatar Dec 07 '20 02:12 khinkelman

@AntoineGautier, could you please create a branch issue2290_steam_boilers from master for these developments? Thanks

khinkelman avatar Dec 08 '20 00:12 khinkelman

@khinkelman Here: https://github.com/lbl-srg/modelica-buildings/tree/issue2290_steam_boilers

AntoineGautier avatar Dec 08 '20 00:12 AntoineGautier

Hi @AntoineGautier, I believe we should be able to use this old branch still for the steam boiler models. If you agree, could you please pull the changes from the master to this branch so that it is up-to-date? Thanks!

@SaranyaAnbarasu: just copying you here as well so that you are aware of the status.

khinkelman avatar Jun 25 '21 17:06 khinkelman

@khinkelman Correct, you can start from this branch that is now identical to the master.

(base) ~/gitrepo/modelica-buildings[issue2290_steam_boilers]$ git diff origin/master
(base) ~/gitrepo/modelica-buildings[issue2290_steam_boilers]$ 

AntoineGautier avatar Jun 28 '21 09:06 AntoineGautier

  • [ ] Note: a lower bound should be set for the fuel to air ratio to avoid division by zero error.

See below as an example:

// To compute the electrical power, we set a lower bound for eta to avoid
 // a division by zero.
 PEle = WFlo / Buildings.Utilities.Math.Functions.smoothMax(x1=eta, x2=1E-5, deltaX=1E-6);
 eta = etaHyd * etaMot;

khinkelman avatar Jul 02 '21 02:07 khinkelman

Closing since https://github.com/lbl-srg/modelica-buildings/pull/2961 is now merged. @khinkelman Let me know if this should not be the case. And thank you for your efforts and contribution here!

dhblum avatar Jul 19 '23 15:07 dhblum

Many thanks @dhblum for your time and efforts to complete these tasks! All work for outstanding steam district heating issues is complete from my end. Thanks for closing the related issues.

khinkelman avatar Jul 21 '23 19:07 khinkelman