cut_off voltage is ignored in experiment #1523
-
Hi I have tested two different scenarios: one discharge using Experiment and another discharge using the imbedded current profile (e.g. for Yang2017 DFN model) and noticed that when I use Experiment, the cut-off voltage is ignored in the solution. Is there anyway to work around this issue? BR, See the following script:import pybamm as pb model = pb.lithium_ion.Yang2017() test1: discharge using experimentexp = pb.Experiment( sim_exp = pb.Simulation(model, test2: discharge using paramt_eval = np.linspace(0, 3600, 100) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To specify a cut-off voltage in the experiment you have to do "Discharge at C/1 for 1 hours or until 3.5V" or "Discharge at C/1 until 3.5V" |
Beta Was this translation helpful? Give feedback.
To specify a cut-off voltage in the experiment you have to do "Discharge at C/1 for 1 hours or until 3.5V" or "Discharge at C/1 until 3.5V"