Kalkulator na Wutar Lantarki
How cold it feels from air temperature and wind speed, using the NWS formula.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
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, which is the amount of heat that is lost by the body when the wind is blowing. The calculator is designed to help you calculate wind chill, which is the amount of heat that is lost by the body when the wind is blowing. The calculator is designed to help you calculate wind chill, which is the amount of heat that is lost by the body when the wind is blowing.The calculator is designed to help you calculate wind chill,The formula is defined for the air temperature of 20 °F (10 °C) with a wind speed of 15 mph (25 km/h) and the wind speed of
Tambayoyi da ake yi da yawa
Mene ne ma'anar iska?
The NWS formula (2001) in imperial units is WC = 35.74 + 0.6215T − 35.75V^0.16 + 0.4275T·V^0.16, with T in °F and V in mph. It models heat loss from bare skin as wind strips away the thin warm layer around the body.
When does wind chill apply?
It is defined for temperatures at or below 50 °F (10 °C) and winds above about 3 mph (5 km/h). Above those, wind has little cooling effect and the "feels like" equals the air temperature.
Shin, da sauki za ka iya yin zafi?
Idan zafin iska ya sauka kasa da -18 °C (0 °F) zafi zai zama wani hadari, kuma kasa da -28 °C (-19 °F) fata mai haske za ta iya zafi a cikin minti 30 ko kaɗan - da sauri a cikin zafi mai yawa.
Shin, zafi na iska yana shafar abubuwa, ko kuwa mutane kawai?
Only living, warmer-than-air things. Wind chill measures how fast a warm body loses heat, so it makes people and animals feel colder, but it cannot cool an object like a car or a water pipe below the actual air temperature.
To, me ya sa iska mai yawa ba ta ci gaba da saukar da zafi ba?
The formula uses wind speed to the power 0.16, which rises steeply at first and then flattens. Going from 5 to 15 mph drops the feels-like temperature a lot, but going from 40 to 50 mph changes it only slightly.
Shin mai lissafa yana aiki a cikin °F/mph da °C/km/h?
Ya, zaɓi imperial don shigar da °F da mph ko kuma mita don °C da km/h, kuma yana amfani da daidaiton NWS mai daidaitawa. An yanke hukuncin matsaloli na frostbite akan sifar mita cikin gida don haka tsarin yunit biyu suna yarda.
A wane zafi zafi na iska ya daina damuwa?
Above 50 °F (10 °C), or when the wind is below about 3 mph (5 km/h), wind has little cooling effect and the feels-like temperature equals the air temperature — so the calculator returns a note rather than a lower number in those conditions.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
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);
Results are estimates for general guidance only, not financial, medical or tax advice.