The controller BoilerPlant.Submodels.BoilerPlantControls.SetPoints.MinimumFlowSetPoint uses the following construct:

This can likely be done more efficient (and clearer) with a switch or a maybe a switch and a pre block. The current implementation integrates 0 and adds the reset value, which seems overly complex.
@karthikeyad-pnnl: Can you please refactor it and make a PR. This is from commit 0e00d31, branch issue92_caseStudyFullHVAC
The controller
BoilerPlant.Submodels.BoilerPlantControls.SetPoints.MinimumFlowSetPointuses the following construct:This can likely be done more efficient (and clearer) with a switch or a maybe a switch and a pre block. The current implementation integrates 0 and adds the reset value, which seems overly complex.
@karthikeyad-pnnl: Can you please refactor it and make a PR. This is from commit 0e00d31, branch
issue92_caseStudyFullHVAC