The units block specifies the unit system used for the values in the property file. This is a mandatory block. The units must be defined for length, time, force, mass, and angle.
The table below describes the valid choices for the Units block:
Parameter |
Type |
Description |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LENGTH |
quoted_string |
Valid length units are:
|
||||||||||||||
ANGLE |
quoted_string |
Valid angle units are:
|
||||||||||||||
FORCE |
quoted_string |
Valid force units are:
|
||||||||||||||
MASS |
quoted_string |
Valid mass units are:
|
||||||||||||||
TIME |
quoted_string |
Valid time units are:
|
The following is an example of a Units block:
$--------------------------------------------------------------- UNITS
[UNITS]
LENGTH = 'mm'
ANGLE = 'degree'
FORCE = 'newton'
MASS = 'kg'
TIME = 'second'