The ancillary losses in the battery model do not have any effect on the final power. This is due to the losses_t class being unused.
The losses should probably be applied before the dispatch decision, so that if the target is 10 kW and the losses is 1kW, the dispatch algorithms will meet the target 10kW but the battery will have discharged 11kW.
The ancillary losses in the battery model do not have any effect on the final power. This is due to the
losses_tclass being unused.The losses should probably be applied before the dispatch decision, so that if the target is 10 kW and the losses is 1kW, the dispatch algorithms will meet the target 10kW but the battery will have discharged 11kW.