Releases: MarcBerliner/PETLION.jl
Releases · MarcBerliner/PETLION.jl
v1.0.4
PETLION v1.0.4
v1.0.3
PETLION v1.0.3
v1.0.2
PETLION v1.0.2
Closed issues:
v1.0.1
PETLION v1.0.1
Closed issues:
v1.0.0
PETLION v1.0.0
Added new operating modes for:
- Temperature rate of change:
dT
- Plating overpotential at the separator-anode interface:
η_p
- max/min concentration rates of change in the solid electrodes and electrolyte:
dc_s_p_max
,dc_s_p_min
,dc_s_n_max
,dc_s_n_min
,dc_e_max
,dc_e_min
- Any generic residual as a function of the states, times, and parameters:
res
Fixed an error where the side reaction j_s
was specified slightly incorrectly (thanks to Gerrit Ipers for pointing out this error)
Stop conditions now check for the derivative of the state or output to terminate the simulation
Added the option for custom stop conditions
Modifying the states and model outputs is now significantly easier, only requiring changes in states_definitions.jl
, residuals.jl
, and auxiliary_states_and_coefficients.jl
Bug fixes
Closed issues:
- State new created with wrong discretization for D_s_eff? (#96)
Merged pull requests:
- Simplify discretizations (#93) (@MarcBerliner)
- simplify the indices in
residuals.jl
(#95) (@MarcBerliner) - RC for v1.0.0 (#101) (@MarcBerliner)
v0.2.6
v0.2.5
PETLION v0.2.5
v0.2.4
PETLION v0.2.4
v0.2.3
PETLION v0.2.3
v0.2.2
PETLION v0.2.2
Closed issues:
- the decay of battery capacity (#89)
Merged pull requests:
- Renamed functions (#90) (@MarcBerliner)