【机械】基于matlab模拟锥齿轮的弯曲和接触强度计算

 ✅作者简介:热爱科研的Matlab仿真开发者,修心和技术同步精进,

代码获取、论文复现及科研仿真合作可私信。

🍎个人主页:Matlab科研工作室

🍊个人信条:格物致知。

更多Matlab完整代码及仿真定制内容点击👇

智能优化算法       神经网络预测       雷达通信      无线传感器        电力系统

信号处理              图像处理               路径规划       元胞自动机        无人机

🔥 内容介绍

1. 概述

锥齿轮是一种广泛应用于汽车、航空、机械等行业的传动齿轮。它具有结构紧凑、传动平稳、承载能力大等优点。锥齿轮的强度计算是齿轮设计中的一个重要环节,它直接关系到齿轮的寿命和可靠性。

2. 弯曲强度计算

锥齿轮的弯曲强度是指齿轮在弯曲载荷作用下抵抗断裂的能力。弯曲强度计算的主要目的是确定齿轮齿根处的最大弯曲应力,并将其与齿轮材料的许用弯曲应力进行比较,以确保齿轮在正常工作条件下不会发生弯曲断裂。

锥齿轮的弯曲强度计算方法有很多种,常用的方法有刘伯承弯曲强度计算法、刘伯承接触强度计算法、刘伯承接触强度计算法等。其中,刘伯承弯曲强度计算法是最常用的方法之一。

刘伯承弯曲强度计算法的基本原理是将齿轮齿根处的弯曲应力分解为正应力和剪应力,然后将正应力和剪应力分别与齿轮材料的许用正应力和许用剪应力进行比较,以确定齿轮的弯曲强度。

3. 接触强度计算

锥齿轮的接触强度是指齿轮在接触载荷作用下抵抗齿面压痕和磨损的能力。接触强度计算的主要目的是确定齿轮齿面处的最大接触应力,并将其与齿轮材料的许用接触应力进行比较,以确保齿轮在正常工作条件下不会发生齿面压痕和磨损。

锥齿轮的接触强度计算方法有很多种,常用的方法有刘伯承接触强度计算法、刘伯承接触强度计算法、刘伯承接触强度计算法等。其中,刘伯承接触强度计算法是最常用的方法之一。

刘伯承接触强度计算法的基本原理是将齿轮齿面处的接触应力分解为正应力和剪应力,然后将正应力和剪应力分别与齿轮材料的许用正应力和许用剪应力进行比较,以确定齿轮的接触强度。

📣 部分代码

