Skip to content

Commit 4043b0e

Browse files
author
algo-scope
committed
🎉auto update by Gmeek action
1 parent a699bc4 commit 4043b0e

File tree

7 files changed

+261
-7
lines changed

7 files changed

+261
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AlgoScope :link: https://algo-scope.github.io
2-
### :page_facing_up: [6](https://algo-scope.github.io/tag.html)
2+
### :page_facing_up: [7](https://algo-scope.github.io/tag.html)
33
### :speech_balloon: 0
4-
### :hibiscus: 49456
5-
### :alarm_clock: 2024-12-04 14:46:18
4+
### :hibiscus: 51099
5+
### :alarm_clock: 2024-12-09 15:45:13
66
### Powered by :heart: [Gmeek](https://github.com/Meekdai/Gmeek)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
摩托车的牙盘齿比,也就是前后的齿轮比,是影响摩托车性能的关键因素之一,它直接决定了摩托车的加速能力、最高速度以及燃油效率。理解并调整牙盘齿比,可以让骑行者根据不同的驾驶需求和路况,优化摩托车的表现。
2+
3+
牙盘齿比由前齿轮(通常位于发动机输出轴上)和后齿轮(通常位于后轮的驱动轴上)的齿数比决定。例如,如果前齿轮有15个齿,后齿轮有45个齿,那么齿比就是15:45,简化后为1:3。
4+
5+
较高的齿比(前齿轮齿数较少,后齿轮齿数较多)会增加低速时的扭矩,从而提高加速能力。这在需要频繁加速和减速的城市驾驶中特别有用。
6+
![image.png](https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090816304.png)
7+
8+
较低的齿比(前齿轮齿数较多,后齿轮齿数较少)会减少扭矩但增加速度,因此有利于在高速公路或长直道上达到更高的速度。发动机转同样的圈数,后轮转的圈数更多,相同转速下速度更快。
9+
![image.png](https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090817473.png)
10+
11+
典型的是国内引进的是ninja400,14-35的齿轮比,而泰国原版是15-41,齿比更大,很多人反映说国内版低扭差,加速没力,换过泰版41牙盘以后有很大提升。
12+
13+
升仕703RR齿比为16:42,而703F是16:48,春风675SR是16:48。
14+
15+
齿比体现的是末级传动比,也就是从发动机小链轮到后压盘的传动比。
16+
17+
但是,不能直接按照齿比来算速度,因为发动机连接变速箱还有一个初级传动比,每一档变速箱还有个变速齿比。
18+
![image.png](https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090844810.png)
19+
20+
21+
升仕703F和春风675SR的说明书:
22+
![image.png](https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090828195.png)
23+
24+
根据齿轮比计算出的六档极速:
25+
![image.png](https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090839021.png)
26+
27+
计算方式:
28+
严格来讲,按照定义,齿轮比应该叫传动比,是指两个相互啮合的齿轮的齿数之比。它表示输入齿轮(主动齿轮)和输出齿轮(从动齿轮)的转速之间的关系。也就是
29+
$$齿轮比=\frac{主动轮转速}{从动轮转速}=\frac{从动轮齿数}{主动轮齿数}$$
30+
$$小飞轮转速=\frac{发动机转速}{主减速比\times变速箱齿比}$$
31+
$$最终减速比=\frac{后牙盘}{小飞轮}$$
32+
$$轮胎转速=\frac{小飞轮转速}{最终减速比}$$
33+
$$速度=轮胎转速\times轮胎周长$$
34+
以上只是理论计算,实际情况下由于空气阻力、传动效率等影响因素,发动机提供的扭矩不一定能达到理论极速需要的那么大。如果没有阻力影响,一台跟703RR同样传动设计的单缸125,假设在6档能达到12300转,那么也能实现256km/h的极速,想想就知道这根本不现实。所以一般来说,大排量、大扭矩、高压缩比的车更容易实现理论极速。
35+
## References
36+
1. https://www.58moto.com/article/undefined/10442478.html
37+
2. https://www.dongchedi.com/video/7420828839980302898

