Class SvcTestCaseFactory

java.lang.Object
com.powsybl.iidm.network.test.SvcTestCaseFactory

public final class SvcTestCaseFactory extends Object
A very small network to test SVC modeling. 2 buses B1 and B2. A generator G1 regulating voltage is connected to B1. B1 and B2 are connected by a line with a high reactance to cause an important voltage drop. A SVC is connected to B2 to compensate the voltage drop. G1 L2 | | B1 ---------------B2 | SVC2
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • create

      public static Network create()
    • create

      public static Network create(NetworkFactory networkFactory)
    • createWithMoreSVCs

      public static Network createWithMoreSVCs()
    • createWithMoreSVCs

      public static Network createWithMoreSVCs(NetworkFactory networkFactory)
    • createWithRemoteRegulatingTerminal

      public static Network createWithRemoteRegulatingTerminal()
    • createWithRemoteRegulatingTerminal

      public static Network createWithRemoteRegulatingTerminal(NetworkFactory networkFactory)