Skip to content

type_alias

type_alias

Module to keep track of type aliases used in Blueprints.

type_alias.AMOUNT module-attribute

AMOUNT = int

Amount, represented as a int.

type_alias.CM module-attribute

CM = float

Centimeters (cm), represented as a float.

type_alias.CM2 module-attribute

CM2 = float

Square centimeters (cm²), represented as a float.

type_alias.CM3 module-attribute

CM3 = float

Cubic centimeters (cm³), represented as a float.

type_alias.CM4 module-attribute

CM4 = float

Centimeters to the fourth power (cm⁴), represented as a float.

type_alias.DAYS module-attribute

DAYS = float

Days (days), represented as a float.

type_alias.DEG module-attribute

DEG = float

Degrees (deg), represented as a float.

type_alias.DEG_C module-attribute

DEG_C = float

Degrees (Celsius), represented as a float.

type_alias.DEG_K module-attribute

DEG_K = float

Degrees (Kelvin), represented as a float.

type_alias.DIMENSIONLESS module-attribute

DIMENSIONLESS = float

Dimensionless, represented as a float.

type_alias.DM2 module-attribute

DM2 = float

Square decimeters (dm²), represented as a float.

type_alias.G module-attribute

G = float

Grams (g), represented as a float.

type_alias.GPA module-attribute

GPA = float

Gigapascals (GPa), represented as a float.

type_alias.HOURS module-attribute

HOURS = float

Hours (h), represented as a float.

type_alias.HZ module-attribute

HZ = float

Frequency (hertz), represented as a float.

type_alias.KG module-attribute

KG = float

Kilograms (kg), represented as a float.

type_alias.KG_M module-attribute

KG_M = float

Kilograms per meter (kg/m), represented as a float.

type_alias.KG_M2 module-attribute

KG_M2 = float

Kilograms per square meter (kg/m2), represented as a float.

type_alias.KG_M3 module-attribute

KG_M3 = float

Kilograms per cubic meter (kg/m³), represented as a float.

type_alias.KM module-attribute

KM = float

Kilometers (km), represented as a float.

type_alias.KM2 module-attribute

KM2 = float

Square kilometers (km²), represented as a float.

type_alias.KM_PER_H module-attribute

KM_PER_H = float

Velocity (km/h), represented as a float.

type_alias.KN module-attribute

KN = float

Kilonewtons (kN), value represented as a float.

type_alias.KNM module-attribute

KNM = float

Kilonewton-meters (kNm), represented as a float.

type_alias.KN_M module-attribute

KN_M = float

Kilonewtons per meter (kN/m), represented as a float.

type_alias.KN_M2 module-attribute

KN_M2 = float

Kilonewton per square meter (kN/m²), represented as a float.

type_alias.KN_M3 module-attribute

KN_M3 = float

Kilonewton per cubic meter (kN/m³), represented as a float.

type_alias.KPA module-attribute

KPA = float

Kilopascals (KPa), represented as a float.

type_alias.M module-attribute

M = float

Meters (m), represented as a float.

type_alias.M2 module-attribute

M2 = float

Square meters (m²), represented as a float.

type_alias.M3 module-attribute

M3 = float

Cubic meters (m³), represented as a float.

type_alias.M3_M module-attribute

M3_M = float

Cubic meters per meter (m³/m), represented as a float.

type_alias.M4 module-attribute

M4 = float

Meters to the fourth power (m⁴), represented as a float.

type_alias.MINUTES module-attribute

MINUTES = float

Minutes (min), represented as a float.

type_alias.MM module-attribute

MM = float

Millimeters (mm), represented as a float.

type_alias.MM2 module-attribute

MM2 = float

Square millimeters (mm²), represented as a float.

type_alias.MM2_M module-attribute

MM2_M = float

Square millimeters per meter, (mm²/m), represented as a float.

type_alias.MM3 module-attribute

MM3 = float

Cubic millimeters (mm³), represented as a float.

type_alias.MM4 module-attribute

MM4 = float

Millimeters to the fourth power (mm⁴), represented as a float.

type_alias.MM_KN module-attribute

MM_KN = float

Ratio of deflection over applied load.

type_alias.MM_PER_S2 module-attribute

MM_PER_S2 = float

Acceleration (mm/s²), represented as a float.

type_alias.MONTHS module-attribute

MONTHS = float

Months (months), represented as a float.

type_alias.MPA module-attribute

MPA = float

Megapascals (MPa), represented as a float.

type_alias.M_NS2 module-attribute

M_NS2 = float

Velocity response of unit impulse load (m/Ns²), represented as a float.

type_alias.M_PER_S module-attribute

M_PER_S = float

Velocity (m/s), represented as a float.

type_alias.M_PER_S2 module-attribute

M_PER_S2 = float

Acceleration (m/s²), represented as a float.

type_alias.N module-attribute

N = float

Newtons (N), represented as a float.

type_alias.NM module-attribute

NM = float

Newton-meters (Nm), represented as a float.

type_alias.NM2_M module-attribute

NM2_M = float

Bending stiffness (Nm²/m), represented as a float.

type_alias.NMM module-attribute

NMM = float

Newton-millimeters (Nmm), represented as a float.

type_alias.NMM2 module-attribute

NMM2 = float

Bending stiffness (Nmm²), represented as a float.

type_alias.NM_RAD module-attribute

NM_RAD = float

Rotational stiffness (Nm/rad), represented as a float.

type_alias.N_M module-attribute

N_M = float

Newtons per meter (N/m), represented as a float. Is also used for translational stiffness.

type_alias.N_M2 module-attribute

N_M2 = float

Newton per square meter (N/m²), represented as a float.

type_alias.N_MM module-attribute

N_MM = float

Newtons per millimeter (N/mm), represented as a float.

type_alias.ONE_OVER_M module-attribute

ONE_OVER_M = float

Reciprocal (1/m), represented as a float.

type_alias.ONE_OVER_MM module-attribute

ONE_OVER_MM = float

Reciprocal (1/mm), represented as a float.

type_alias.PERCENTAGE module-attribute

PERCENTAGE = float

Percentage (%), represented as a float.

type_alias.PER_DEGREE module-attribute

PER_DEGREE = float

Per degree (1/°), represented as a float.

type_alias.PER_MILLE module-attribute

PER_MILLE = float

Per mille (‰), represented as a float.

type_alias.RAD module-attribute

RAD = float

Radians (rad), represented as a float.

type_alias.RATIO module-attribute

RATIO = float

Ratio, represented as a float.

type_alias.SECONDS module-attribute

SECONDS = float

Seconds (sec), represented as a float.

type_alias.WEEKS module-attribute

WEEKS = float

Weeks (weeks), represented as a float.

type_alias.YEARS module-attribute

YEARS = float

Years (years), represented as a float.