From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1055/CH13/EX13.10/ch13_10.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1055/CH13/EX13.10/ch13_10.sce (limited to '1055/CH13/EX13.10/ch13_10.sce') 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); -- cgit