Skip to content

v0.8.8

Compare
Choose a tag to compare
@cuihantao cuihantao released this 29 Apr 01:29
· 3018 commits to master since this release
0d2a613

This update contains a quick but significant fix to boost the simulation speed by avoiding
calls to empty user-defined numerical calls.

  • In Model.flags and Block.flags, added f_num, g_num and j_num to indicate
    if user-defined numerical calls exist.
  • In Model.f_update, Model.g_update and Model.j_update, check the above flags
    to avoid unnecessary calls to empty numeric functions.
  • For the kundur_pss.xlsx case, simulation time was reduced from 3.5s to 2.7s.