Menu

can you check my script pls?

Beginners
Dmitry
2025-01-30
2025-01-30
  • Dmitry

    Dmitry - 2025-01-30

    Clear
    Set DefaultBaseFrequency=50

    new circuit.IEEE13Nodeckt
    ~ basekv=230 pu=1.0001 phases=3 bus1=1
    New Line.Line1 Bus1=1 Bus2=2 Length=200 Phases=3 R1=0.118 X1=0.5
    New Line.Line2 Bus1=1 Bus2=2 Length=200 Phases=3 R1=0.118 X1=0.5

    New Transformer.SubXF Phases=3 Windings=2 Xhl=10.5
    ~ wdg=1 bus=2 conn=Delta kv=230 kva=100000 %r=1
    ~ wdg=2 bus=3 conn=Delta kv=11.5 kva=100000 %r=1

    New Load.Load1 Bus1=3 Phases=3 kV=35 kW=150 kVA=80 PF=0.8

    Solve

    I got results:
    Results for Actor ID # 1
    CPU selected : -1
    Status = SOLVED
    Solution Mode = Snap
    Number = 100
    Load Mult = 1.000
    Devices = 5
    Buses = 3
    Nodes = 9
    Control Mode =STATIC
    Total Iterations = 2
    Control Iterations = 1
    Max Sol Iter = 2

    • Circuit Summary -

    Year = 0
    Hour = 0
    Max pu. voltage = -0.001
    Min pu. voltage = -1
    Total Active Power: 0.0369542 MW
    Total Reactive Power: -23.2318 Mvar
    Total Active Losses: 0.0297355 MW, (80.47 %)
    Total Reactive Losses: -23.2372 Mvar
    Frequency = 50 Hz
    Mode = Snap
    Control Mode = STATIC
    Load Model = PowerFlow


    But it doesn't seem to work, explain to me please

     
    • Davis Montenegro

      Hello,

      This is an old issue that we have answered several times in this forum, please look around. Long story short, the solution is as follows:

      Clear
      Set DefaultBaseFrequency=50
      
      new circuit.IEEE13Nodeckt
      ~ basekv=230 pu=1.0001 phases=3 bus1=1
      New Line.Line1 Bus1=1 Bus2=2 Length=200 Phases=3 R1=0.118 X1=0.5
      New Line.Line2 Bus1=1 Bus2=2 Length=200 Phases=3 R1=0.118 X1=0.5
      
      New Transformer.SubXF Phases=3 Windings=2 Xhl=10.5
      ~ wdg=1 bus=2 conn=Delta kv=230 kva=100000 %r=1
      ~ wdg=2 bus=3 conn=Delta kv=11.5 kva=100000 %r=1
      
      New Load.Load1 Bus1=3 Phases=3 kV=11.5 kW=150 kVA=80 PF=0.8
      
      set voltagebases=[230, 11.5]
      calcvoltagebases
      Solve
      

      As you can see, you need to calculate the voltage bases for getting the right voltages in pu. Also, it doesn't make sense to connect a 35 kV load to the secondary of a transformer at 11.5kV rating. Their voltage ratings need to match. Please keep your models consistent.

      Best regards,

       

      Last edit: Davis Montenegro 2025-01-30

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.