<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>工学 | 便利ツールのお部屋</title>
	<atom:link href="https://joho-taisaku.com/tools/category/engineering/feed/" rel="self" type="application/rss+xml" />
	<link>https://joho-taisaku.com/tools</link>
	<description>情報試験対策室より</description>
	<lastBuildDate>Tue, 16 Jul 2024 14:39:58 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>空気の屈折率を気圧、温度、光の波長から算出するツール</title>
		<link>https://joho-taisaku.com/tools/refractive-index/</link>
		
		<dc:creator><![CDATA[hikaruinbiz@gmail.com]]></dc:creator>
		<pubDate>Tue, 05 Sep 2023 16:42:15 +0000</pubDate>
				<category><![CDATA[工学]]></category>
		<guid isPermaLink="false">https://joho-taisaku.com/tools/?p=114</guid>

					<description><![CDATA[空気中の光の屈折率を気圧、温度、光の波長から算出します。 根拠とする文献は、[ Edlén, B. (1966). The refractive index of air.&#160;Metrologia,&#160;2 [&#8230;]]]></description>
										<content:encoded><![CDATA[




<p>空気中の光の屈折率を気圧、温度、光の波長から算出します。</p>



<p>根拠とする文献は、[ Edlén, B. (1966). The refractive index of air.&nbsp;<em>Metrologia</em>,&nbsp;<em>2</em>(2), 71. ] です。<a href="http://jupiter.chem.uoa.gr/thanost/papers/papers4/Metrol_2(1966)71.pdf" data-type="link" data-id="http://jupiter.chem.uoa.gr/thanost/papers/papers4/Metrol_2(1966)71.pdf" target="_blank" rel="noreferrer noopener">PDFのリンク</a></p>



<h3 class="wp-block-heading">入力</h3>



<div>
        <label for="pressure">気圧（Pa、指数形式）：</label>
        <input type="text" id="pressure" placeholder="例: 1.0e5" required>
    </div><br>

    <div>
        <label for="temperature">温度（℃）：</label>
        <input type="text" id="temperature" placeholder="例: 24" required>
    </div><br>

    <div>
        <label for="wavelength">真空中での光の波長（μm）：</label>
        <input type="text" id="wavelength" placeholder="例: 300" required>
    </div><br>

    <button onclick="performCalculation()" class="run">計算</button>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">結果</h3>



<div id="result">
        <!-- 結果を表示するための要素 -->
    </div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">解説</h3>



<p>先に挙げた文献には、Abstractの部分において以下の数式が記されており、当ツールはそれに従って計算を実行しています。</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>標準気体での空気の屈折率から1引いた値を\((n-1)_s\)、真空中での光の波数を\(\sigma\)[μm\(^{-1}\)]とすると、</p>



<p>$$ (n-1)_s \times 10^8 = 8342.13 + 2406030 (130 - \sigma^2)^{-1} + 15997 (38.9 - \sigma^2)^{-1} $$</p>



<p>また、温度\(t\)[℃]、気圧\(p\)[torr]での空気の屈折率から1引いた値を\((n-1)_{tp}\)とすると、</p>



<p>$$ (n-1)_{tp} = (n-1)_s \times 0.00138823 p/(1 + 0.003671 t) $$</p>
<cite>Edlén, B. (1966). The refractive index of air.&nbsp;<em>Metrologia</em>,&nbsp;<em>2</em>(2), 71. </cite></blockquote>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<p>ただし、1[torr] = \(\frac{101325}{760}\)[Pa]です。</p>



<p>適用条件、導出方法などは元論文を確認してください。当ページは数式の使用方法等の正確さを保証するものではありません。また元論文の正確性を主張するものでもありません。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>気体分子の根二乗平均速度、平均速度、最大確率速度を求める計算ツール</title>
		<link>https://joho-taisaku.com/tools/gas-molecule/</link>
		
		<dc:creator><![CDATA[hikaruinbiz@gmail.com]]></dc:creator>
		<pubDate>Sat, 02 Sep 2023 15:34:25 +0000</pubDate>
				<category><![CDATA[工学]]></category>
		<guid isPermaLink="false">https://joho-taisaku.com/tools/?p=61</guid>

					<description><![CDATA[温度、気体分子の質量、ボルツマン定数を入力すると、気体分子の根二乗平均速度、平均速度、最大確率速度を計算します。 指数形式（1.38e-23など）で入力することができます。 入力 温度 (K)： 気体分子の質量 (kg) [&#8230;]]]></description>
										<content:encoded><![CDATA[




<p>温度、気体分子の質量、ボルツマン定数を入力すると、気体分子の根二乗平均速度、平均速度、最大確率速度を計算します。</p>



<p>指数形式（1.38e-23など）で入力することができます。</p>



<h3 class="wp-block-heading">入力</h3>



<div>
        <label for="temperatureInput">温度 (K)：</label>
        <input type="number" id="temperatureInput" min="0" step="1" required>
    </div><br>
    <div>
        <label for="massInput">気体分子の質量 (kg)：</label>
        <input type="text" id="massInput" pattern="[-+]?[0-9]*\.?[0-9]+[eE][-+]?[0-9]+" required>
    </div><br>
    <div>
        <label for="boltzmannConstantInput">ボルツマン定数 (J/K)：</label>
        <input type="text" id="boltzmannConstantInput" value="1.38e-23" pattern="[-+]?[0-9]*\.?[0-9]+[eE][-+]?[0-9]+" required>
    </div><br>
    <div>
        <label for="significantFiguresInput">有効数字の桁数：</label>
        <input type="number" id="significantFiguresInput" min="1" value="3">
    </div><br>
    <div>
        <button type="button" onclick="calculateVelocities()" class="run">計算</button>
    </div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">結果</h3>



<div id="result">
        <p>根二乗平均速度： <span id="rmsVelocity"></span> m/s</p>
        <p>平均速度： <span id="averageVelocity"></span> m/s</p>
        <p>最大確率速度： <span id="mostProbableVelocity"></span> m/s</p>
    </div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">解説</h3>



<p>気体分子運動論において、気体分子の根二乗平均速度\(v_{rms}\)、平均速度\(v\)、最大確率速度\(v_{mp}\)は、温度を\(T\)[K]、気体分子の質量を\(m\)[kg]、ボルツマン定数を\(k_B\)[J/K]とすると、次のように表されます。</p>



<p>$$v_{rms} = \sqrt{\frac{3k_B T}{m}},　v = \sqrt{\frac{8k_B T}{\pi m}},　v_{mp} = \sqrt{\frac{2k_B T}{m}}$$</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
