bolted_joint_check
Calculate bolted joint preload, bolt stress, separation load, and pass/fail from torque, bolt size, or proof strength; verifies VDI 2230-lite criteria.
Instructions
Rate a bolted joint (VDI 2230-lite). Geometry from bolt_dia_mm (+pitch_mm) OR
a standard thread named via bolt_size ("M8"/"M8x1.0") that pulls dia/pitch and
the standards-table tensile stress area; proof strength from the ISO 898-1
property_class ("8.8") when given. Preload from torque via T=KFd (pass
torque_nm OR preload_n). Returns {preload_n, tensile_stress_area_mm2,
bolt_stress_mpa, preload_pct_proof, bolt_stress_with_load_mpa,
separation_load_n, separation_margin, pass, governing}. preload_target_pct is
the fraction of proof strength the preload is judged against (0.75 default;
0.65 for a reused bolt, 0.90 for a critical permanent joint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k_factor | No | ||
| material | No | Steel-4140-QT | |
| pitch_mm | No | ||
| bolt_size | No | ||
| preload_n | No | ||
| torque_nm | No | ||
| bolt_dia_mm | No | ||
| property_class | No | ||
| external_load_n | No | ||
| preload_target_pct | No | ||
| proof_strength_mpa | No | ||
| joint_stiffness_ratio | No |