You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to simulate LFPO cells with LiiBRA but I'm getting an error on the output.
I've made a custom parameter set based on the Prada (2013) paper and PyBaMM and saved it on my local repo.
Here's my MWE:
Sₑ =4# Spatial points in electrolyte
Sₛ =2# Spatial point in solid
Cell =Construct("A123")
Spatial!(Cell, Sₑ, Sₛ)
Cell.RA.Fs =4.0# Modify transfer function sampling frequency
Cell.RA.SamplingT =0.25# Modify final system sampling period# Cell.Neg.Ds = 2.0e-14 # Modify negative electrode diffusion constant
Cell.Const.T =298.15# Modify cell temperature
Ŝ =collect(1.0:-0.2:0) # List of SOC points for model generation#---------- Generate & Simulate Model -----------------#
A, B, C, D =Realise(Cell, Ŝ)
Results, tₑ =HPPC(Cell, Ŝ, SoC0, 5.0, -3.0, A, B, C, D);
Fortunately, this works perfectly.
but, here's the catch:
I've tried to check the SS matrices but I haven't found anything meaningful. Here's a screenshot of the eigen values of A
Needless to say that the same piece of code works with the "LG M50" cell.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to simulate LFPO cells with LiiBRA but I'm getting an error on the output.
I've made a custom parameter set based on the Prada (2013) paper and PyBaMM and saved it on my local repo.
Here's my MWE:
Fortunately, this works perfectly.
but, here's the catch:
which stems from:
I've tried to check the SS matrices but I haven't found anything meaningful. Here's a screenshot of the eigen values of A
Needless to say that the same piece of code works with the "LG M50" cell.
Any ideas?
The text was updated successfully, but these errors were encountered: