summaryrefslogtreecommitdiff
path: root/1076/CH13/EX13.17/13_17.sce
blob: 84698061dfd545220721ee3370225c146efe1ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
clc

f=50
w=2*%pi*f
I=8800
pf=.85
J=.5*I*w*w*1e-6
P=60
MVA=P/pf
H=J/MVA
M=J/(180*f)

mprintf("Inertia const= %.3f MJ/MVA, Momentum= %.5f MJ-s/elec deg",H,M)