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

Online Help

All Products    Maple    MapleSim


Units

Introduction

Maple 2018 offers enhanced tools for using units throughout your analysis.

Units in Solving, Integration, and Optimization

You can now use use units in numeric equation solving, integration, and optimization. Several functions support units, including fsolve and the optimizers in the Optimization package. In addition, units handling has been improved in the solve command and the int command for symbolic and numeric inputs.

Example: Adiabatic Flame Temperature of Butane

Liquid butane is burnt with 100% theoretical air at an initial temperature of 298.15 K. The combustion reaction is

 

C4H10 (l) + 6.5 O2 (g)+ 24.44 N2 (g) → 4 CO2 (g) + 5 H2O (g) + 24.44 N2 (g)

 

Here, we will calculate the adiabatic flame temperature of the combustion products.

 

 

Heat of formation of butane

(2.1.1)

Enthalpies of the combustion products at a temperature T

 

Enthalpy of the reactants

(2.1.2)

Total enthalpy of the combustion products

(2.1.3)

 

Equating the enthalpy of the reactants and the enthalpy of the combustion products gives the adiabatic flame temperature

(2.1.4)

Example: Optimizing the Design of a Fuel Pod

You are designing a fuel pod with a hemispherical cap, cylindrical mid-section and conical cap.

 

 

What are values of L, H and R that minimize the surface area while maintaining the volume V at 3 m3?

 

 

Objective function - surface area of pod

 

Constraint on the volume area of pod


All dimensions must be greater than 0


Hence the optimized dimensions are

(2.2.1)

Example: Work Done in Isothermal Compression of Methane

Methane at 350 K is isothermally compressed from a specific volume of 1.0 m3 kg-1 to 0.5 m3 kg-1. Here, we will calculate the work done.

 

First, we define an expression that gives the pressure of methane as a function of the specific volume V.

 

We then perform the numeric integration  to calculate the work done.

(2.3.1)

Unit Conversion

Maple 2018 moves the units formatting dialog into the new Context Panel, and enhances its functionality.

 

 

Changing units takes fewer mouse clicks, and can be used in tandem with numeric formatting to quickly create presentable, readable results. For example, you can reformat this result...

 

(3.1)

...to...

(3.2)

 

...with a few mouse clicks, and without navigating between different dialogs.


The list of suggested unit conversions now gives you

 

• 

typeset Greek letters, e.g. micro Joules are typeset as μJ

• 

typeset math, e.g.  instead of J/mol/K

• 

sensible suggestions for unit conversions, e.g. selecting a result with units of  offers  and  as potential conversions

• 

a cleaner, more streamlined experience by removing little used unit systems (although all unit systems can still be set via the command line)

Applications

Three Reservoir Problem

Ultimate Strength of a Bolt Group

Single Stub Matching

Spring Design Optimization

 

 


Download Help Document