Units Block
Description
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.
| Parameter | Type | Description | 
|---|---|---|
| LENGTH | quoted_string | Valid length units are: 
 | 
| ANGLE | quoted_string | Valid length units are: 
 | 
| FORCE | quoted_string | Valid length units are: 
 | 
| MASS | quoted_string | Valid length units are: 
 | 
| TIME | quoted_string | Valid length units are: 
 | 
$--------------------------------------- UNITS
[UNITS]
 LENGTH = 'mm'
 ANGLE = 'degree'
 FORCE = 'newton'
 MASS = 'kg'
 TIME = 'second'