Tom Tranter

Results 18 issues of Tom Tranter

### PyBaMM Version 22.7 ### Python Version 3.9 ### Describe the bug https://pybamm.readthedocs.io/en/latest/source/meshes/one_dimensional_submeshes.html ### Steps to Reproduce https://pybamm.readthedocs.io/en/latest/source/meshes/one_dimensional_submeshes.html ### Relevant log output _No response_

bug
difficulty: easy

### PyBaMM Version 22.7 ### Python Version 3.9 ### Describe the bug ![image](https://user-images.githubusercontent.com/7068741/184094961-fc860b2f-48ed-4d73-bef2-fea86978756b.png) ### Steps to Reproduce ``` import pybamm model = pybamm.lithium_ion.MPM() sim = pybamm.Simulation(model) sim.solve([0, 3600]) sim.plot([ "X-averaged...

bug
difficulty: easy

# Description Allow cubic interpolation of 2D data Fixes # 2017 ## Type of change Please add a line in the relevant section of [CHANGELOG.md](https://github.com/pybamm-team/PyBaMM/blob/develop/CHANGELOG.md) to document the change (include...

### Description Currently the scipy interpolate.interp2d function is called if there are 2 x arguments and y is 2d but we only allow "linear" interpolants. The function will accept "cubic"...

feature

# 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....

**Summary** Enable the solving of a model with an ensemble of inputs with casadi solver **Motivation** Hopefully it will provide speed increases **Additional context** Casadi supports its own map functionality...

feature

**Describe the bug** I was running a simulation where temperature in a 1+1D model wasn't changing much (less than 1 degree) but the colorbar made it look like it varied...

difficulty: easy
priority: low

# Description Adding new methods for calculating the transport efficiency beyond Bruggeman coefficient. This includes using the following relations for tortuosity factor ($\tau$) for use in transport efficiency $B=\epsilon/\tau$: ![image](https://github.com/pybamm-team/PyBaMM/assets/7068741/15ed8577-397d-45b9-90dd-5e41f7067e3f)...

Firstly, I have found your examples very useful and my apologies if this is not the right place to ask such questions. I'm attempting to export a scene as an...

### PyBaMM Version Latest ### Python Version 3.10 + ### Describe the bug The car_current time series has gaps of 0.001 s between some steps. This seems to trip up...

bug