function varargout = gyf2(varargin)% GYF2 MATLAB code for gyf2.fig%      GYF2, by itself, creates a new GYF2 or raises the existing%      singleton*.%%      H = GYF2 returns the handle to a new GYF2 or the handle to%      the existing singleton*.%%      GYF2('CALLBACK',hObject,eventData,handles,...) calls the local%      function named CALLBACK in GYF2.M with the given input arguments.%%      GYF2('Property','Value',...) creates a new GYF2 or raises the%      existing singleton*.  Starting from the left, property value pairs are%      applied to the GUI before gyf2_OpeningFcn gets called.  An%      unrecognized property name or invalid value makes property application%      stop.  All inputs are passed to gyf2_OpeningFcn via varargin.%%      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one%      instance to run (singleton)".%% See also: GUIDE, GUIDATA, GUIHANDLES% Edit the above text to modify the response to help gyf2% Last Modified by GUIDE v2.5 27-Jul-2011 21:36:06% Begin initialization code - DO NOT EDITgui_Singleton = 1;gui_State = struct('gui_Name',       mfilename, ...                   'gui_Singleton',  gui_Singleton, ...                   'gui_OpeningFcn', @gyf2_OpeningFcn, ...                   'gui_OutputFcn',  @gyf2_OutputFcn, ...                   'gui_LayoutFcn',  [] , ...                   'gui_Callback',   []);if nargin && ischar(varargin{1})    gui_State.gui_Callback = str2func(varargin{1});endif nargout    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});else    gui_mainfcn(gui_State, varargin{:});end% End initialization code - DO NOT EDIT% --- Executes just before gyf2 is made visible.function gyf2_OpeningFcn(hObject, eventdata, handles, varargin)% This function has no output args, see OutputFcn.% hObject    handle to figure% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% varargin   command line arguments to gyf2 (see VARARGIN)% Choose default command line output for gyf2handles.output = hObject;% Update handles structureguidata(hObject, handles);% UIWAIT makes gyf2 wait for user response (see UIRESUME)% uiwait(handles.figure1);% --- Outputs from this function are returned to the command line.function varargout = gyf2_OutputFcn(hObject, eventdata, handles) % varargout  cell array for returning output args (see VARARGOUT);% hObject    handle to figure% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Get default command line output from handles structurevarargout{1} = handles.output;% --- Executes on button press in radiobutton1.function radiobutton1_Callback(hObject, eventdata, handles)% hObject    handle to radiobutton1 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hint: get(hObject,'Value') returns toggle state of radiobutton1function edit1_Callback(hObject, eventdata, handles)% hObject    handle to edit1 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit1 as text%        str2double(get(hObject,'String')) returns contents of edit1 as a double% --- Executes during object creation, after setting all properties.function edit1_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit1 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');end% --- Executes on button press in pushbutton1.function pushbutton1_Callback(hObject, eventdata, handles)% hObject    handle to pushbutton1 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)function edit2_Callback(hObject, eventdata, handles)% hObject    handle to edit2 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit2 as text%        str2double(get(hObject,'String')) returns contents of edit2 as a double% --- Executes during object creation, after setting all properties.function edit2_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit2 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit20_Callback(hObject, eventdata, handles)% hObject    handle to edit20 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit20 as text%        str2double(get(hObject,'String')) returns contents of edit20 as a double% --- Executes during object creation, after setting all properties.function edit20_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit20 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit21_Callback(hObject, eventdata, handles)% hObject    handle to edit21 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit21 as text%        str2double(get(hObject,'String')) returns contents of edit21 as a double% --- Executes during object creation, after setting all properties.function edit21_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit21 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit22_Callback(hObject, eventdata, handles)% hObject    handle to edit22 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit22 as text%        str2double(get(hObject,'String')) returns contents of edit22 as a double% --- Executes during object creation, after setting all properties.function edit22_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit22 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit23_Callback(hObject, eventdata, handles)% hObject    handle to edit23 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit23 as text%        str2double(get(hObject,'String')) returns contents of edit23 as a double% --- Executes during object creation, after setting all properties.function edit23_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit23 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit49_Callback(hObject, eventdata, handles)% hObject    handle to edit49 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit49 as text%        str2double(get(hObject,'String')) returns contents of edit49 as a double% --- Executes during object creation, after setting all properties.function edit49_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit49 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit50_Callback(hObject, eventdata, handles)% hObject    handle to edit50 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit50 as text%        str2double(get(hObject,'String')) returns contents of edit50 as a double% --- Executes during object creation, after setting all properties.function edit50_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit50 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');endfunction edit51_Callback(hObject, eventdata, handles)% hObject    handle to edit51 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of edit51 as text%        str2double(get(hObject,'String')) returns contents of edit51 as a double% --- Executes during object creation, after setting all properties.function edit51_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit51 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.%       See ISPC and COMPUTER.if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor','white');end% --------------------------------------------------------------------function Untitled_1_Callback(hObject, eventdata, handles)% hObject    handle to Untitled_1 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% --------------------------------------------------------------------function Untitled_2_Callback(hObject, eventdata, handles)% hObject    handle to Untitled_2 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)gyf% --------------------------------------------------------------------function Untitled_3_Callback(hObject, eventdata, handles)% hObject    handle to Untitled_3 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)touchfague% --------------------------------------------------------------------function Untitled_4_Callback(hObject, eventdata, handles)% hObject    handle to Untitled_4 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)flexuralfatigue_1;% --------------------------------------------------------------------function Untitled_5_Callback(hObject, eventdata, handles)% hObject    handle to Untitled_5 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)flexuralfatigue_2;

⛳️ 运行结果

正在上传…重新上传取消

4. 结语

锥齿轮的弯曲强度计算和接触强度计算是齿轮设计中的两个重要环节。通过对锥齿轮的弯曲强度和接触强度进行计算,可以确保齿轮在正常工作条件下不会发生弯曲断裂和齿面压痕和磨损,从而提高齿轮的寿命和可靠性。

