Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

What it will do:

  • Load each available equipment to the Optimum Part Load Ratio you have entered for each (if you have an availability manager that turns it off, it's not taken into account). See Chiller:Electric:EIR::OptLoad or Boiler:HotWater::OptLoad as examples
  • Distribute the remaining load accross all equipment

This happens in PlantCondLoopOperation.cc#L2205

What it will do:do in simple terms:

  • Load each available equipment to the Optimum Part Load Ratio you have entered for each (if you have an availability manager that turns it off, it's not taken into account). See Chiller:Electric:EIR::OptLoad or Boiler:HotWater::OptLoad as examples
  • Distribute the remaining load accross all equipment

This happens in PlantCondLoopOperation.cc#L2205