% File describing a possible fault at bus Mallee on the
% Ozzie Outback Electric Power system.  
%
% System data has the form:
%SYSTEM    name            baseMVA     
SYSTEM  OOEP_Fault1          100             
%
% Bus data has the form:
%BUS name       volts
BUS Bunya       1.00 
BUS Mulga       1.00 
BUS Mallee      1.00 
BUS Myall       1.00 
BUS Satinay     1.00 
%
% Transmission line data has the form:
%LINE    from        to      Rse    Xse    Gsh    Bsh    X0   Vis
LINE   Bunya     Mulga      0.011  0.051  0.000  0.000  0.000  0
LINE   Mulga     Satinay    0.007  0.035  0.000  0.000  0.000  0
LINE   Bunya     Myall      0.007  0.035  0.000  0.000  0.000  0
LINE   Myall     Satinay    0.007  0.035  0.000  0.000  0.000  0
LINE   Myall     Mallee     0.011  0.051  0.000  0.000  0.000  0
LINE   Mallee    Satinay    0.011  0.051  0.000  0.000  0.000  0
%
% Generator data has the form:
%GENERATOR  bus       R      Xs     Xp     Xpp    X2     X0 
GENERATOR   Bunya   0.02    1.5    0.35   0.20   0.00   0.00 
GENERATOR   Mulga   0.01    1.0    0.25   0.12   0.00   0.00
%
% type data has the form:
%FAULT   bus     Calc Type   Calc_time (0=all;1=sub;2=trans;3=ss)
FAULT   Mallee      3P           0