blogBase.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,18 @@ <h1>
8080
<div id="content">
8181
<div style="margin-bottom: 16px;">学术八戒,永爱茶歇</div>
8282
<nav class="SideNav border">
83-
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/E-Clutch-wei-shen-me-shi-mo-tuo-che-de-wei-lai.html">
83+
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/guan-yu-mo-tuo-che-ya-pan-chi-bi.html">
84+
<div class="d-flex flex-items-center">
85+
<svg class="SideNav-icon octicon" style="witdh:16px;height:16px"><path class="svgTop0" d=""></path>
86+
</svg>
87+
<span class="listTitle">关于摩托车牙盘齿比</span>
88+
</div>
89+
<div class="listLabels">
90+
91+
<span class="Label LabelName" style="background-color:#B60205"><object><a style="color:#fff" href="tag.html#摩托车">摩托车</a></object></span>
92+
<span class="Label LabelTime" style="background-color:#bc4c00">2024-12-09</span>
93+
</div>
94+
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/E-Clutch-wei-shen-me-shi-mo-tuo-che-de-wei-lai.html">
8495
<div class="d-flex flex-items-center">
8596
<svg class="SideNav-icon octicon" style="witdh:16px;height:16px"><path class="svgTop0" d=""></path>
8697
</svg>
Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
<!DOCTYPE html>
2+
<html data-color-mode="light" data-dark-theme="dark" data-light-theme="light" lang="zh-CN">
3+
<head>
4+
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<link href='https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/Primer/21.0.7/primer.css' rel='stylesheet' />
8+
<script async src='https://www.googletagmanager.com/gtag/js?id=G-NZBRDLLRV0'></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-NZBRDLLRV0');</script>
9+
<link rel="icon" href="https://raw.githubusercontent.com/algo-scope/imgBed/main/imgs/logo.png"><script>
10+
let theme = localStorage.getItem("meek_theme") || "light";
11+
document.documentElement.setAttribute("data-color-mode", theme);
12+
</script>
13+
<meta name="description" content="摩托车的牙盘齿比,也就是前后的齿轮比,是影响摩托车性能的关键因素之一,它直接决定了摩托车的加速能力、最高速度以及燃油效率。">
14+
<meta property="og:title" content="关于摩托车牙盘齿比">
15+
<meta property="og:description" content="摩托车的牙盘齿比,也就是前后的齿轮比,是影响摩托车性能的关键因素之一,它直接决定了摩托车的加速能力、最高速度以及燃油效率。">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://algo-scope.github.io/post/guan-yu-mo-tuo-che-ya-pan-chi-bi.html">
18+
<meta property="og:image" content="https://raw.githubusercontent.com/algo-scope/imgBed/main/imgs/logo.png">
19+
<title>关于摩托车牙盘齿比</title>
20+
21+
22+
23+
</head>
24+
<style>
25+
body{box-sizing: border-box;min-width: 200px;max-width: 900px;margin: 20px auto;padding: 45px;font-size: 16px;font-family: sans-serif;line-height: 1.25;}
26+
#header{display:flex;padding-bottom:8px;border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));margin-bottom: 16px;}
27+
#footer {margin-top:64px; text-align: center;font-size: small;}
28+
29+
</style>
30+
31+
<style>
32+
.postTitle{margin: auto 0;font-size:40px;font-weight:bold;}
33+
.title-right{display:flex;margin:auto 0 0 auto;}
34+
.title-right .circle{padding: 14px 16px;margin-right:8px;}
35+
#postBody{border-bottom: 1px solid var(--color-border-default);padding-bottom:36px;}
36+
#postBody hr{height:2px;}
37+
#cmButton{height:48px;margin-top:48px;}
38+
#comments{margin-top:64px;}
39+
.g-emoji{font-size:24px;}
40+
@media (max-width: 600px) {
41+
body {padding: 8px;}
42+
.postTitle{font-size:24px;}
43+
}
44+
45+
</style>
46+
47+
48+
49+
50+
<body>
51+
<div id="header">
52+
<h1 class="postTitle">关于摩托车牙盘齿比</h1>
53+
<div class="title-right">
54+
<a href="https://algo-scope.github.io" id="buttonHome" class="btn btn-invisible circle" title="首页">
55+
<svg class="octicon" width="16" height="16">
56+
<path id="pathHome" fill-rule="evenodd"></path>
57+
</svg>
58+
</a>
59+
60+
<a href="https://github.com/algo-scope/algo-scope.github.io/issues/9" target="_blank" class="btn btn-invisible circle" title="Issue">
61+
<svg class="octicon" width="16" height="16">
62+
<path id="pathIssue" fill-rule="evenodd"></path>
63+
</svg>
64+
</a>
65+
66+
67+
<a class="btn btn-invisible circle" onclick="modeSwitch();" title="切换主题">
68+
<svg class="octicon" width="16" height="16" >
69+
<path id="themeSwitch" fill-rule="evenodd"></path>
70+
</svg>
71+
</a>
72+
73+
</div>
74+
</div>
75+
<div id="content">
76+
<div class="markdown-body" id="postBody"><p>摩托车的牙盘齿比,也就是前后的齿轮比,是影响摩托车性能的关键因素之一,它直接决定了摩托车的加速能力、最高速度以及燃油效率。理解并调整牙盘齿比,可以让骑行者根据不同的驾驶需求和路况,优化摩托车的表现。</p>
77+
<p>牙盘齿比由前齿轮(通常位于发动机输出轴上)和后齿轮(通常位于后轮的驱动轴上)的齿数比决定。例如,如果前齿轮有15个齿,后齿轮有45个齿,那么齿比就是15:45,简化后为1:3。</p>
78+
<p>较高的齿比(前齿轮齿数较少,后齿轮齿数较多)会增加低速时的扭矩,从而提高加速能力。这在需要频繁加速和减速的城市驾驶中特别有用。<br>
79+
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090816304.png"><img src="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090816304.png" alt="image.png" style="max-width: 100%;"></a></p>
80+
<p>较低的齿比(前齿轮齿数较多,后齿轮齿数较少)会减少扭矩但增加速度,因此有利于在高速公路或长直道上达到更高的速度。发动机转同样的圈数,后轮转的圈数更多,相同转速下速度更快。<br>
81+
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090817473.png"><img src="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090817473.png" alt="image.png" style="max-width: 100%;"></a></p>
82+
<p>典型的是国内引进的是ninja400,14-35的齿轮比,而泰国原版是15-41,齿比更大,很多人反映说国内版低扭差,加速没力,换过泰版41牙盘以后有很大提升。</p>
83+
<p>升仕703RR齿比为16:42,而703F是16:48,春风675SR是16:48。</p>
84+
<p>齿比体现的是末级传动比,也就是从发动机小链轮到后压盘的传动比。</p>
85+
<p>但是,不能直接按照齿比来算速度,因为发动机连接变速箱还有一个初级传动比,每一档变速箱还有个变速齿比。<br>
86+
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090844810.png"><img src="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090844810.png" alt="image.png" style="max-width: 100%;"></a></p>
87+
<p>升仕703F和春风675SR的说明书:<br>
88+
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090828195.png"><img src="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090828195.png" alt="image.png" style="max-width: 100%;"></a></p>
89+
<p>根据齿轮比计算出的六档极速:<br>
90+
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090839021.png"><img src="https://raw.githubusercontent.com/algo-scope/imgBed/main/2411/202412090839021.png" alt="image.png" style="max-width: 100%;"></a></p>
91+
<p>计算方式:<br>
92+
严格来讲,按照定义,齿轮比应该叫传动比,是指两个相互啮合的齿轮的齿数之比。它表示输入齿轮(主动齿轮)和输出齿轮(从动齿轮)的转速之间的关系。也就是<br>
93+
$$齿轮比=\frac{主动轮转速}{从动轮转速}=\frac{从动轮齿数}{主动轮齿数}$$<br>
94+
$$小飞轮转速=\frac{发动机转速}{主减速比\times变速箱齿比}$$<br>
95+
$$最终减速比=\frac{后牙盘}{小飞轮}$$<br>
96+
$$轮胎转速=\frac{小飞轮转速}{最终减速比}$$<br>
97+
$$速度=轮胎转速\times轮胎周长$$<br>
98+
以上只是理论计算,实际情况下由于空气阻力、传动效率等影响因素,发动机提供的扭矩不一定能达到理论极速需要的那么大。如果没有阻力影响,一台跟703RR同样传动设计的单缸125,假设在6档能达到12300转,那么也能实现256km/h的极速,想想就知道这根本不现实。所以一般来说,大排量、大扭矩、高压缩比的车更容易实现理论极速。</p>
99+
<h2>References</h2>
100+
<ol>
101+
<li><a href="https://www.58moto.com/article/undefined/10442478.html" rel="nofollow">https://www.58moto.com/article/undefined/10442478.html</a></li>
102+
<li><a href="https://www.dongchedi.com/video/7420828839980302898" rel="nofollow">https://www.dongchedi.com/video/7420828839980302898</a></li>
103+
</ol></div>
104+
<div style="font-size:small;margin-top:8px;float:right;">转载请注明出处</div>
105+
106+
<button class="btn btn-block" type="button" onclick="openComments()" id="cmButton">评论</button>
107+
<div class="comments" id="comments"></div>
108+
109+
</div>
110+
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://algo-scope.github.io">AlgoScope</a></div>
111+
<div id="footer2">
112+
<span id="runday"></span><span>Powered by <a href="https://meekdai.com/Gmeek.html" target="_blank">Gmeek</a></span>
113+
</div>
114+
115+
<script>
116+
var now=new Date();
117+
document.getElementById("copyrightYear").innerHTML=now.getFullYear();
118+
119+
if("10/10/2024"!=""){
120+
var startSite=new Date("10/10/2024");
121+
var diff=now.getTime()-startSite.getTime();
122+
var diffDay=Math.floor(diff/(1000*60*60*24));
123+
document.getElementById("runday").innerHTML="网站运行"+diffDay+"天"+" • ";
124+
}
125+
</script></div>
126+
</body>
127+
<script>
128+
var IconList={'sun': 'M8 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z', 'moon': 'M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z', 'sync': 'M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z', 'home': 'M6.906.664a1.749 1.749 0 0 1 2.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019A1.75 1.75 0 0 1 13.25 15h-3.5a.75.75 0 0 1-.75-.75V9H7v5.25a.75.75 0 0 1-.75.75h-3.5A1.75 1.75 0 0 1 1 13.25V6.23c0-.531.242-1.034.657-1.366l5.25-4.2Zm1.25 1.171a.25.25 0 0 0-.312 0l-5.25 4.2a.25.25 0 0 0-.094.196v7.019c0 .138.112.25.25.25H5.5V8.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v5.25h2.75a.25.25 0 0 0 .25-.25V6.23a.25.25 0 0 0-.094-.195Z', 'github': 'M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z'};
129+
var utterancesLoad=0;
130+
131+
let themeSettings={
132+
"dark": ["dark","moon","#00f0ff","dark-blue"],
133+
"light": ["light","sun","#ff5000","github-light"],
134+
"auto": ["auto","sync","","preferred-color-scheme"]
135+
};
136+
function changeTheme(mode, icon, color, utheme){
137+
document.documentElement.setAttribute("data-color-mode",mode);
138+
document.getElementById("themeSwitch").setAttribute("d",value=IconList[icon]);
139+
document.getElementById("themeSwitch").parentNode.style.color=color;
140+
if(utterancesLoad==1){utterancesTheme(utheme);}
141+
}
142+
function modeSwitch(){
143+
let currentMode=document.documentElement.getAttribute('data-color-mode');
144+
let newMode = currentMode === "light" ? "dark" : currentMode === "dark" ? "auto" : "light";
145+
localStorage.setItem("meek_theme", newMode);
146+
if(themeSettings[newMode]){
147+
changeTheme(...themeSettings[newMode]);
148+
}
149+
}
150+
function utterancesTheme(theme){
151+
const message={type:'set-theme',theme: theme};
152+
const iframe=document.getElementsByClassName('utterances-frame')[0];
153+
iframe.contentWindow.postMessage(message,'https://utteranc.es');
154+
}
155+
if(themeSettings[theme]){changeTheme(...themeSettings[theme]);}
156+
console.log("\n %c Gmeek last https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#02d81d;color:#fff");
157+
</script>
158+
159+
<script>
160+
document.getElementById("pathHome").setAttribute("d",IconList["home"]);
161+
document.getElementById("pathIssue").setAttribute("d",IconList["github"]);
162+
163+
164+
165+
function openComments(){
166+
cm=document.getElementById("comments");
167+
cmButton=document.getElementById("cmButton");
168+
cmButton.innerHTML="loading";
169+
span=document.createElement("span");
170+
span.setAttribute("class","AnimatedEllipsis");
171+
cmButton.appendChild(span);
172+
173+
script=document.createElement("script");
174+
script.setAttribute("src","https://utteranc.es/client.js");
175+
script.setAttribute("repo","algo-scope/algo-scope.github.io");
176+
script.setAttribute("issue-term","title");
177+
178+
if(localStorage.getItem("meek_theme")=="dark"){script.setAttribute("theme","dark-blue");}
179+
else if(localStorage.getItem("meek_theme")=="light") {script.setAttribute("theme","github-light");}
180+
else{script.setAttribute("theme","preferred-color-scheme");}
181+
182+
script.setAttribute("crossorigin","anonymous");
183+
script.setAttribute("async","");
184+
cm.appendChild(script);
185+
186+
int=self.setInterval("iFrameLoading()",200);
187+
}
188+
189+
function iFrameLoading(){
190+
var utterances=document.getElementsByClassName('utterances');
191+
if(utterances.length==1){
192+
if(utterances[0].style.height!=""){
193+
utterancesLoad=1;
194+
int=window.clearInterval(int);
195+
document.getElementById("cmButton").style.display="none";
196+
console.log("utterances Load OK");
197+
}
198+
}
199+
}
200+
201+
202+
203+
</script>
204+
<script>MathJax = {tex: {inlineMath: [["$", "$"]]}};</script><script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
205+
206+
</html>

0 commit comments

Comments
 (0)