Opened 9 years ago
Last modified 7 years ago
#3798 closed defect
removeSimpleEquations makes trafo models singular — at Version 1
Reported by: | Rüdiger Franke | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Backend | Version: | v1.10.0-dev-nightly |
Keywords: | PowerSystems | Cc: | Volker Waurich |
Description (last modified by )
After #3195 has been solved and #3274 makes some progress, the next problem seems to be removeSimpleEquations
. The AC1ph_DC transformers don't seem to suffer from #3274. The example PowerSystems.Examples.Spot.AC1ph_DC.Transformer
fails in the backend. See:
It works if removeSimpleEquations
is disabled.
Btw. the online docu lists --postOptModules-
. Attempts to use it failed; tried:
setCommandLineOptions("--postOptModules-=removeSimpleEquations");
Would be great if the online docu gave an example for the usage of this option.
Note:
See TracTickets
for help on using tickets.