2025 Release Plan Update

The mid 2025 release will be the largest update of Kestrel EMT so far. The features currently under test and development include:

  • Native Linux compatibility
  • Incorporation of the Universal Line Model for frequency dependent line modeling
  • Inclusion of the widely accepted WECC inverter control models:
    • REPC_A Renewable Energy Plant Control Model
    • REEC_A Renewable Energy Control Model
    • REGC_A Renewable Energy Converter Model
  • Inclusion of 8/20us and 1.2/50us surge waveforms (IEEE C62.45)
  • Example cases for insulation coordination, breaker TRV, and IBR-based transient stability tests
  • Updated MATLAB interface
  • Updated Python interface to support user specified Python versions

Please reach out if you have any feature suggestions or would like to be a part of testing.

Kestrel EMT v0.94 Released

Improvements:

  • New KCF file format– Human-readable XML
  • Command Line Version (“KestrelCLI.exe”) added
  • PDF Documentation added
  • Example circuits added (in the sample_kcf folder)
  • Python blocks may optionally share context (i.e. variables and functions) via user selectable “Python Scope” parameter.
  • Python block updated to allow for 23 Inputs/12 Outputs in the GUI
  • User may define sim_end() in the Python block at end of simulation
  • Added KPlot button to open other HDF5 files
  • Bugfix: Fixed issue where running a simulation with only Math blocks fails
  • Bugfix: Fixed issue where HDF5 files are left open after a failed simulation

Kestrel EMT v0.91 Released

Bugfixes:

  • Fixed an issue where upgrading windows versions could invalidate the software license.

Improvements:

  • MATLAB and Python code blocks can now use a set “Call Rate” to drastically improve performance in circumstances where the code does not need to be executed every timestep.
  • Improved numerical core performance.
  • Individual pole control on time switches.
  • Phasor and RMS blocks now have a “nPerCycle” parameter to drastically improve performance in small timestep simulations.
  • Coupled RL circuits now have a X/Reactance input option
  • Minor interface improvements