Details and Options
ResourceFunction["FrostbiteTime"] gives the time when skin or other tissues freeze when exposed to low temperatures.
The temperature
t unit can be any unit of temperature. When not specified with
Quantity, the temperature unit is interpreted as degrees Celsius.
The wind speed
ws can be any unit of speed. When not specified with
Quantity, the wind speed unit is interpreted as kilometers per hour.
The temperature and wind speed values allowed by the function (based on the NOAA model) are those between -48.331 and -5 (degrees Celsius) for temperature, and between 24.137 and 120.68 (kilometers per hours) for wind speed.
The property prop can be any of the following:
"Time" | time until frostbite occurs (default) |
"Plot" | plot of wind speed and frostbite time for a specific temperature |
"PropertyAssociation" | Association of "Time" and "Plot" properties |
ResourceFunction["FrostbiteTime"][{t,ws},"Plot"] gives a curve where the x-axis is the wind speed (in kilometers per hour) and the y-axis is the frostbite time for a given temperature (in the temperature unit that comes from the input).
ResourceFunction["FrostbiteTime"][{t,ws},"TimeUnit"→unit] gives the output in the specified unit. The unit can be any time unit.