🔗 参考文献

[1] 盖苗苗.JS40矿用减速器的优化及可靠性分析[D].河南科技大学,2015.DOI:10.7666/d.D01141977.

[2] 冯刚,李彦彬,高虹霓,等.裂纹对弧齿锥齿轮接触应力影响研究[J].机械强度, 2014, 036(004):631-635.DOI:CNKI:SUN:JXQD.0.2014-04-026.

[3] 魏文波.航空弧齿锥齿轮结构改进和喷油润滑的数值分析研究[D].北京交通大学,2016.DOI:10.7666/d.Y3126901.

🎈 部分理论引用网络文献,若有侵权联系博主删除
🎁  关注我领取海量matlab电子书和数学建模资料

👇  私信完整代码、论文复现、期刊合作、论文辅导及科研仿真定制

1 各类智能优化算法改进及应用
生产调度、经济调度、装配线调度、充电优化、车间调度、发车优化、水库调度、三维装箱、物流选址、货位优化、公交排班优化、充电桩布局优化、车间布局优化、集装箱船配载优化、水泵组合优化、解医疗资源分配优化、设施布局优化、可视域基站和无人机选址优化
2 机器学习和深度学习方面
卷积神经网络(CNN)、LSTM、支持向量机(SVM)、最小二乘支持向量机(LSSVM)、极限学习机(ELM)、核极限学习机(KELM)、BP、RBF、宽度学习、DBN、RF、RBF、DELM、XGBOOST、TCN实现风电预测、光伏预测、电池寿命预测、辐射源识别、交通流预测、负荷预测、股价预测、PM2.5浓度预测、电池健康状态预测、水体光学参数反演、NLOS信号识别、地铁停车精准预测、变压器故障诊断
2.图像处理方面
图像识别、图像分割、图像检测、图像隐藏、图像配准、图像拼接、图像融合、图像增强、图像压缩感知
3 路径规划方面
旅行商问题(TSP)、车辆路径问题(VRP、MVRP、CVRP、VRPTW等)、无人机三维路径规划、无人机协同、无人机编队、机器人路径规划、栅格地图路径规划、多式联运运输问题、车辆协同无人机路径规划、天线线性阵列分布优化、车间布局优化
4 无人机应用方面
无人机路径规划、无人机控制、无人机编队、无人机协同、无人机任务分配、无人机安全通信轨迹在线优化
5 无线传感器定位及布局方面
传感器部署优化、通信协议优化、路由优化、目标定位优化、Dv-Hop定位优化、Leach协议优化、WSN覆盖优化、组播优化、RSSI定位优化
6 信号处理方面
信号识别、信号加密、信号去噪、信号增强、雷达信号处理、信号水印嵌入提取、肌电信号、脑电信号、信号配时优化
7 电力系统方面
微电网优化、无功优化、配电网重构、储能配置
8 元胞自动机方面
交通流 人群疏散 病毒扩散 晶体生长
9 雷达方面
卡尔曼滤波跟踪、航迹关联、航迹融合
  • 18
    点赞
  • 18
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
贴一个介绍Matlab关于接触分析的文章-接触分析.doc 分享…… 文章目录如下 一般的接触分类............................................................................................. 1 ANSYS接触能力........................................................................................... 1 点─点接触单元............................................................................................. 1 点─面接触单元............................................................................................. 2 面─面的接触单元......................................................................................... 2 执行接触分析................................................................................................. 3 面─面的接触分析......................................................................................... 3 接触分析的步骤:......................................................................................... 3 步骤1:建立模型,并划分网格.................................................................. 4 步骤二:识别接触对..................................................................................... 4 步骤三:定义刚性目标面............................................................................. 4 步骤4:定义柔性体的接触面...................................................................... 8 步骤5:设置实常数和单元关键字............................................................ 10 步骤六:....................................................................................................... 21 步骤7:给变形体单元加必要的边界条件................................................ 22 步骤8:定义求解和载 步选项.................................................................. 22 第十步:检查结果....................................................................................... 23 点─面接触分析........................................................................................... 25 点─面接触分析的步骤............................................................................... 26 点-点的接触............................................................................................... 36 接触分析实例(GUI方法)........................................................................ 39 非线性静态实例分析(命令流方式)....................................................... 42
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值