Skip to content
Discussion options

You must be logged in to vote

SolverError: 't_eval' must be provided if not using an experiment or simulating a drive cycle. 't_eval' can be provided as an array of times at which to return the solution, or as a list [t0, tf] where t0 is the initial time and tf is the final time. For a constant current (dis)charge the suggested 't_eval' is [0, 3700/C] where C is the C-rate. For example, run

The solve method requires t_eval with a suggested value of [0, 3700/C] where C is the C-rate.

Replace

sim.solve()

with

sim.solve([0, 3700])
# or
sim.solve(t_eval=[0, 3700])

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@sandeepmam
Comment options

@valentinsulzer
Comment options

@sandeepmam
Comment options

@valentinsulzer
Comment options

@sandeepmam
Comment options

Answer selected by brosaplanella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants