Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
convert/windchill - convert temperature-speed pairs to windchill
Calling Sequence
convert([t, s], windchill, [ut, us])
convert([t*Unit(ut), s*Unit(us)], windchill)
Parameters
t
-
temperature
s
wind speed
ut
units of temperature
us
units of wind speed
Description
The convert([t, s], windchill, [ut, us]) function converts the temperature-speed pair to the corresponding windchill factor corresponding to the units of temperature ut.
The convert([t*Unit(ut), s*Unit(us)], windchill ) function is similar to the first calling sequence.
The formula used by the National Weather Service is
where T is the temperature in degrees Fahrenheit, and V is the wind velocity in miles per hour. The result is the apparent temperature in degrees Fahrenheit.
This calculation is intended as an approximation. It is used only for wind speeds between 4 mph ( ) and 50 mph ( ).
Examples
See Also
convert, convert/temperature, evalf, Units, Units/Index, Units/Standard, Units/temperature
Download Help Document