summaryrefslogtreecommitdiff
path: root/671/CH8/EX8.10/8_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH8/EX8.10/8_10.sce')
-rwxr-xr-x671/CH8/EX8.10/8_10.sce25
1 files changed, 25 insertions, 0 deletions
diff --git a/671/CH8/EX8.10/8_10.sce b/671/CH8/EX8.10/8_10.sce
new file mode 100755
index 000000000..41b640a25
--- /dev/null
+++ b/671/CH8/EX8.10/8_10.sce
@@ -0,0 +1,25 @@
+P=50E3
+a=2200/110
+
+/////OC Parameters
+Poc=400
+Ioc=10
+Voc=110
+
+Y0=Ioc/Voc
+Gi=Poc/Voc/Voc
+disp(Gi)
+Bm=sqrt(Y0*Y0-Gi*Gi)
+disp(Bm)
+
+///////////Referred to HV side
+GiHV=Gi/a/a
+disp(GiHV)
+BmHV=Bm/a/a
+disp(BmHV)
+
+//////////Per unit
+GiPU=Gi*P/Voc/Voc
+BmPU=Bm*P/Voc/Voc
+disp(GiPU)
+disp(BmPU)