




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、機(jī)械原理大作業(yè)連桿機(jī)構(gòu)運(yùn)動(dòng)分析 Harbin Institute of Technology大作業(yè)設(shè)計(jì)說(shuō)明書課程名稱: 機(jī)械原理 設(shè)計(jì)題目: 連桿機(jī)構(gòu)運(yùn)動(dòng)分析及凸輪設(shè)計(jì) 院 系: 汽車工程學(xué)院 班 級(jí): 1301701 姓 名: 學(xué) 號(hào): 130170108 時(shí) 間: 2015年4月 連桿機(jī)構(gòu)運(yùn)動(dòng)分析16、如圖所示機(jī)構(gòu),已知機(jī)構(gòu)各構(gòu)件的尺寸為,試求構(gòu)件5的角位移、角速度和角加速度,并對(duì)計(jì)算結(jié)構(gòu)進(jìn)行分析。(1)、結(jié)構(gòu)分析從側(cè)面看原機(jī)構(gòu)為此機(jī)構(gòu)分為級(jí)桿組(原動(dòng)件1),級(jí)桿組RRP(2號(hào)套筒、3號(hào)桿),級(jí)桿組RRP(4號(hào)套筒、5號(hào)桿)(2)、建立坐標(biāo)系(3)、各個(gè)桿組的運(yùn)動(dòng)分析采用逆推法,從RRP桿
2、組(4號(hào)套筒、5號(hào)桿)開(kāi)始分析已知,現(xiàn)在假定已知, 其中,即消去,可得可求得,也可以通過(guò)書上3-23式求得通過(guò)正弦定理可求得再來(lái)看看角速度關(guān)系對(duì)于加速度,有如下關(guān)系其中到此4、5桿就分析完畢了,別忘記之前的假設(shè),我假設(shè)了已知,為求,現(xiàn)在來(lái)分析RRP桿組(2號(hào)套筒、3號(hào)桿)已知,已知,其中,即消去,可得反解,即可求得,也可以通過(guò)書上3-23式求得通過(guò)正弦定理可求得繼續(xù),我們來(lái)看看角速度關(guān)系對(duì)于加速度,有如下關(guān)系其中現(xiàn)在,只需將所求得的,和,關(guān)聯(lián)起來(lái)這是同一根桿,現(xiàn)在來(lái)看,由題目得,和是未知的,但不影響整體,不然給一個(gè)初值,當(dāng)然,這是可以隨意更改的?;谝陨系幕驹?,matlab R2012b程
3、序如下syms theta theta1 theta2 lamuda lamuda1 lamuda2 sigma sigma1 sigma2 beta beta1 beta2 l1 l11 l2 l21 t output itheta1=10;theta2=0;i=0;for theta3=60:420theta=theta3/180*pi;beta=asin(100/200)*sin(theta)+theta;l1=0.2*sin(beta)/sin(theta);beta1=(-theta1*(l1*sin(theta)*sin(theta)+theta1*(l1*cos(theta)*c
4、os(theta)/(0.2*(sin(theta)*sin(beta)+cos(theta)*cos(beta);l11=-(theta1*(l1*sin(theta)*l1*cos(beta)+theta1*(l1*cos(theta)*l1*sin(beta)/(0.2*(sin(theta)*sin(beta)+cos(theta)*cos(beta);C=(theta12)*0.2*cos(beta)-theta2*l1*sin(theta)-(theta12)*l1*cos(theta)-2*l11*theta1*sin(theta);D=(theta12)*0.2*cos(bet
5、a)+theta2*l1*sin(theta)-(theta12)*l1*cos(theta)+2*l11*theta1*sin(theta);beta2=(-C*sin(theta)+D*cos(theta)/(0.2*(sin(theta)*sin(beta)+cos(theta)*cos(beta);lamuda=beta-pi/2;lamuda1=beta1;lamuda2=beta2;sigma=asin(100/200)*sin(lamuda)+lamuda;l2=0.2*sin(sigma)/sin(lamuda);sigma1=(-lamuda1*(l2*sin(lamuda)
6、*sin(lamuda)+lamuda1*(l2*cos(lamuda)*cos(lamuda)/(0.2*(sin(lamuda)*sin(sigma)+cos(lamuda)*cos(sigma);l21=-(lamuda1*(l2*sin(lamuda)*l2*cos(sigma)+lamuda1*(l2*cos(lamuda)*l2*sin(sigma)/(0.2*(sin(lamuda)*sin(sigma)+cos(lamuda)*cos(sigma);A=(lamuda12)*0.2*cos(sigma)-lamuda2*l2*sin(lamuda)-(lamuda12)*l2*
7、cos(lamuda)-2*l21*lamuda1*sin(lamuda);B=(lamuda12)*0.2*cos(sigma)+lamuda2*l2*sin(lamuda)-(lamuda12)*l2*cos(lamuda)+2*l21*lamuda1*sin(lamuda);sigma2=(-A*sin(lamuda)+B*cos(lamuda)/(0.2*(sin(lamuda)*sin(sigma)+cos(lamuda)*cos(sigma);i=i+1;output(i,1)=fix(theta/pi*180);output(i,2)=fix(sigma/pi*180);outp
8、ut(i,3)=fix(sigma1);output(i,4)=fix(sigma2);endoutputa=output(:,1);b=output(:,2);c=output(:,3);d=output(:,4);h1=plot(a,b);hold on;h2=plot(a,c);hold on;h3=plot(a,d);hold on;set(h1,'color',1 0 0,'linewidth',2);set(h2,'color',0 1 1,'linewidth',1);set(h3,'color',0
9、 0 1,'linewidth',2);m=legend('角位移','角速度','角加速度');xlabel('');title('平面連桿機(jī)構(gòu)運(yùn)動(dòng)分析');figure;h1=plot(a,b);hold on;xlabel('');ylabel('角位移');title('平面連桿機(jī)構(gòu)運(yùn)動(dòng) 角度角位移 圖');figure;h2=plot(a,c);hold on;xlabel('');ylabel('角速度');title(
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年環(huán)保產(chǎn)業(yè)園循環(huán)經(jīng)濟(jì)模式下的綠色建筑與城市可持續(xù)發(fā)展策略報(bào)告
- 2025年水性涂料生產(chǎn)項(xiàng)目環(huán)保型產(chǎn)品環(huán)保法規(guī)遵守策略研究報(bào)告
- 2025屆山東省泰安寧陽(yáng)縣聯(lián)考英語(yǔ)七年級(jí)第二學(xué)期期中達(dá)標(biāo)檢測(cè)試題含答案
- 2025年制造業(yè)智能化轉(zhuǎn)型:工業(yè)物聯(lián)網(wǎng)平臺(tái)在智能工廠中的集成與優(yōu)化
- 家庭教育指導(dǎo)行業(yè)2025年市場(chǎng)前景與競(jìng)爭(zhēng)格局分析報(bào)告001
- 2025年醫(yī)藥企業(yè)研發(fā)外包(CRO)模式藥物研發(fā)藥物研發(fā)知識(shí)產(chǎn)權(quán)保護(hù)與運(yùn)營(yíng)報(bào)告
- 跨境電商零售進(jìn)口市場(chǎng)規(guī)模增長(zhǎng)與跨境電商平臺(tái)用戶行為分析報(bào)告
- 保險(xiǎn)客服培訓(xùn)題目及答案
- 寶寶安撫哄睡題庫(kù)及答案
- 安全質(zhì)量試題及答案
- 《建立特種設(shè)備“日管控、周排查、月調(diào)度”工作機(jī)制》專題培訓(xùn)
- 《破產(chǎn)重整》課件
- 提高治療室物品放置規(guī)范率
- 2024年河南省中等職業(yè)教化技能大賽汽車運(yùn)用與修理類競(jìng)賽方案
- 《經(jīng)皮椎弓根內(nèi)固定》課件
- 膝關(guān)節(jié)骨關(guān)節(jié)炎的臨床護(hù)理
- 《職場(chǎng)溝通技巧》課件
- 遼寧大學(xué)《生態(tài)學(xué)》2023-2024學(xué)年第一學(xué)期期末試卷
- 犬真菌性皮膚病
- 第十二講第三節(jié)伏安法測(cè)小燈泡的電功率(原卷版)
- 合同協(xié)議模板摩托車轉(zhuǎn)讓協(xié)議
評(píng)論
0/150
提交評(píng)論