Replies: 2 comments 3 replies
-
Anyone able to point me in the right direction on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Different users might define SoC differently, that's why we don't have a standardised variable for it. You can define your own version of SoC from the variable |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm looking for some assistance with defining the state of charge (SOC) after a simulation runs.
In my mind, SOC is a percentage of the battery that is able to discharged. for example: If I discharge 50 Ah out of a 100 Ah battery, I'd want the SOC to return a value around 50.
In my mind, this would be found with a Remaining_capacity[A.h]/Battery_capacity[A.h]
In addition, I haven't figured out how to consider the fact that it's a Lead-acid battery, that typically shouldn't be discharged below 50%. the Lower cutoff voltage seems like it's in place to keep the battery from killing itself.
Would it be reasonable to take the range of the cutoff voltages and assign 10% intervals linearly across the voltage spread?
The application of my code is to run for 1 hour, charge or discharge the batteries, and then return the SOC to be used as the initial state of charge the next time it runs.
I've looked at the discharge capacity variable in the output, but I'm not entirely sure how to interpret it. Any assistance would be appreciated.
battery_code_042023.txt
Beta Was this translation helpful? Give feedback.
All reactions