Replies: 1 comment
-
pass initial_soc to sim.solve(initial_soc=0.5) method. This uses the ElectrodeSoH class and is probably worth looking into the examples of and docs |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am learning PyBaMM and trying to work with custom experiments. How can I start experiments at a preset SOC as a percentage of the nominal capacity ? I did find the simulation.build() function but could not understand how to start the experiment at a certain SOC in percentage.
To plot the SOC later, I can use the Discharge capacity and the nominal capacity to compute the current SOC in percentage. But, I need to be able to set the initial SOC for that.
Beta Was this translation helpful? Give feedback.
All reactions