NREL / SOEP-QSS

BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Automatically add a minimum time step to avoid t + step == t #2

Closed DeadParrot closed 3 years ago

DeadParrot commented 3 years ago

When simulations run to large enough time values the simulation (next requantization) time step computed for a QSS solver could be small enough that the double precision time value will not advance (t + step == t), so QSS should automatically make the minimum time step at least large enough to avoid this for the simulation time range.

DeadParrot commented 3 years ago

Resolved by d315c664bf9301197b70cb6e65b1e5d74c6a0758