【正文】
mpoyidvc,uh)0jb。5wT令 1Hb??? ,由上述兩式可得最大安全滾高 2 0m i nm a x 103 4 3 .0 916 lkDHmp r l? ???? ( ) 此高度遠大于安全滾落高度 , [ ] 10Hm? 所以此保險機構在勤務處理時時安全的。 可靠解保條件的驗算:考慮到火炮磨損和低溫條件下發(fā)射等因素的影響,可能使彈丸轉速降低 10%左右,因此要有 20%的裕量 系數(shù),所以保證機構可靠解除保險的條件為 12 45RC? ( ) 式中 12R 為離心銷簧在解除保險時的抗力上限 12 max 0()R k l??? ( ) C為離心銷在解除保險位置時的離心力 1 0 2()C p r l K?? ( ) 式中 2K —引信所配彈丸在常溫時的離心解除保險系數(shù) 則由上式可得到機構可靠解除保險的條件式為 2 2 2 2 202 1053 5 1 0 . 5 / 2 8 7 . 2 9 6 7 /4g lkK r a d c m r a d c mg p r l? ? ?? ? ? ? ? ?? ( ) 此引信可以安全解保。(本文的計算公式均出自《引信設計手冊》)一書 ) 結 束 語 在這次的引信課程設計中,我收獲了很多東西,也弄懂了許多自己以前沒搞懂的問題,還鍛煉了自己的動手能力和工程方面的統(tǒng)籌能力。根據(jù)要求 , 本課設主要是掌握離心保險機構的工作原理,判斷離心保險機構設計的合理性,為設計提供依據(jù)和參考。離心保險機構是靠離心力解除保險的機械保險機構,主要用于旋轉彈。離心保險機構通常分為離心銷保險機構,離心板保險機構,環(huán)狀簧保險機構,軟帶保險機構(一般用作延期解除保險機構)等。由于本次課設主要是研究離心保險機構,因此我 掌握了離心保險機構的設計思想 ,計算運動時間及判定保險機構設計的合理性,分析計算炮口保險距離,并繪制 xt曲線、 vt曲線, 校核平時安全性與解除保險可靠性,達到了課程設計的要求,對引信設計這門課程有了更深刻 的理解和體會。 沈陽理工大學裝備工程學院課程設計說明書 The general staff (1 em ployees in additon to vice president, director, m anager, deputy m anager and special positons outside the contract period) to resign, to give 10 days notice, the project m anager or departm ent m anager, adm inistrative personnel departm ent or elevant responsible person for the relevant visa after departure procedures。 in additon to general staff personnel outside the contract period of turnover m ust ubm it he resignation report, a m onth ahead of schedule, the adm inistrative personnel departm ent, general m anager of visa before separation procedures。 probation em ployees shall pay in advance 5 resignation report, he project m anager or departm ent m anager and adm inistrative personnel departm ent visa before departure。 positve after special reasons did not sign a contract w ith reference to general em ployees Through the staff15 通過引信設計后,我進一步了解到 MATLAB程序語言的廣泛應用。它是一種面向科學與工程計算的語言,它仿真效率高,測試手段豐富,擴展能力強,內(nèi)涵豐富。給我的設計帶來了巨大的幫助和方便。再此還要特別感謝王健老師和我的同學的幫助,使我自己獨立完成了課設的各項要求,對離心保險機構有了更深的認識。使我這一生受益匪淺!我會努力加油的! 參 考 文 獻 [1] 安曉紅,張亞,顧強 .引信設計與應用 .北京:國防工業(yè)出版社, 2021: 90—99 [2] 彭長青主編 .引信機構動力學 .北京: 國防工業(yè)出版社, 1994. [3] 引信設計手冊編寫組 . 引信設計手冊 .北京:國防工業(yè)出版社, 1978: 202—209 [4] 周開研,鄧春暉主編. MATLAB基礎及其應用教程.北京大學出版社, 2021 [5] 張德豐等編著. MATLAB數(shù)值計算方法.機械工業(yè)出版社, 2021:236—238 The genral stf(1mpoyidvc,uh)0jb。5wT 附 錄 Matlab 計算程序: 微分方程( 2)的 ODE45 求解數(shù)值解 function dx=myfun_1(t,x)。 dx=zeros(2,1) dx(1)=x(2) m1=。 r0=。 k=。 lambda0=。 f2=。 M=2e3。 i=2。 D=10。 g=980。 G=。 pg=921。 a=+003。 t0=。 wg=+003。 f1=。 沈陽理工大學裝備工程學院課程設計說明書 The general staff (1 em ployees in additon to vice president, director, m anager, deputy m anager and special positons outside the contract period) to resign, to give 10 days notice, the project m anager or departm ent m anager, adm inistrative personnel departm ent or elevant responsible person for the relevant visa after departure procedures。 in additon to general staff personnel outside the contract period of turnover m ust ubm it he resignation report, a m onth ahead of schedule, the adm inistrative personnel departm ent, general m anager of visa before separation procedures。 probation em ployees shall pay in advance 5 resignation report, he project m anager or departm ent m anager and adm inistrative personnel departm ent visa before departure。 positve after special reasons did not sign a contract w ith reference to general em ployees Through the staff17 dx(2)=(r0+x(1))*wg^2k*(lambda0+x(1))/m1f2/m1*sqrt((m1+M/i)^2*(pi*D^2*g/4/G*pg*exp(a*(t0+t)))^2+(2*m1*wg*x(2))^2)f1/m1*M/i*pi*D^2*g/4/G*pg*exp(a*(t0+t))。 dx=dx(:) %[t,x]=ode45(@myfun_1,[0::],[0,0]) %plot(t,x(:,1),39。b39。),title(39。xt39。), xlabel(39。t/s39。),ylabel(39。x/cm39。),grid %plot(t,x(:,2),39。g39。),title(39。vt39。), xlabel(39。t/s39。),ylabel(39。x/(cm/s)39。),grid 設計中用到的各參數(shù)的計算和結果 m1=。 r0=。 k=。 lambda0=。 f2=。 M=2e3。 i=2。 D=10。 g=980。 G=。 pg=921。 t0= f1=。 yita=300。 fai=。 J=。 r=。 vg=。 pg=921。 lg=380。 wg=2*pi*vg/yita%%出炮口的轉速 p0=4*G*(m1*r0*wg^2k*lambda0)/pi/D^2/g/(f2*m1+(f1+f2)*M/i)%%離心銷開始運動的彈底壓力 A=pi*D^2*g/4/fai/G/m1/r0/(2*pi/yita)^2%%v^2/p 的第一項系數(shù) B=f2*sqrt((m1+M/i)^2+(2*pi/yita)^2*(m1*r0+J/i/r)^2)+f1*sqrt((M/i)^2+(2*pi/yita)^2*(J/i/r)^2)%%v^2/p 的第二項系數(shù) C=k*lambda0/m1/r0/(2*pi/yita)^2%%v^2/p 的系數(shù) D=vg^2/pg%%出炮口的值 E=A*B th=lg/vg%%后效期終了時間 t0=(1log(p0)/log(pg))*th%%離心銷開始運動時間 a=log(pg)/th F=pi*D^2*g/4/G*pg*exp(a*t0) t=tht0 K2=wg^2/g%%引信所配彈丸在常溫時的離心解除保險系數(shù) 此程序的運算結果: wg =+003 p0 = A = +010 B = C = +006 D = e+006 E = +007 th = t0 = a = +003 F = +018 t = K2 = +003 The genral stf(1mpoyidvc,uh)0jb。5wT