You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
powersas.m/data/d_003_ind_zip.m

63 lines
1.9 KiB

% 3-bus test system with induction motor and ZIP load models
Bus.con = [ ...
1 100.00 1.00000 0.00000 1 1;
2 100.00 1.00000 -0.09646 1 1;
3 100.00 1.00000 -0.13938 1 1;
];
SW.con = [ ...
% 1 100.0 100.00 1.06000 0.00000 9999.00000 -999.90000 1.1 0.9 2.61033 1 1 1;
2 100.0 100.00 1.00000 0.00000 99.00000 -99.00000 1.1 0.9 0 1 1 1;
];
PV.con = [ ...
3 100.0 100.00 0.50000 1.01000 0.20000 -0.10000 1.1 0.9 1 1;
];
PQ.con = [ ...
1 100.0 100.00 0.40000 0.08000 2.0 0.0 0 1;
3 100.0 100.00 0.12000 0.04000 1.1 0.9 0 1;
];
Pl.con=[...
1 100.0 100.0 60.0 0.03 0.20 0.40 0.01 0.03 0.09 0 1;
3 100.0 100.0 60.0 0.06 0.03 0.09 0.02 0.01 0.03 0 1;
];
Shunt.con = [ ...
1 100.0 100.00 60 0.03000 0.19000 1;
3 100.0 100.00 60 0.01000 0.04300 1;
];
Line.con = [ ...
1 2 100.00 100.00 60 0 0.0000 0.01920 0.20000 0.05280 0.00000 0.00000 1.000 0.000 0.000 1;
1 3 100.00 100.00 60 0 0.0000 0.04520 0.20000 0.04080 0.00000 0.00000 1.000 0.000 0.000 1;
2 3 100.00 100.00 60 0 0.0000 0.05700 0.20000 0.03680 0.00000 0.00000 1.000 0.000 0.000 1;
];
Ltc.con=[ ...
];
Demand.con = [ ...
%6 100 0.2 0.066666 0.2 1e-05 0 0 9.5 0 0 0 0 0 0 0 0 1;
%5 100 0.1 0.07 0.1 1e-05 0 0 10.5 0 0 0 0 0 0 0 0 1;
%4 100 0.25 0.166665 0.25 1e-05 0 0 12 0 0 0 0 0 0 0 0 1;
];
Supply.con = [ ...
% 2 100 0.20 2 0 0 0 9.7 0.1 0 0 0 0 0 1 0.50000 -0.40000 0 0 1;
% 3 100 0.25 2 0 0 0 8.8 0.1 0 0 0 0 0 1 0.40000 -0.40000 0 0 1;
];
Ind.con = [...
1 100 100 60 3 0 0.01 0.15 0.05 0.15 0.001 0.04 500 3 0.13 0 0 0 0 1;
3 100 100 60 3 0 0.01 0.15 0.05 0.15 0.001 0.04 500 3 0.13 0 0 0 0 1;
];
Bus.names = { ...
'bus-1 '; 'bus-2 '; 'bus-3 '};