Allow drive cycles in experiments
See original GitHub issueAdd functionality to allow running a drive cycle as part of an experiment. For example:
pybamm.Experiment(["Run US06 for 1 hour"], functions={"US06": US06_function})
Currently, the way experiments are implemented require current/voltage/power to be constant (they are set up as InputParameter
objects). So this could be challenging to implement, and would depend on #895 being possible.
Issue Analytics
- State:
- Created 3 years ago
- Comments:20 (6 by maintainers)
Top Results From Across the Web
DRIVE: Drive-Cycle Rapid Investigation, Visualization, and ...
The Drive-Cycle Rapid Investigation, Visualization, and Evaluation (DRIVE) analysis tool produces representative drive cycles at record speed from large ...
Read more >How to Perform a Basic Drive Cycle - RepairPal
A Drive Cycle will complete the readiness monitors for your car's emissions control system. Here are step-by-step instructions to perform a basic Drive ......
Read more >Implementation of Driving Cycles Based on Driving Style ...
In this research, using MATLAB/Simulink® we developed the AVDC (Autonomous Vehicle Driving Cycle) Tool, which is capable of generating driving ...
Read more >Base Experiment Class — PyBaMM 22.11.1 documentation
The stopping conditions should be a circuit state, e.g. “1 A”, “C/50” or “3 V”. The parameter drive_cycles is mandatory to run drive...
Read more >Stubborn Monitors and Drive Cycles - YouTube
What is a monitor?--Does complete mean good?--Why won't they complete?--Forcing them to run and more!
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closed via #1793
I will definitely look into this and if everything goes fine, I will make a PR.