Qval
PURPOSE
Qval gives the unitless Q parameter needed to compute the
SYNOPSIS
function Q = Qval(Ib,Zn,Vrf,U0,E0,h,alpha,sigdelta)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
SOURCE CODE
0001 function Q = Qval(Ib,Zn,Vrf,U0,E0,h,alpha,sigdelta)
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 phi=pi - asin(U0/Vrf);
0014 nus= sqrt(-(Vrf/E0)*(h * alpha)/(2*pi) * cos(phi));
0015
0016 Delta = -(2*pi*Ib*Zn)/(Vrf*h*cos(phi)*(alpha*sigdelta/nus)^3);
0017 Q=Delta/(4*sqrt(pi));
Generated on Thu 24-Aug-2017 18:47:33 by m2html © 2005