Alec Bills
Alec Bills
Hi! My team and I stumbled upon this package and have found it really useful in our current project. Unfortunately though, we're having trouble getting it to play nicely with...
Hello, The example on the Plotly Documentation: ``` using DataFrames, CSV, PlotlyJS using Dash, DashHtmlComponents, DashCoreComponents iris = dataset(DataFrame, "iris") p1 = plot( iris, x=:sepal_length, y=:sepal_width, color=:species, mode="markers", marker_size=8 )...
We've been trying to optimize solves of a DAE, and on the recommendation of @vpuri3, we have been trying different linear solvers. When using DFBDF (seems to work well for...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
### Description This feature would add an option to `pybamm.Interpolate` that would allow for holding the of the interpolant at the previous value until the next value is reached. For...
### PyBaMM Version 24.5 ### Python Version 3.12 ### Describe the bug For some reason reaction heating for the half-cell models is set to 0. As a result, the half-cell...
### PyBaMM Version develop ### Python Version 3.11 ### Describe the bug Simplifications cause Heaviside functions to evaluate as booleans when not multiplied by something else. This makes it not...
2D FVM
# Description This pull request contains a 2D finite volume spatial method. It will be a WIP for a bit, making a draft for sharing purposes. Fixes # (issue) ##...
It's pretty common in practice for the anode and cathode to have different heights and widths (usually by a small margin, admittedly). However, PyBaMM forces them to be the same...
The "Number of electrodes connected in parallel to make a cell" parameter is confusing and not always used properly. For example, it is not used to calculate the area of...