# Configuration ```{eval-rst} .. py:class:: ConfigUnits: :nocontentsentry: .. py:attribute:: System :nocontentsentry: Model Units. :type: Enumerate: { IS, BFeet, BInch, UserConsistent, User } .. py:attribute:: PrincipalUnits :nocontentsentry: Principal Units (for calculations): Calculations are always made in principal units and their derived consistent units, unless other units are specified at the end of the formula after a ';'.. :type: SubscriptionDummy .. py:attribute:: DerivedUnits :nocontentsentry: Derived Units: The units derived from the principal ones are used for data input and visualization, and proper conversions are made before performing calculations in consistent units. The units in brackets, like '[m/s]', are the derived consistent units of the principal ones.. :type: SubscriptionDummy .. py:attribute:: IndependentUnits :nocontentsentry: Independent Units: The independent units do not depend on principal nor derived units.. :type: SubscriptionDummy ``` ```{eval-rst} .. py:class:: SubscriptionDummy: :nocontentsentry: .. py:attribute:: ANGULAR :nocontentsentry: Angular. | Constant: Constant value :type: Enumerate: { Deg, Rad } .. py:attribute:: ENERGY :nocontentsentry: Energy. | Constant: Constant value :type: Enumerate: { Joule, kJoule, Cal, kCal, BTU } .. py:attribute:: FORCE :nocontentsentry: Force. | Constant: Constant value :type: Enumerate: { dyn, N, kN, MN, lbf, ozf, kip, kp, Mp } .. py:attribute:: LENGTH :nocontentsentry: Length. | Constant: Constant value :type: Enumerate: { km, m, dm, cm, mm, in, ft, yd, mi } .. py:attribute:: TEMPERATURE :nocontentsentry: Temperature. | Constant: Constant value :type: Enumerate: { Kelvin, Celsius, Fahr } .. py:attribute:: TIME :nocontentsentry: Time. | Constant: Constant value :type: Enumerate: { s, Min, h, d } ``` ```{eval-rst} .. py:class:: Config: :nocontentsentry: .. py:attribute:: NumDigitsToView :nocontentsentry: Digits to view (max: 15): Number of significant digits for number representation. Precision is independent from units. It should be smaller than "Precision digits" for number storage.. | Constraints: Conditions: Value must be greater or equal than 3.00 and lower or equal than 15.00. :type: int .. py:attribute:: NumDecimalsToResults :nocontentsentry: Decimals for results (max: 15): Number of decimals for results listings. Precision depends on units. It should be smaller than "Precision digits" for number storage.. | Constraints: Conditions: Value must be greater or equal than 3.00 and lower or equal than 15.00. :type: int .. py:attribute:: ScaleFactor :nocontentsentry: Scale factor: Loads and boundary conditions scale factor. | Constraints: Conditions: Value must be greater than 0. :type: Double .. py:attribute:: GeometricTolerance :nocontentsentry: Geometric tolerance: Tolerance for geometrical operations. | Constraints: Conditions: Value must be greater or equal than 0.00 and lower or equal than 0.00. :type: Double .. py:attribute:: MeshTolerance :nocontentsentry: Mesh tolerance: Tolerance to detect nodes on geometry. | Constraints: Conditions: Value must be greater or equal than 0. :type: Double .. py:attribute:: NodalForceCutOff :nocontentsentry: Force cut off: Nodal forces lower than the specified value will be considered as zero. | Constraints: Conditions: Value must be greater or equal than 0. :type: Double .. py:attribute:: NodalMomentCutOff :nocontentsentry: Moment cut off: Nodal moments lower than the specified value will be considered as zero. | Constraints: Conditions: Value must be greater or equal than 0. :type: Double .. py:attribute:: NodalDisplacementCutOff :nocontentsentry: Displacement cut off: Nodal displacement lower than the specified value will be considered as zero. | Constraints: Conditions: Value must be greater or equal than 0. :type: Double .. py:attribute:: AnalysisType :nocontentsentry: Analysis type. :type: AnalysisType .. py:attribute:: ActiveCodes :nocontentsentry: Active codes. | Constant: Constant value :type: ActiveCodes .. py:attribute:: ConfigCheck :nocontentsentry: Check/design: Checking and design parameters. :type: ConfigCheck ``` ```{eval-rst} .. py:class:: AnalysisType: :nocontentsentry: .. py:attribute:: Discipline :nocontentsentry: Discipline. | Constant: Constant value :type: Enumerate: { Structural, Thermal, Seepage, AirportPavement } .. py:attribute:: Dimension :nocontentsentry: Dimension. | Constant: Constant value :type: Enumerate: { _2D, _3D } .. py:attribute:: TimeDependent :nocontentsentry: Time dependency. :type: Enumerate: { Static, Transient, Modal, Buckling, Harmonic } ``` ```{eval-rst} .. py:class:: ActiveCodes: :nocontentsentry: .. py:attribute:: PrestressedConcreteCode :nocontentsentry: Code for prestressed concrete structures. :type: Enumerate: { EC2_08, EC2_91, ACI318_05, ACI318_14, ACI359_04, EHE_98, EHE_08, ITER } .. py:attribute:: SteelCode :nocontentsentry: Code for structural steel structures. :type: Enumerate: { EC3_05, BS5950_01, AISC_LRFD_13, AISC_LRFD_14, AASHTO_LRFD_12, AISC_ASD_13, AISC_ASD_14, AISC_15, GB50017, BPVC_III_NF, IS800_07, STRUCT_CODE_SP } .. py:attribute:: ConcreteCode :nocontentsentry: Code for reinforced concrete structures. :type: Enumerate: { EC2_08, EC2_91, ACI318_05, ACI318_14, ACI349_01, ACI349_06, ACI349_13, ACI359_04, EHE_98, EHE_08, CEBFIP, BS8110, AS3600, GB50010, GB50010_10, NBR6118, AASHTO, IS456, SP52_101_03, ITER, STRUCT_CODE_SP } .. py:attribute:: UpdateMat :nocontentsentry: Redefine properties of materials, sections and structural elements when code is changed. :type: bool ``` ```{eval-rst} .. py:class:: ConfigCheck: :nocontentsentry: .. py:attribute:: NED :nocontentsentry: 3D strains: Number of steps for strains for biaxial bending check (concrete).. | Constraints: Conditions: Value must be greater than 0. :type: int .. py:attribute:: NTD :nocontentsentry: 3D angular: Number of steps in the angle of the neutral axis and the Y axis of section used in the calculation of a 3D interaction diagram (concrete).. | Constraints: Conditions: Value must be greater than 0. :type: int .. py:attribute:: Delta :nocontentsentry: Delta: Parameter to use origin or center in the 3D diagram/check.. | Constraints: Conditions: Value must be greater or equal than 0.00 and lower or equal than 1.00. :type: Double .. py:attribute:: N2D :nocontentsentry: 2D steps: Number of strain stages used in the calculation of a 2D interaction diagram(concrete).. | Constraints: Conditions: Value must be greater than 0. :type: int .. py:attribute:: WMin :nocontentsentry: Min. Reinf. Factor: Minimum reinforcement factor for design.. | Constraints: Conditions: Value must be greater than 0.00 and lower than 1.00. :type: Double .. py:attribute:: WMax :nocontentsentry: Max. Reinf. Factor: Maximum reinforcement factor for design.. | Constraints: Conditions: Value must be lower than 1.00. :type: Double .. py:attribute:: Phi :nocontentsentry: Strength reduction factor: Strength reduction factor for bending criteria.. | Constraints: Conditions: Value must be greater than 0.00 and lower or equal than 1.00. :type: Double .. py:attribute:: LimCount :nocontentsentry: Max. Iterations: Maximum number of iterations for the design (concrete).. | Constraints: Conditions: Value must be lower than 2.00. :type: int .. py:attribute:: Parallel :nocontentsentry: Parallel: Allow parallel solving of check/design.. :type: bool ``` ```{eval-rst} .. py:function:: changeTimeDependency(TimeDependent) :nocontentsentry: : Time dependency :param Enumerate: { Static, Transient, Modal, Buckling, Harmonic } TimeDependent: Time dependency. ``` ```{eval-rst} .. py:function:: clearAll() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllBC() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllContacts() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllCoordSys() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllGeometry() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllIC() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllLC() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllLG() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllMaterials() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllModelUtils() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllParameters() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllSE() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: clearAllSections() :nocontentsentry: Removes all entities of the model ``` ```{eval-rst} .. py:function:: Log(LoggerMessage) :nocontentsentry: Prints a message to the output window. | Alias: LogInfo :param str LoggerMessage: Message to show.. ``` ```{eval-rst} .. py:function:: LogError(LoggerMessage) :nocontentsentry: Pints an error to the output window. :param str LoggerMessage: Message to show.. ``` ```{eval-rst} .. py:function:: LogWarning(LoggerMessage) :nocontentsentry: Pints a warning to the output window. :param str LoggerMessage: Message to show.. ``` ```{eval-rst} .. py:function:: ProgramPath() :nocontentsentry: Returns the program directory :rtype: Returns the program directory ``` ```{eval-rst} .. py:function:: roundPrecision(Value) :nocontentsentry: Round using the number of decimals for precision set in Config :param Double Value: Value to round. :rtype: Rounded value as Double ``` ```{eval-rst} .. py:function:: roundResults(Value) :nocontentsentry: Round using the number of decimals for results set in Config :param Double Value: Value to round. :rtype: Rounded value as Double ``` ```{eval-rst} .. py:function:: roundView(Value) :nocontentsentry: Round using the number of decimals for view set in Config :param Double Value: Value to round. :rtype: Rounded value as Double ``` ```{eval-rst} .. py:function:: ViktorPath() :nocontentsentry: Returns the worker Viktor directory :rtype: Returns the worker Viktor directory ``` ```{eval-rst} .. py:function:: WorkingPath() :nocontentsentry: Returns the working directory :rtype: Returns the working directory ``` **Enumerate**: Length | **Item Name** | **Description** | :- | :- km | Kilometer (km) m | Meter (m) dm | Decimeter (dm) cm | Centimeter (cm) mm | Millimeter (mm) in | Inch (in) ft | Foot (ft) yd | Yard (yd) mi | Mile (mi) **Enumerate**: Reinforcement bars diameter | **Item Name** | **Description** | :- | :- Length | ([m]) mBar | Meter (m) mmBar | Millimeter (mm) inBar | Inch (in) **Enumerate**: Area | **Item Name** | **Description** | :- | :- Length2 | ([m²]) km2 | Square kilometer (km²) m2 | Square meter (m²) dm2 | Square decimeter (dm²) cm2 | Square centimeter (cm²) mm2 | Square millimeter (mm²) in2 | Square inch (in²) ft2 | Square foot (ft²) yd2 | Square yard (yd²) mi2 | Square mile (mi²) **Enumerate**: Volume | **Item Name** | **Description** | :- | :- Length3 | ([m³]) m3 | Cubic meter (m³) dm3 | Cubic decimeter (dm³) cm3 | Cubic centimeter (cm³) mm3 | Cubic millimeter (mm³) l | Liter (l) ml | Milliliter (ml) gal | Gallon (gal) pint | Pint (pint) ozv | Fluid ounce (oz) in3 | Cubic inch (in³) ft3 | Cubic foot (ft³) **Enumerate**: Force | **Item Name** | **Description** | :- | :- dyn | Dyne (dyn) N | Newton (N) kN | kiloNewton (kN) MN | MegaNewton (MN) lbf | Pound force (lbf) ozf | Ounce force (ozf) kip | Kip (kip) kp | Kilopond (kp) Mp | Megapond (Mp) **Enumerate**: Moment | **Item Name** | **Description** | :- | :- ForcexLenght | ([N·m]) Nxm | Newton meter (N·m) kNxm | KiloNewton meter (kN·m) MNxm | MegaNewton meter (MN·m) lbfxin | Pound inch (lbf·in) kipxin | Kip inch (kip·in) lbfxft | Pound foot (lbf·ft) kpxm | Kilopond meter (kp·m) kpxcm | Kilopond centimeter (kp·cm) kpxmm | Kilopond millimeter (kp·mm) Mpxm | Megapond meter (Mp·m) Mpxcm | Megapond centimeter (Mp·cm) Mpxmm | Megapond millimeter (Mp·mm) **Enumerate**: Bimoment | **Item Name** | **Description** | :- | :- ForcexLenght2 | ([N·m²]) Nxm2 | Newton square meter (N·m²) kNxm2 | KiloNewton square meter (kN·m²) MNxm2 | MegaNewton square meter (MN·m²) lbfxin2 | Pound square inch (lbf·in²) kipxin2 | Kip square inch (kip·in²) lbfxft2 | Pound square foot (lbf·ft²) kpxm2 | Kilopond square meter (kp·m²) kpxcm2 | Kilopond square centimeter (kp·cm²) kpxmm2 | Kilopond square millimeter (kp·mm²) Mpxm2 | Megapond square meter (Mp·m²) Mpxcm2 | Megapond square centimeter (Mp·cm²) Mpxmm2 | Megapond square millimeter (Mp·mm²) **Enumerate**: Force per unit length | **Item Name** | **Description** | :- | :- Force_Lenght | ([N/m]) N_m | Newton per meter (N/m) kN_m | KiloNewton per meter (kN/m) MN_m | MegaNewton per meter (MN/m) lbf_in | Pound per inch (lbf/in) kip_in | Kip per inch (kip/in) lbf_ft | Pound per foot (lbf/ft) kp_m | Kilopond per meter (kp/m) kp_cm | Kilopond per centimeter (kp/cm) kp_mm | Kilopond per millimeter (kp/mm) Mp_m | Megapond per meter (Mp/m) Mp_cm | Megapond per centimeter (Mp/cm) Mp_mm | Megapond per millimeter (Mp/mm) **Enumerate**: Moment per rotation | **Item Name** | **Description** | :- | :- Moment_Rotation | ([N·m/°]) Nxm_rad | Newton meter per radian (N·m/rad) Nxm_deg | Newton meter per degree (N·m/°) kNxm_rad | KiloNewton meter per radian (kN·m/rad) kNxm_deg | KiloNewton meter per degree (kN·m/°) lbfxin_rad | Pound inch per radian (lbf·in/rad) lbfxin_deg | Pound inch per degree (lbf·in/°) kipxin_rad | Kip inch per radian (kip·in/rad) kipxin_deg | Kip inch per degree (kip·in/°) lbfxft_rad | Pound foot per radian (lbf·ft/rad) lbfxft_deg | Pound foot per degree (lbf·ft/°) kpxm_rad | Kilopond meter per radian (kp·m/rad) kpxm_deg | Kilopond meter per degree (kp·m/°) **Enumerate**: Moment per rotational velocity | **Item Name** | **Description** | :- | :- Moment_RotationalVelocity | ([N·m·s/°]) Nxmxs_rad | Newton meter second per radian (N·m·s/rad) Nxmxs_deg | Newton meter second per degree (N·m·s/°) kNxmxs_rad | KiloNewton meter second per radian (kN·m·s/rad) kNxmxs_deg | KiloNewton meter second per degree (kN·m·s/°) lbfxinxs_rad | Pound inch second per radian (lbf·in·s/rad) lbfxinxs_deg | Pound inch second per degree (lbf·in·s/°) kipxinxs_rad | Kip inch second per radian (kip·in·s/rad) kipxinxs_deg | Kip inch second per degree (kip·in·s/°) lbfxftxs_rad | Pound foot second per radian (lbf·ft·s/rad) lbfxftxs_deg | Pound foot second per degree (lbf·ft·s/°) kpxmxs_rad | Kilopond meter second per radian (kp·m·s/rad) kpxmxs_deg | Kilopond meter second per degree (kp·m·s/°) **Enumerate**: Spring stiffness per unit length | **Item Name** | **Description** | :- | :- Spring_Per_Length | ([N/m/m]) N_m_m | Newton per meter per meter (N/m/m) kN_m_m | KiloNewton per meter per meter (kN/m/m) MN_m_m | MegaNewton per meter per meter (MN/m/m) lbf_in_in | Pound per inch per inch (lbf/in/in) kip_in_in | Kip per inch per inch (kip/in/in) lbf_ft_ft | Pound per foot per foot (lbf/ft/ft) kp_m_m | Kilopond per meter per meter (kp/m/m) kp_cm_cm | Kilopond per centimeter per centimeter (kp/cm/cm) kp_mm_mm | Kilopond per centimeter per millimeter (kp/mm/mm) Mp_m_m | Megapond per meter per meter (Mp/m/m) Mp_cm_cm | Megapond per meter per centimeter (Mp/cm/cm) Mp_mm_mm | Megapond per meter per millimeter (Mp/mm/mm) **Enumerate**: Spring stiffness per unit area | **Item Name** | **Description** | :- | :- Spring_Per_Area | ([N/m/m²]) N_m_m2 | Newton per meter per square meter (N/m/m²) kN_m_m2 | KiloNewton per meter per square meter (kN/m/m²) MN_m_m2 | MegaNewton per meter per square meter (MN/m/m²) lbf_in_in2 | Pound per inch per square inch (lbf/in/in²) kip_in_in2 | Kip per inch per square inch (kip/in/in²) lbf_ft_ft2 | Pound per foot per square foot (lbf/ft/ft²) kp_m_m2 | Kilopond per meter per square meter (kp/m/m²) kp_cm_cm2 | Kilopond per centimeter per square centimeter (kp/cm/cm²) kp_mm_mm2 | Kilopond per centimeter per square millimeter (kp/mm/mm²) Mp_m_m2 | Megapond per meter per square meter (Mp/m/m²) Mp_cm_cm2 | Megapond per meter per square centimeter (Mp/cm/cm²) Mp_mm_mm2 | Megapond per meter per square millimeter (Mp/mm/mm²) **Enumerate**: Moment per unit length | **Item Name** | **Description** | :- | :- ForcexLenght_Lenght | ([N·m/m]) Nxm_m | Newton meter per meter (N·m/m) kNxm_m | KiloNewton meter per meter (kN·m/m) MNxm_m | MegaNewton meter per meter (MN·m/m) lbfxin_in | Pound inch per inch (lbf·in/in) kipxin_in | Kip inch per inch (kip·in/in) lbfxft_ft | Pound foot per foot (lbf·ft/ft) kpxm_m | Kilopond meter per meter (kp·m/m) kpxcm_cm | Kilopond centimeter per centimeter (kp·cm/cm) kpxmm_mm | Kilopond millimeter per millimeter (kp·mm/mm) Mpxm_m | Megapond meter per meter (Mp·m/m) Mpxcm_cm | Megapond meter per centimeter (Mp·cm/cm) Mpxmm_mm | Megapond meter per millimeter (Mp·mm/mm) **Enumerate**: Force per unit velocity | **Item Name** | **Description** | :- | :- ForcexTime_Length | ([N·s/m]) Nxs_m | Newton second per meter (N·s/m) kNxs_m | KiloNewton second per meter (kN·s/m) MNxs_m | MegaNewton second per meter (MN·s/m) lbfxs_in | Pound second per inch (lbf·s/in) lbfxs_ft | Pound second per foot (lbf·s/ft) kpxs_m | Kilopond second per meter (kp·s/m) Mpxs_m | Megapond second per meter (Mp·s/m) **Enumerate**: Pressure | **Item Name** | **Description** | :- | :- Force_Length2 | ([N/m²]) Pa | Pascal (Pa) kPa | Kilopascal (kPa) MPa | Megapascal (MPa) psi | psi (psi) ksi | ksi (ksi) psf | psf (psf) ftH2O | Foot of water (ft H₂0) inH2O | Inch of water (in H₂0) mH2O | Meter of water (m H₂0) Kp_m2 | Kiloponds per meter squared (kp/m²) Kp_cm2 | Kiloponds per centimeter squared (kp/cm²) Kp_mm2 | Kiloponds per millimeter squared (kp/mm²) Mp_m2 | Megaponds per meter squared (Mp/m²) Mp_cm2 | Megaponds per centimeter squared (Mp/cm²) Mp_mm2 | Megaponds per millimeter squared (Mp/mm²) mmHg | Millimeters of mercury (mm Hg) bar | Bar (bar) atm | Atmosphere (atm) **Enumerate**: Inverse pressure | **Item Name** | **Description** | :- | :- Length2_Force | ([m²/N]) inv_Pa | inverse pascal (1/Pa) inv_kPa | inverse kilopascal (1/kPa) inv_MPa | inverse megapascal (1/MPa) inv_psi | inverse psi (1/psi) inv_ksi | inverse ksi (1/ksi) inv_psf | inverse psf (1/psf) inv_Kp_m2 | inverse kiloponds per meter squared (1/(kp/m²)) inv_Kp_cm2 | inverse kiloponds per centimeter squared (1/(kp/cm²)) inv_Kp_mm2 | inverse kiloponds per millimeter squared (1/(kp/mm²)) inv_Mp_m2 | Inverse megaponds per meter squared (1/(Mp/m²)) inv_Mp_cm2 | Inverse megaponds per centimeter squared (1/(Mp/cm²)) inv_Mp_mm2 | Inverse megaponds per millimeter squared (1/(Mp/mm²)) **Enumerate**: Pressure per unit length | **Item Name** | **Description** | :- | :- Pressure_Per_Length | ([N/m²/m]) Pa_m | Pascal per meter (Pa/m) kPa_m | KiloPascal per meter (kPa/m) MPa_m | MegaPascal per meter (MPa/m) psi_in | psi per inch (psi/in) ksi_in | ksi per inch (ksi/in) psf_ft | psf per foot (psf/ft) inH2O_in | Inch of water per inch (in H₂0/in) ftH2O_ft | Foot of water per foot (ft H₂0/ft) mH2O_m | Meter of water per meter (m H₂0/m) kp_m2_m | Kiloponds per meter squared per meter (kp/m²/m) kp_cm2_cm | Kiloponds per centimeter squared per centimeter (Kp/cm²/cm) kp_mm2_mm | Kiloponds per millimeter squared per millimeter (Kp/mm²/mm) Mp_m2_m | Megaponds per meter squared per meter (Mp/m²/m) Mp_cm2_cm | Megaponds per centimeter squared per centimeter (Mp/cm²/cm) Mp_mm2_mm | Megaponds per millimeter squared per millimeter (Mp/mm²/mm) **Enumerate**: Mass | **Item Name** | **Description** | :- | :- Force_Length_Time2 | [N/(m/s²)] ([kg]) g | Gram (g) kg | Kilogram (kg) lb | Pound (lb) oz | Mass ounce (ozm) slug | Slug (slug) slinch | Slinch (slinch) tn | Ton (tn) **Enumerate**: Specific weigth | **Item Name** | **Description** | :- | :- SW_Force_Length3 | ([N/m³]) N_m3 | Newton per cubic meter (N/m³) kp_m3 | Kilopond per cubic meter (kp/m³) kp_cm3 | Kilopond per cubic centimeter (kp/cm³) kp_in3 | Kilopond per cubic inch (kp/in³) kp_ft3 | Kilopond per cubic foot (kp/ft³) lbf_in3 | Pound force per cubic inch (lbf/in³) lbf_ft3 | Pound force per cubic foot (lbf/ft³) **Enumerate**: Density | **Item Name** | **Description** | :- | :- Mass_Length3 | ([kg/m³]) g_cm3 | Gram per cubic centimeter (g/cm³) tn_m3 | Ton per cubic meter (tn/m³) kg_m3 | Kilogram per cubic meter (kg/m³) g_m3 | Gram per cubic meter (g/m³) g_l | Gram per liter (g/l) kg_l | Kilogram per liter (kg/l) oz_gal | Ounce per gallon (oz/gal) lb_ft3 | Pound per cubic foot (lb/ft³) lb_in3 | Pound per cubic inch (lb/in³) lbfxs2_in4 | Slinch per cubic inch (lbf·s²/in⁴) lbfxs2_ft4 | Slug per cubic foot (lbf·s²/ft⁴) **Enumerate**: Time | **Item Name** | **Description** | :- | :- s | Second (s) Min | Minute (min) h | Hour (h) d | Day (d) **Enumerate**: Age of the material | **Item Name** | **Description** | :- | :- Time | ([s]) sAge | Second (s) minAge | Minute (min) hAge | Hour (h) dAge | Day (day) monAge | Month (month) yrAge | Year (y) **Enumerate**: Temperature | **Item Name** | **Description** | :- | :- Kelvin | Kelvin (K) Celsius | Celsius (°C) Fahr | Fahrenheit (°F) **Enumerate**: Temperature increment per unit length | **Item Name** | **Description** | :- | :- Temperature_Inc_Length | ([ΔK/m]) inc_K_m | Kelvin increment per meter (ΔK/m) inc_K_ft | Kelvin increment per feet (ΔK/ft) inc_K_in | Kelvin increment per inch (ΔK/in) inc_C_m | Celsius increment per meter (ΔC/m) inc_C_ft | Celsius increment per feet (ΔC/ft) inc_C_in | Celsius increment per inch (ΔC/in) inc_F_m | Fahrenheit increment per meter (ΔF/m) inc_F_ft | Fahrenheit increment per feet (ΔF/ft) inc_F_in | Fahrenheit increment per inch (ΔF/in) **Enumerate**: Temperature increment | **Item Name** | **Description** | :- | :- Temperature_Inc | ([ΔK]) inc_K | Kelvin increment (ΔK) inc_C | Celsius increment (ΔC) inc_F | Fahrenheit increment (ΔF) **Enumerate**: Inverse temperature increment | **Item Name** | **Description** | :- | :- Inv_Temperature_Inc | ([1/ΔK]) inv_inc_K | 1/Kelvin increment (1/ΔK) inv_inc_C | 1/Celsius increment (1/ΔC) inv_inc_F | 1/Fahrenheit increment (1/ΔF) **Enumerate**: Inverse time | **Item Name** | **Description** | :- | :- Inv_Time | ([1/s]) inv_s | 1/Second (1/s) inv_min | 1/Minute (1/min) inv_h | 1/Hour (1/hr) inv_day | 1/Day (1/day) **Enumerate**: Inverse length | **Item Name** | **Description** | :- | :- Inv_Length | ([1/m]) inv_km | 1/Kilometer (1/km) inv_m | 1/Meter (1/m) inv_dm | 1/Decimeter (1/dm) inv_cm | 1/Centimeter (1/cm) inv_mm | 1/Millimeter (1/mm) inv_in | 1/Inch (1/in) inv_ft | 1/Foot (1/ft) inv_yd | 1/Yard (1/Yd) inv_mi | 1/Mile (1/mi) **Enumerate**: Velocity | **Item Name** | **Description** | :- | :- Length_Time | ([m/s]) m_s | Meter per second (m/s) m_h | Meter per hour (m/h) km_h | Kilometer per hour (km/h) m_d | Meter per day (m/d) mm_h | Millimeter per hour (mm/h) in_s | Inch per second (in/s) ft_s | Foot per second (ft/s) mi_h | Mile per hour (mi/h) **Enumerate**: Acceleration | **Item Name** | **Description** | :- | :- Length_time2 | ([m/s²]) m_s2 | Meter per second squared (m/s²) m_h2 | Meter per hour squared (m/h²) km_h2 | Kilometer per hour squared (km/h²) in_s2 | Inch per second squared (in/s²) ft_s2 | Foot per second squared (ft/s²) mi_h2 | Mile per hour squared (mi/h²) gs | Times gravity (×g) **Enumerate**: Area per time | **Item Name** | **Description** | :- | :- Length2_Time | ([m²/s]) m2_h | Square meter per hour (m²/h) m2_s | Square meter per second (m²/s) in2_s | Square inch per second (in²/s) ft2_s | Square foot per second (ft²/s) ft2_h | Square foot per hour (ft²/h) St | Stokes (St) **Enumerate**: Area per length | **Item Name** | **Description** | :- | :- Length2_Length | ([m²/m]) m2_m | Square meter per meter (m²/m) cm2_m | Square centimeter per meter (cm²/m) mm2_m | Square millimeter per meter (mm²/m) in2_m | Square inch per meter (in²/m) ft2_m | Square foot per meter (ft²/m) m2_in | Square meter per inch (m²/in) cm2_in | Square centimeter per inch (cm²/in) mm2_in | Square millimeter per inch (mm²/in) in2_in | Square inch per inch (in²/in) ft2_in | Square foot per inch (ft²/in) m2_ft | Square meter per foot (m²/ft) cm2_ft | Square centimeter per foot (cm²/ft) mm2_ft | Square millimeter per foot (mm²/ft) in2_ft | Square inch per foot (in²/ft) ft2_ft | Square foot per foot (ft²/ft) **Enumerate**: Area per area | **Item Name** | **Description** | :- | :- Length2_Length2 | ([m²/m²]) m2_m2 | Square meter per square meter (m²/m²) cm2_m2 | Square centimeter per square meter (cm²/m²) mm2_m2 | Square millimeter per square meter (mm²/m²) in2_m2 | Square inch per square meter (in²/m²) ft2_m2 | Square foot per square meter (ft²/m²) m2_in2 | Square meter per square inch (m²/in²) cm2_in2 | Square centimeter per square inch (cm²/in²) mm2_in2 | Square millimeter per square inch (mm²/in²) in2_in2 | Square inch per square inch (in²/in²) ft2_in2 | Square foot per square inch (ft²/in²) m2_ft2 | Square meter per square foot (m²/ft²) cm2_ft2 | Square centimeter per square foot (cm²/ft²) mm2_ft2 | Square millimeter per square foot (mm²/ft²) in2_ft2 | Square inch per square foot (in²/ft²) ft2_ft2 | Square foot per square foot (ft²/ft²) **Enumerate**: Percentage | **Item Name** | **Description** | :- | :- pph | Percentage (%) ppt | Per thousand (‰) **Enumerate**: Angular | **Item Name** | **Description** | :- | :- Deg | Degree (°) Rad | Radian (rad) **Enumerate**: Undefined | **Item Name** | **Description** | :- | :- Undef | Undefined (?) **Enumerate**: Dimensionless | **Item Name** | **Description** | :- | :- NoUnits | Dimensionless () **Enumerate**: Area moment of inertia (length to the fourth) | **Item Name** | **Description** | :- | :- Length4 | ([m⁴]) km4 | Kilometer to the fourth (km⁴) m4 | Meter to the fourth (m⁴) dm4 | Decimeter to the fourth (dm⁴) cm4 | Centimeter to the fourth (cm⁴) mm4 | Millimeter to the fourth (mm⁴) in4 | Inch to the fourth (inch⁴) ft4 | Foot to the fourth (foot⁴) yd4 | Yard to the fourth (yard⁴) mi4 | Mile to the fourth (mile⁴) **Enumerate**: Mass moment of inertia (mass times length squared) | **Item Name** | **Description** | :- | :- MassxLength2 | ([kg·m²]) kgxm2 | Kilogram square meter (kg·m²) kgxcm2 | Kilogram square centimeter (kg·cm²) gxm2 | Gram square meter (g·m²) gxcm2 | Gram square centimeter (g·cm²) lbxin2 | Pound square inch (lb·in²) lbxft2 | Pound square foot (lb·ft²) tnxm2 | Ton square meter (tn·m²) **Enumerate**: Warping (length to the sixth) | **Item Name** | **Description** | :- | :- Length6 | ([m⁶]) m6 | Meter to the sixth (m⁶) dm6 | Decimeter to the sixth (dm⁶) cm6 | Centimeter to the sixth (cm⁶) mm6 | Millimeter to the sixth (mm⁶) in6 | Inch to the sixth (in⁶) ft6 | Foot to the sixth (ft⁶) **Enumerate**: Warping stiffness | **Item Name** | **Description** | :- | :- ForcexLenght3 | ([N·m³]) Nxm3 | Newton cubic meter (N·m³) kNxm3 | KiloNewton cubic meter (kN·m³) MNxm3 | MegaNewton cubic meter (MN·m³) lbfxin3 | Pound cubic inch (lbf·in³) kipxin3 | Kip cubic inch (kip·in³) lbfxft3 | Pound cubic foot (lbf·ft³) kpxm3 | Kilopond cubic meter (kp·m³) kpxcm3 | Kilopond cubic centimeter (kp·cm³) kpxmm3 | Kilopond cubic millimeter (kp·mm³) Mpxm3 | Megapond cubic meter (Mp·m³) Mpxcm3 | Megapond cubic centimeter (Mp·cm³) Mpxmm3 | Megapond cubic millimeter (Mp·mm³) **Enumerate**: Rotational velocity / Angular frequency | **Item Name** | **Description** | :- | :- Angular_Time | ([°/s]) rad_s | Radian per second (rad/s) rad_min | Radian per minute (rad/min) rad_h | Radian per hour (rad/h) **Enumerate**: Inverse angular frequency | **Item Name** | **Description** | :- | :- Time_Angular | ([s/°]) s_rad | Second per radian (s/rad) min_rad | Minute per radian (min/rad) h_rad | Hour per radian (h/rad) **Enumerate**: Rotational acceleration | **Item Name** | **Description** | :- | :- Angular_Time2 | ([°/s²]) rad_s2 | Radian per second squared (rad/s²) rad_min2 | Radian per minute squared (rad/min²) rad_h2 | Radian per hour squared (rad/h²) **Enumerate**: Energy | **Item Name** | **Description** | :- | :- Joule | Joule (J) kJoule | kilojoule (kJ) Cal | Calorie (Cal) kCal | Kilocalorie (kCal) BTU | British thermal unit (BTU) **Enumerate**: Power | **Item Name** | **Description** | :- | :- Energy_Time | ([J/s]) Watt | Watt (W) kWatt | Kilowatt (kW) kCal_h | Kilocalorie per hour (kcal/h) Cal_h | Calorie per hour (Cal/h) Cal_s | Calorie per second (Cal/s) BTU_h | BTU per hour (BTU/h) BTU_s | BTU per second (BTU/s) **Enumerate**: Power per unit area | **Item Name** | **Description** | :- | :- Energy_Time_Area | ([J/s/m²]) Watt_m2 | Watt per square meter (W/m²) kWatt_m2 | Kilowatt per square meter (kW/m²) kCal_h_m2 | kCal per hour per square meter (kCal/(h·m²)) Cal_h_m2 | Cal per hour per square meter (Cal/(h·m²)) BTU_h_in2 | BTU per hour per square inch (BTU/(h·in²)) BTU_h_ft2 | BTU per hour per square feet (BTU/(h·ft²)) BTU_s_in2 | BTU per second per square inch (BTU/(s·in²)) BTU_s_ft2 | BTU per second per square feet (BTU/(s·ft²)) **Enumerate**: Power per unit volume | **Item Name** | **Description** | :- | :- Energy_Time_Volume | ([J/s/m³]) Watt_m3 | Watt per cubic meter (W/m³) kWatt_m3 | Kilowatt per cubic meter (kW/m³) kCal_h_m3 | kCal per hour per cubic meter (kCal/(h·m³)) Cal_h_m3 | Cal per hour per cubic meter (Cal/(h·m³)) BTU_h_in3 | BTU per hour per cubic inch (BTU/(h·in³)) BTU_h_ft3 | BTU per hour per cubic feet (BTU/(h·ft³)) BTU_s_in3 | BTU per second per cubic inch (BTU/(s·in³)) BTU_s_ft3 | BTU per second per cubic feet (BTU/(s·ft³)) **Enumerate**: Heat transfer coefficient per length | **Item Name** | **Description** | :- | :- Energy_Time_Length_TemperatureInc | ([J/(s·m·ΔK)]) W_mxK | Watt per meter per degree Kelvin (W/(m·K)) kW_mxK | Kilowatt per meter per degree Kelvin (kW/(m·K)) W_mxC | Watt per meter per degree Celsius (W/(m·°C)) W_cmxC | Watt per centimeter per degree Celsius (W/(cm·°C)) Cal_s_cmxC | Calorie per second per centimeter per degree Celsius (cal/s/(cm·°C)) kCal_h_mxC | Kilocalorie per hour per meter per degree Celsius (kcal/h/(m·°C)) BTU_h_ftxF | BTU inch per hour per foot per degree Fahrenheit (BTU/h/(ft·°F)) BTU_s_ftxF | BTU per second foot degree Fahrenheit (BTU/s/(ft·°F)) BTU_h_inxF | BTU per hour inch degree Fahrenheit (BTU/h/(in·°F)) **Enumerate**: Heat transfer coefficient per area | **Item Name** | **Description** | :- | :- Energy_Time_Area_TemperatureInc | ([J/(s·m²·ΔK)]) W_m2xK | Watt per square meter per degree Kelvin (W/(m²·K)) kW_m2xK | Kilowatt per square meter per degree Kelvin (kW/(m²·K)) W_m2xC | Watt per meter square per degree Celsius (W/(m²·°C)) W_cm2xC | Watt per square centimeter per degree Celsius (W/(cm²·°C)) Cal_s_cm2xC | Calorie per second per square centimeter per degree Celsius (cal/s/(cm²·°C)) kCal_h_m2xC | Kilocalorie per hour per square meter per degree Celsius (kcal/h/(m²·°C)) BTU_h_ft2xF | BTU inch per hour per square foot per degree Fahrenheit (BTU/h/(ft²·°F)) BTU_s_ft2xF | BTU per second square foot degree Fahrenheit (BTU/s/(ft²·°F)) BTU_h_in2xF | BTU per hour square inch degree Fahrenheit (BTU/h/(in²·°F)) **Enumerate**: Specific heat | **Item Name** | **Description** | :- | :- Energy_Mass_TemperatureInc | ([J/(kg·ΔK)]) J_kgxK | Joule per kilogram per degree Kelvin (J/(kg·K)) J_kgxC | Joule per kilogram per degree Celsius (J/(kg·°C)) J_gxC | Joule per gram per degree Celsius (J/(g·°C)) kJ_kgxK | Kilojoule per kilogram per degree Kelvin (kJ/(kg·K)) kJ_kgxC | Kilojoule per kilogram per degree Celsius (kJ/(kg·°C)) Cal_gxC | Calorie per gram per degree Celsius (Cal/(g·°C)) Cal_gxF | Calorie per gram per degree Fahrenheit (cal/(g·°F)) kCal_kgxC | Kilocalorie per kilogram per degree Celsius (kcal/(kg·°C)) kCal_kgxK | Kilocalorie per kilogram per degree Kelvin (kcal/(kg·K)) BTU_lbxF | BTU per pound per degree Fahrenheit (BTU/(lb·°F)) **Enumerate**: Volumetric flow rate | **Item Name** | **Description** | :- | :- Length3_time | ([m³/s]) m3_s | Cubic meter per second (m³/s) m3_h | Cubic meter per hour (m³/h) m3_d | Cubic meter per day (m³/d) mm3_h | Cubic millimeter per hour (mm³/h) in3_s | Cubic inch per second (in³/s) ft3_s | Cubic foot per second (ft³/s) **Enumerate**: Flow per unit area | **Item Name** | **Description** | :- | :- Length3_Time_Length2 | ([m³/s/m²]) m3_s_m2 | Cubic meter per second per square meter (m³/s/m²) m3_h_m2 | Cubic meter per hour per square meter (m³/h/m²) m3_d_m2 | Cubic meter per day per square meter (m³/d/m²) mm3_h_mm2 | Cubic millimeter per hour per square millimeter (mm³/h/mm²) in3_s_in2 | Cubic inch per second per square inch (in³/s/in²) ft3_s_ft2 | Cubic foot per second per square foot (ft³/s/ft²) **Enumerate**: Flow per unit volume | **Item Name** | **Description** | :- | :- Length3_Time_Length3 | ([m³/s/m³]) m3_s_m3 | Cubic meter per second per cubic meter (m³/s/m³) m3_h_m3 | Cubic meter per hour per cubic meter (m³/h/m³) m3_d_m3 | Cubic meter per day per cubic meter (m³/d/m³) mm3_h_mm3 | Cubic millimeter per hour per cubic millimeter (mm³/h/mm³) in3_s_in3 | Cubic inch per second per cubic inch (in³/s/in³) ft3_s_ft3 | Cubic foot per second per cubic foot (ft³/s/ft³)