登录
首页 » matlab » DieselEngine

DieselEngine

于 2013-08-05 发布 文件大小:5KB
0 248
下载积分: 1 下载次数: 4

代码说明:

  DieselEngine in simpower matlab program

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • assemble
    梁单元总体刚度矩阵组装matlab源程序(The beam element stiffness matrix of MATLAB general assembly source program)
    2013-11-17 13:45:36下载
    积分:1
  • FD
    the code is dealing with the detection of faces in an image. it is basically a face detection code
    2014-02-17 21:14:49下载
    积分:1
  • S_函数的PWM仿真_
    基于s函数的spw仿真程序简单易懂便于操作(SPW simulation based on s function)
    2021-04-22 23:38:48下载
    积分:1
  • dwt-cwt
    用来演示dwt和cwt的相同与区别,并且附有详细实例,可供画图。(Used to demonstrate the same and different dwt and CWT, with detailed examples for drawing.)
    2018-08-03 00:03:48下载
    积分:1
  • ServoDcmotormodel
    一种基于MATLAB平台的直流伺服仿真模型,直流电机(Based on MATLAB simulation model of a DC servo, DC)
    2013-11-12 14:21:47下载
    积分:1
  • matrix001
    Jentzsch求共生矩阵,通过MATLAB来求 公升句镇(Jentzsch for symbiotic matrix, through MATLAB liter sentence to seek town )
    2006-07-27 17:21:39下载
    积分:1
  • lte4
    lte code fore simulation with matlab
    2013-08-24 20:44:45下载
    积分:1
  • Free_Scale
    度为3的scale free network generating, 速度比较慢,可能是循环次数比较多(Degree scale free network generating 3, the speed is relatively slow, it may be more cycles)
    2014-12-25 22:16:46下载
    积分:1
  • mboostmodelkalman
    卡尔曼滤波在boost电路中的应用simulink仿真(Kalman filter simulink in the boost circuit simulation)
    2014-05-16 19:56:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载