HyperWorks Solvers

UNITS

UNITS

Previous topic Next topic No expanding text in this topic  

UNITS

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Model Element

Description

UNITS defines the units for the model being defined. UNITS allows you to specify four types of units

Mass
Length
Time
Force

The last is obviously a function of the first three and can be automatically calculated for a consistent set of units. However, many unit systems are not "consistent", so it may be necessary to specify a force unit also.

Format

<UNITS

     force       =   "string"

     mass        =   "string"

     length      =   "string"

     time        =   "string"

/>

Attributes

force

A string that defines the force unit. Choose from

oOunce_Force
oPound_Force
oKPound_Force
oDyne
oNewton
oKilogram_Force
oKNewton

mass

A string that defines the mass unit. Choose from

oGram
oMilligram
oKilogram
oMegagram
oPound_Mass
oSlug
oOunce_Mass
oKPound_Mass

length

A string that defines the length unit. Choose from

oFoot
oInch
oMile
oMillimeter
oCentimeter
oKilometer

time

A string that defines the time unit. Choose from

oMillisecond
oSecond
oMinute
oHour

Example

The following is an example of an NLFE component defined in using Newton, KG, MM, S units:

<UNIT force="NEWTON" mass="KILOGRAM" length="MILLIMETER" time="SECOND"/>