-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
222 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
|
||
<title>Corr - Joey Blog</title> | ||
|
||
|
||
|
||
<meta name="description" content="Stern-Geary测量腐蚀速率的原理主要基于电化学理论,尤其是它通过测量极化电阻((R_p))来推导出腐蚀速率。该方法依赖于Stern-Geary方程,该方程将腐蚀电流密度((i_{\text{corr}}))与极化电阻联系起来。核心原理可以分为几个关键步骤来解释: | ||
1. 极化电阻的测量: 在电化学腐蚀过程中,当施加一个非常小的电势扰动(正负数十毫伏)到腐蚀电池中时,系统会发生电流响应。这个电流响应的斜率,即电位和电流的比值,就称为极化电阻((R_p))。极化电阻可以通过以下公式定义: | ||
$$ R_p = \left( \frac{dE}{dI} \right){\text{at } E{\text{corr}}} $$ | ||
其中: | ||
(E) 是电极电位, (I) 是电流, (E_{\text{corr}}) 是腐蚀电位。 这种电位-电流斜率反映了系统对极化扰动的抵抗性,它与腐蚀速率密切相关。 | ||
2. Stern-Geary方程: 通过Stern-Geary方程,极化电阻可以与腐蚀电流密度((i_{\text{corr}}))直接联系起来,公式如下: | ||
$$ i_{\text{corr}} = \frac{B}{R_p} $$ | ||
其中: | ||
(i_{\text{corr}}) 是腐蚀电流密度(单位:A/cm²), (B) 是一个常数,称为Stern-Geary常数,通常根据Tafel斜率计算得出, (R_p) 是极化电阻。 3. Stern-Geary常数 (B): (B) 常数的值取决于阳极和阴极的Tafel斜率((b_a) 和 (b_c)),通过以下公式计算: | ||
$$ B = \frac{b_a \cdot b_c}{2.303(b_a + b_c)} $$ | ||
其中: | ||
(b_a) 和 (b_c) 分别是阳极和阴极反应的Tafel斜率,反映了电极反应速度随电位变化的敏感性。 4. 计算腐蚀速率: 一旦得到了腐蚀电流密度 (i_{\text{corr}}),就可以进一步计算腐蚀速率。腐蚀速率通常用金属的失重或厚度减少来表示,公式如下: | ||
$$ v_{\text{corrosion}} = \frac{K \cdot i_{\text{corr}} \cdot \text{Eq.Wt.}}{\rho \cdot A} $$" /> | ||
<meta name="author" content="" /> | ||
|
||
|
||
<link href="https://unpkg.com/@master/normal.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/@master/[email protected]"></script> | ||
<script src="https://unpkg.com/@master/[email protected]"></script> | ||
<script src="https://unpkg.com/master-styles-group"></script> | ||
<script src="https://unpkg.com/themes.js"></script> | ||
<script>window.themes = window.themes || new window.Themes()</script> | ||
|
||
<style> | ||
:root { | ||
--font-sans: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; | ||
} | ||
</style></head> | ||
<body class="bg:fade-84@dark font:fade-16@dark font:sans"> | ||
<nav class="w:full h:90 fixed bg:fade-84/.95@dark bg:white z:1000"> | ||
<div class=" | ||
h:full | ||
w:full | ||
max-w:1200 | ||
mx:auto | ||
px:32 | ||
d:flex | ||
align-items:center | ||
"> | ||
<div> | ||
<a href="/" class="mr-3 font:extralight"> | ||
|
||
Joey Blog | ||
|
||
</a> | ||
</div> | ||
|
||
<div class="ml:auto"> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</nav> | ||
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word"> | ||
<div class="max-w:700 w:full box:content-box"> | ||
<article class="box:border-box pt:32"> | ||
<header class="mb:32"> | ||
<div class="font:40 font:extrabold">Corr</div> | ||
<div class="mt:16 f:fade-60"> | ||
<time>Oct 9, 2024</time> | ||
</div> | ||
</header><div class=" | ||
_:where(a):hover{text-decoration-color:fade} | ||
_:where(a){text-decoration:2;underline;fade-10;_text-decoration-color:fade-70@dark} | ||
_:where(blockquote){bl:5;solid;fade-76/.1;_bl:5;solid;fade-34/.1@dark} | ||
_:where(code){font:90%;_v:middle} | ||
_:where(code:not(.highlight_*,pre_*)){p:2;6;_r:4} | ||
_:where(del){text-decoration:1;line-through;fade-68;_text-decoration-color:red-64@dark} | ||
_:where(figcaption){text:14;_p:10;20;0;_width:fit;_mx:auto;_font:fade-56;_font:fade-57@dark} | ||
_:where(h1){font:40;_font:extrabold} | ||
_:where(h1,h2,h3)+:where(h1,h2,h3){mt:.5em} | ||
_:where(h1,h2,h3,h4,h5,h6){mt:2em} | ||
_:where(h2){mb:1em;_font:32} | ||
_:where(h3){font:24} | ||
_:where(h4){font:20} | ||
_:where(h5){font:16} | ||
_:where(h6){font:14} | ||
_:where(li)::marker{font:fade-44;_font:fade-68@dark} | ||
_:where(li){pl:.375em} | ||
_:where(mark){text-decoration:1;underline;#fce016;_bg:transparent;_text-decoration-color:rgb(252;224;22/.5)@dark} | ||
_:where(p,li){font:fade-76;_font:16;_line-height:1.65;_font:fade-34@dark} | ||
_:where(p,pre,blockquote,figure,ul,ol,table){my:1.125em} | ||
>:first-child{mt:0!} | ||
_:where(pre){p:20;_r:8;_overflow:auto} | ||
_:where(pre,code:not(.highlight_*)){bg:fade-2;_bg:fade-92!@dark} | ||
_:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark} | ||
_:where(table){width:full;_border-spacing:0} | ||
_:where(td){v:baseline} | ||
_:where(td,th):first-child{pl:0} | ||
_:where(td,th):last-child{pr:0} | ||
_:where(td,th){bb:1;solid;fade-92/.06;_p:6;_b:fade-4/.04@dark} | ||
_:where(th){font:fade-78;_font:14;_text:left;_font:fade-12@dark} | ||
_:where(th,p_code,li_code,a,mark){font:semibold;_font:medium@dark} | ||
_:where(ul){list-style-type:disc} | ||
_:where(ul,ol,blockquote){pl:1.5em} | ||
_:where(video,img){max-width:full} | ||
_:where(a,mark){text-underline-offset:3} | ||
_:where(hr){h:2;_bg:fade-10;_bg:fade-70@dark;_my:3em} | ||
"><p><strong>Stern-Geary测量腐蚀速率的原理</strong>主要基于电化学理论,尤其是它通过测量极化电阻((R_p))来推导出腐蚀速率。该方法依赖于Stern-Geary方程,该方程将腐蚀电流密度((i_{\text{corr}}))与极化电阻联系起来。核心原理可以分为几个关键步骤来解释:</p> | ||
<h3 id="1-极化电阻的测量">1. 极化电阻的测量:</h3> | ||
<p>在电化学腐蚀过程中,当施加一个非常小的电势扰动(正负数十毫伏)到腐蚀电池中时,系统会发生电流响应。这个电流响应的斜率,即电位和电流的比值,就称为极化电阻((R_p))。极化电阻可以通过以下公式定义:</p> | ||
<p>$$ | ||
R_p = \left( \frac{dE}{dI} \right)<em>{\text{at } E</em>{\text{corr}}} | ||
$$</p> | ||
<p>其中:</p> | ||
<ul> | ||
<li>(E) 是电极电位,</li> | ||
<li>(I) 是电流,</li> | ||
<li>(E_{\text{corr}}) 是腐蚀电位。</li> | ||
</ul> | ||
<p>这种电位-电流斜率反映了系统对极化扰动的抵抗性,它与腐蚀速率密切相关。</p> | ||
<h3 id="2-stern-geary方程">2. Stern-Geary方程:</h3> | ||
<p>通过Stern-Geary方程,极化电阻可以与腐蚀电流密度((i_{\text{corr}}))直接联系起来,公式如下:</p> | ||
<p>$$ | ||
i_{\text{corr}} = \frac{B}{R_p} | ||
$$</p> | ||
<p>其中:</p> | ||
<ul> | ||
<li>(i_{\text{corr}}) 是腐蚀电流密度(单位:A/cm²),</li> | ||
<li>(B) 是一个常数,称为Stern-Geary常数,通常根据Tafel斜率计算得出,</li> | ||
<li>(R_p) 是极化电阻。</li> | ||
</ul> | ||
<h3 id="3-stern-geary常数-b">3. Stern-Geary常数 (B):</h3> | ||
<p>(B) 常数的值取决于阳极和阴极的Tafel斜率((b_a) 和 (b_c)),通过以下公式计算:</p> | ||
<p>$$ | ||
B = \frac{b_a \cdot b_c}{2.303(b_a + b_c)} | ||
$$</p> | ||
<p>其中:</p> | ||
<ul> | ||
<li>(b_a) 和 (b_c) 分别是阳极和阴极反应的Tafel斜率,反映了电极反应速度随电位变化的敏感性。</li> | ||
</ul> | ||
<h3 id="4-计算腐蚀速率">4. 计算腐蚀速率:</h3> | ||
<p>一旦得到了腐蚀电流密度 (i_{\text{corr}}),就可以进一步计算腐蚀速率。腐蚀速率通常用金属的失重或厚度减少来表示,公式如下:</p> | ||
<p>$$ | ||
v_{\text{corrosion}} = \frac{K \cdot i_{\text{corr}} \cdot \text{Eq.Wt.}}{\rho \cdot A} | ||
$$</p> | ||
<p>其中:</p> | ||
<ul> | ||
<li>(K) 是单位换算常数(通常为3.27 × 10(^3)),</li> | ||
<li>(i_{\text{corr}}) 是腐蚀电流密度,</li> | ||
<li>(\text{Eq.Wt.}) 是金属的当量重量,</li> | ||
<li>(\rho) 是金属密度,</li> | ||
<li>(A) 是暴露表面积。</li> | ||
</ul> | ||
<h3 id="总结">总结:</h3> | ||
<p>Stern-Geary法通过测量极化电阻 (R_p),结合Stern-Geary方程和Tafel斜率,得出腐蚀电流密度 (i_{\text{corr}}),进而可以计算出腐蚀速率。这种方法尤其适用于均匀腐蚀过程的电化学测量,提供了一种快速、非破坏性的方法来评估材料的腐蚀行为。</p> | ||
</div></article> | ||
<footer class="py:24"> | ||
<div class="f:fade-30 f:14 mb:8"></div> | ||
<div class="f:fade-60 f:12">Theme <a class="f:bold" href="https://github.com/serkodev/holy" _target="_blank">Holy</a></div> | ||
</footer> | ||
<script type="text/javascript" async | ||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"> | ||
</script></div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters