Azure-Dreamer
Azure-Dreamer
I would like to realize some changes to the IDAKLUSolver, and have successfully build it by ``` pip install . ``` as the introduction of pybammsolver introduction said. But when...
In experiment mode, I set t_interp as [2, 4, 6, ... , 598, 600] to calculate the sensitivity of voltage with respect to positive electrode conductivity. The experiment is ```...
Here is the code taking the current curve as input. Is it possible to set voltage curve as input? ``` model = pybamm.lithium_ion.DFN() parameter_values = pybamm.ParameterValues("Prada2013") # parameter_values.update({"Voltage function [V]":...