FORCE={DYNE,KILOGRAM_FORCE,KNEWTON, KPOUND_FORCE,NEWTON,POUND_FORCE,OUNCE_FORCE} | Selects a predefined unit for forces. Must be used in conjunction with LENGTH, MASS, and TIME. |
LENGTH={CENTIMETER,FOOT,INCH,KILOMETER,METER, MILLIMETER,MILE} | Selects a predefined unit for lengths. Must be used in conjunction with FORCE, MASS, and TIME. |
MASS={GRAM,KILOGRAM,KPOUND_MASS,OUNCE_MASS, POUND_MASS,SLUG} | Selects a predefined unit for masses. Must be used in conjunction with FORCE, LENGTH, and TIME. |
SYSTEM={CGS,FPS,IPS,MKS,NONE} | Selects a predefined units system instead of selecting each unit individually. MKS implies meter, kilogram, second and newton. CGS implies centimeter, gram, second and dyne. FPS implies foot, pound mass, second and pound force. IPS implies inch, pound mass, second and pound force. NONE implies that the dataset is written nondimensionally and that Adams Solver (FORTRAN) sets UCF to 1.0. |
TIME={HOUR,MILLISECONDS,MINUTE,SECOND} | Selects a predefined unit for time. Must be used in conjunction with FORCE, LENGTH, and MASS. |
UCF=r | Specifies a Units Consistency Factor (UCF) when you prefer to work in a system of units not covered by any of the choices listed above. The UCF is the conversion factor from model force units to inertial force units as shown by the following equation. Force • UCF = Mass • Acceleration When using a system of units not covered by any of the choices above, you should use the dimensional analysis equation shown below to determine the correct UCF value to specify. ![]() |














Tip: | Using the UNITS statement with the individual unit arguments or the SYSTEM argument allows Adams View to understand the model's units and give consistent output. Avoid using UCF, if possible. |