Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
温度の単位
説明
熱力学的温度は国際単位系 (SI) における基本単位の 1 つです。熱力学的温度の SI 単位はケルビン (kelvin) で、水の三重点(液相、気相、固相)における熱力学的温度の 1/273.16 として定義されています (13th CGPM, 1967)。
Maple では以下の表にある温度の単位を使うことができます。
名称 記号 意味 別表記 プレフィックス kelvin K SI * kelvins SI degree Celsius @, degC @, deg Celsius degrees Rankine @, degR @, deg Rankine Fahrenheit @, degF @, deg Fahrenheit centigrade @, degc @, deg centigrade Reaumur @, degRe @, deg Reaumur
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス (接頭辞) 欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、kelvin[SI] または deg[Celsius] などとします。省略形を使う場合には,例えば degC もしくは Celsius などとしますが、単位とか記号だけを用いて標準的な意味で使う場合には、 kelvin などとします。
注記: 度 (degree) の標準的な意味は、温度ではなくて角度に関係づけられていることから,角度のことです。
温度を変換するには、例えば摂氏 0 度を華氏 32 度に変換するためには、変換プログラム convert/temperature などを用います。
温度の間隔を変換するためには、例えば 5 ケルビンの温度上昇を摂氏 5 度の温度上昇に変換するためには、変換プログラム convert/units を用います。
熱力学的(分子論的)温度の単位として以下のものが定義されています。
摂氏 1 度 (degree Celsius) は 1 ケルビンを意味する。
1 ランキン度 (degree Rankine) は 5/9 ケルビンを意味する。
華氏 1 度 (degree Fahrenheit) は 5/9 ケルビンを意味する。
センチグレード度 (degree centigrade) は常圧における水の凝固点と沸点との熱力学的温度間隔の 1/100 を意味し、約 0.99975 ケルビンに等しい。
degree Reaumur は常圧における水の凝固点と沸点との熱力学的温度間隔の 1/80 を意味し、約 0.7998 ケルビンに等しい。
例
convert(kelvin, dimensions, base=true);
convert(10, units, degF, degC);
convert(10, temperature, degF, degC);
convert(10, units, degR, kelvin);
convert(10, temperature, degR, kelvin);
convert(23.325, units, degF, kelvin);
convert(23.325, temperature, degF, kelvin);
参照
convert/dimensions, convert/temperature, convert/units, Units, Units/Overview
Download Help Document