dcdata.m

来自「Although most of the health problems rel」· M 代码 · 共 29 行

M
29
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%  dcdata. m - provides input data for dcOCsat.m . All 
%              dimensions in inches & areas in sq. in.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Rated conditions
PsR=400; nmR=1750;
etaR=0.94; VtR=500;
TdR=5250*PsR/0.97/nmR;
IaR=746*PsR/etaR/VtR;

% Winding data
p=4; N=54; nc=3; a=4;
Nf=1100; Ra=0.0141; Rf=48.36;

% Slot dimensions
ds=1.15; bs=0.450;

% Armature dimensions
la=7.80; d=17.40; SF=0.96; 
del=0.140; dshft=4.0;

% Field pole dimensions
wsk=7.50; lsh=0.35;
LF=1.20; psi=0.703;

% Frame dimensions
ODf=29.00; tf=2.12; wf=14.50;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?