blob: 5acb8b6b85cd9f0dd4e6b0088e391e0ef52e1f16 (
plain)
1
2
3
4
5
6
7
8
9
|
clear
//
isc=150 //short circuit current
iscp=25/1.732 //isc per phase where 1.732 is the value of root 3
pv=415/1.732 //per phase voltage
ist=(iscp*pv)/150
ifl=(15*735.5)/((415*0.9*0.8*(3**0.5)))
ratio=ist/ifl
printf("\n ratio")
|