• 大小: 15KB
    文件类型: .rar
    金币: 2
    下载: 3 次
    发布日期: 2021-01-05
  • 语言: Matlab
  • 标签: matlab  轮轨关系  

资源简介

此程序可用于计算轮轨接触斑,轮轨接触角,轮轨等效锥度

资源截图

代码片段和文件信息

% M-file name: contact_angle.m
% M-file type: Function file

% This function file computes the contact angles at the left and the right wheel-rail contact
% patches as a function of the relative lateral displacement between the left and the right wheels
% and rails. The inputs to the function are the relative lateral displacement between the left
% wheel and the left rail and the right wheel and the right rail. The outputs are the contact
% angles at the left and the right tread and flange contact patches.

% The outputs given by this function are called by the function file ‘wheelset.m‘.

function [calefttreadcaleftflangecarighttreadcarightflange]=contact_angle(yylyr)

% Parameters used for simulation

% yfc: Flange clearance or flange width (m)
% yfctol: Lateral tole

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3981  2004-06-27 19:40  single-wheel.m

     文件       4007  2004-06-27 19:29  twopt_creep.m

     文件       3090  2004-06-27 19:33  twopt_normal.m

     文件      21411  2004-06-27 18:07  wheelset.m

     文件       1403  2004-06-27 19:34  wheelset_suspension.m

     文件       2900  2004-06-27 19:39  contact_angle.m

     文件       1901  2004-06-27 18:07  equations.m

     文件       2814  2004-06-27 19:26  onept_creep.m

     文件       2294  2004-06-27 19:30  onept_normal.m

     文件       2941  2004-06-27 19:37  rolling_radius.m

     文件       3987  2004-06-29 16:23  single_wheelset.m

     文件        218  2007-06-04 14:14  www.pudn.com.txt

----------- ---------  ---------- -----  ----

                50947                    12


评论

共有 条评论