sogno-platform / dpsim

Real-time power system simulator including powerflow, (dynamic) phasors and EMT
https://sogno.energy/dpsim/
Mozilla Public License 2.0
67 stars 49 forks source link

Reduce number of virtual nodes #190

Open martinmoraga opened 1 year ago

martinmoraga commented 1 year ago

The use of virtual nodes in the simulation of larger networks is unpractical. For example, the benchmark IEEE14 has only 14 buses, however, in DPsim the dimension of the admittance matrix is equal to 38x38 (and 76x76 in SP/DP domain!):

gnakti commented 1 year ago

@m-mirz started in #34 to implement additional models to solve this issue.