Hi, for now I want to simulate boilers with different turn down ratio, but from the source code, seems like when the demand is lower than the minimum part load, EnergyPlus will operate the boiler at 20% capacity (let's say turndown ratio is 5:1) because it can't modulate to lower loads.
FuelUse = TheoreticalFuelUse/NormalisedBoilerEff
TheoreticalFuelUse = BoilerLoad/BoilerEff
is that mean the way EnergyPlus simulating boiler consumption can not achieve the cycling process when load below the turndown ratio? If it can, any advice?
Thanks