風冷計算機
気温と風速から感じる寒さをNWS式で表した。
結果はタイプすると更新されます。
この計算機の情報
wind chill calculator is a simple, easy-to-use tool that can help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed to help you calculate wind chill. The calculator is designed
よくある質問
風冷式は?
NWS式はWC=35.74+0.6215T−35.75V0.16+0.4275T・V0.16で,Tは°F,Vはmphである。
風冷はいつ適用される?
気温が50°F(10°C)以下で風速が5km/h以上の場合に定義される。
凍傷はどれくらい早く起こるのか。
風寒が約−18°C以下になると凍傷の危険性が高まり,−28°C以下では30分以内に凍傷する。
風寒は物体に影響するのか,人間だけに影響するのか。
風冷は温かい体が熱を失う速さを測るもので 人や動物を冷たく感じさせるが 車や水道管のような物体を 実際の空気温度より低く冷やすことはできない
なぜ風が強くなると 比例して寒く感じないのか?
風速は最初急激に上昇し,次に平坦化する。
計算機は°F/mphと°C/km/hの両方で動作しますか。
英単位を選択して °Fと mph を入力し、メートル単位を選択して °Cと km/h を入力します。NWS 式を適用します。凍傷のしきい値は内部的にメートル単位で判断され、両方の単位系が一致します。
風冷はどの温度で 重要性を失う?
50°F(10°C)以上、または風速が3 mph(5 km/h)以下のとき、風はほとんど冷却効果を持たず、感覚温度は空気温度と同じである。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/wind-chill/
curl
curl "https://calculator.free/api/v1/wind-chill/?units=imperial&temp=20&wind=15"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/wind-chill/?" + new URLSearchParams({
"units": "imperial",
"temp": "20",
"wind": "15"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。