BattMoTeam / BattMo-gui

BattMo GUI development
MIT License
4 stars 0 forks source link

[Medium] Number of cycles parameter does not work #29

Closed jsimonclark closed 6 months ago

jsimonclark commented 7 months ago

Changing the number of cycles parameter in the protocol menu does not give the correct behaviour. It looks like the time domain is updated (i.e. the simulation duration is longer) but it just discharges once and then stays there.

LorenaH84 commented 7 months ago

Yeah good point. The 'number_of_cycles' parameter is not passed on to BattMo.jl, but it is used to calculate the total simulation time and number of time steps...

@xavierr is it possible to pass the number of cycles to battmo.jl and simulate multiple cycles?