You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to ULTC and correct syntax fixes for OCT (OpenIPSL#265)
* Changes to ULTC
Added Boolean variables y2l0 and y3l0 and wrapped pre() around them in when-clasue condition. Result differs slightly for x2, m, y2, y3 after time = 300s. and looks more "logical" to me than the previous result in Dymola (Note: orginal version is rejected in OCT). Will attach plots in PR.
* Changes necessary to make Examples.Machines.PSSE.GENROE work in OCT
Changes all instances for initializing complex numbers from a + jb to Complex(a,b). This makes results look visually identical to the Dymla results, and corrects 2 sign-errors that were present in the zip-file attached to OpenIPSL#263.
* Minor change to make tc legal Modelica code
changed to Boolean tc = m > 1.0 or m < 1.0, which makes it leagal Modelica. Coorresponding test model now works in OCT
* Syntax changes to make work with OCT
Syntax changes from a + j*b to Complex(a,b). All Examples.Machines.PSSE models run in OCT and gie visually the same results as Dymola.
* replaced comparison with real with proper numerical method.
* Fixed numerical issue with comparison to Real
* Delete WorksInOCT.mo
Accidental commit.
* Update ULTC.mo
* Remove docx which was added (probably accidentally)
* Fix Park transformation GENSAL
Co-authored-by: Marcelo de C. Fernandes <decasm3@rpi.edu>
* Conversion to MSL 4.0.0
* Whitespace clean up
Co-authored-by: Dietmar Winkler <dietmar.winkler@dwe.no>
Co-authored-by: GiuseppeLaera <giuslaera@gmail.com>
Co-authored-by: Marcelo de C. Fernandes <decasm3@rpi.edu>
Co-authored-by: Dietmar Winkler <dietmar.winkler@usn.no>
0 commit comments