diff options
Diffstat (limited to '1055/CH13/EX13.10/ch13_10.sce')
-rwxr-xr-x | 1055/CH13/EX13.10/ch13_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1055/CH13/EX13.10/ch13_10.sce b/1055/CH13/EX13.10/ch13_10.sce new file mode 100755 index 000000000..a77a96176 --- /dev/null +++ b/1055/CH13/EX13.10/ch13_10.sce @@ -0,0 +1,9 @@ +// To determine the short circuit capacity of each station
+clear
+clc;
+X=1200*100/800;// percent reactance of other generating station
+Xc=.5*1200/(11*11);
+Sc=1200*100/86.59;// short circuit MVA of the bus
+Xf=119.84;// equivalent fault impedence between F and neutral bus
+MVA=1200*100/Xf;
+mprintf("short circuit capacity of each station=%.0f MVA\n",MVA);
|