Skip to content

version 0.5.0

Compare
Choose a tag to compare
@rfranke rfranke released this 20 Sep 17:19
· 29 commits to release since this release

This release introduces a couple of changes that improve the modeling experience
and unify the library with other Modelica libraries.

  • Introduce replaceable model and record types, instead of replaceable
    model and record instances.
  • Simplify initialization
    • Introduce enumeration Types.Dynamics dynType, replacing Booleans stIni_en, steadyIni_t and transientSim
    • Unify naming of start parameters from *_ini to *_start
    • Simplify initialization of machine rotors and line models
  • Rework AC3ph and AC1ph_DC line models: rename PIline to Tline and introduce new PIline.
  • Rework tap changers of AC3ph and AC1ph_DC trafo models: treat effect of tap changers in replaceable Topology, enabling more arrangements such as phase angle regulating.
  • Add examples for electrical drive trains of wind turbines
  • Reorganize Basic package to Utilities.
  • Add Inline=true annotations to functions that shall be inlined.
  • Introduce PhaseSystem Voltage and Current types, including nominal values of 1000.
  • Upgrade Phasor model to standard Modelica graphics.
  • Base on Modelica 3.2.2 instead of 3.2.1 (without changing anything).