MaplePortal/Units - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : MaplePortal/Units

 

Units & Tolerances

Back to Portal

Introduction

 

You can compute with units and dimensions. Maple will track units throughout a calculation, resolve compound units to a simpler form, and help you ensure your calculations are dimensionally consistent.


Here, note how units of force over area are correctly resolved to the SI unit of stress.

withUnitsSimple:

stress5.4N4.5inch2

stress1860.003720Pa

(1)

The ThermophysicalData and ScientificConstants packages associate units with fluid properties and physical constants.

 

ThermophysicalData:-Propertydensity,water,pressure=1atm, temperature=293K

998.2379971kgm3

(2)

evalfScientificConstants:-Constant'c',units

2.99792458×108ms

(3)

Defining Units

 

You can define units using one of several methods.

 

Ctrl+Shift+U followed by the unit

area15.5m2:

 

Unit function

area24.5Unitcm2:

 

Units Palette

 

 

Here's how you define a variable with a unit using Ctrl+Shift+U.

 

 

What you should see

Try it here

Type x:=3.5

Press Ctrl+Shift+U

Type m

Press the right arrow key

Type a colon and then press Enter

 

Changing the Units of a Result

 

You can also change the units of a result using the options under Convert Output Units in the Context Panel.

Simply click on a result with a unit, and navigate to the Context Panel - you can select one of several suggested unit conversions or specify your own. Number formating can also be modified.

Tolerances

 

Variables can also have associated tolerances, which are carried through calculations.

 

For example, consider a water manometer reading a height of 0.08 m with a measurement error of ±0.002 m. The possible range of pressures is thus

 

restart:withTolerances:

h0.08 ±0.002m:

g9.81m s2:

ρ__waterThermophysicalData:-Propertydensity,water, pressure=100kPa,temperature=25degC

ρ__water997.0470390kgm3

(4)

ΔPρ__watergh

ΔP782.±19.6Pa

(5)

 

Applications

Heat Flows across a Refrigeration Cycle

Ideal Brayton Cycle

Steel Beam with Torsion

Antenna Array