.OpenIPSL.Electrical.Renewables.PSSE.ElectricalController.BaseClasses.StateOfChargeLogic

State of charge logic for REECC

Information

The pseudo-code for the state of charge current limit in batteries is as follows:

If SOC greater of equal to SOCmax:
   Ipmin = 0;
else:
   Ipmax = 0;
end

The modelling of the state of charge for the REECC electrical controller is based on the following references:


Generated at 2026-06-12T20:26:55Z by OpenModelicaOpenModelica 1.26.8 using GenerateDoc.mos