Reference

Data Sources & Methodology

BendMath ships shop-typical starting values for material constants, formula coefficients, and reference tables. They are screening estimates for planning. Verify with material certificates, tooling-supplier charts, machine ratings, manufacturer documentation, and applicable standards before production.

This page documents what each number on the site is, where it comes from in the codebase, and what to cross-check it against. Use it whenever a calculator result, lookup row, or material default is about to drive a real decision.

Material defaults

Per-material constants used in the calculators

MaterialDefault K-factorMin radius factorPress-brake multiplierTensile (psi)Yield (psi)
5052-H32 aluminum0.3801T0.5×33,00028,000
6061-T6 aluminum0.4003T0.75×45,00040,000
3003-H14 aluminum0.3700.75T0.35×22,00021,000
304 stainless0.4301.5T1.5×75,00030,000
316 stainless0.4401.5T1.6×84,00042,000
mild steel0.4201T1×60,00036,000
cold rolled steel0.4201T1.1×64,00044,000
galvanized steel0.4201.25T1.05×62,00036,000

Source: data/materials.json. Values are common shop starting estimates for air bending. Different mills, tempers, coatings, and grain orientations can shift each value substantially. They are not certified material constants and do not replace a material certificate.

Formula constants

Empirical numbers baked into the calculators

Air-bend tonnage constant: 575
T_ft = (575 × M × t²) / V

Source: lib/calculators/pressBrakeTonnage.ts. The 575 constant is a widely circulated shop rule of thumb for air bending mild steel with thickness and V-die opening in inches and the result in tons per foot. It is not from a single normative standard — manufacturer charts (Amada, Trumpf, Bystronic, etc.) vary. Cross-check tonnage against the press brake's rated capacity and the punch and die tooling load ratings.

V-die starting factor:
V = 6T (t ≤ 1/8")
V = 8T (1/8" < t ≤ 1/2")
V = 10T (t > 1/2")

Source: lib/calculators/vDieOpening.ts. Common shop starting points for air bending mild steel and aluminum. Heavier plate, harder alloys, and high-strength steels often shift the factor up. Verify with the tooling supplier's chart.

Air-bend inside radius:
IR ≈ 0.16 × V

Source: lib/calculators/vDieOpening.ts. Often called the 16% rule for air bending. Actual produced radius depends on punch tip radius, material, and springback.

Minimum flange to clear the die:
Min flange ≈ 0.7 × V

Source: lib/calculators/vDieOpening.ts. Some shops use 0.67×V or 0.75×V instead. Confirm against the die geometry and your shop's own setup tolerance.

Bend allowance:
BA = (π / 180) × A × (r + K × t)

Source: lib/calculators/bendAllowance.ts. Standard bend allowance for the neutral axis with A in degrees (rotation angle) and r, t, K as inside radius, thickness, and K-factor. The angle is the rotation through which the sheet is bent — for a 90° formed flange, A = 90°. If your drawing labels the included angle, A = 180° − included angle.

Bend deduction:
OSSB = tan(A / 2) × (r + t)
BD = 2 × OSSB − BA

Source: lib/calculators/bendDeduction.ts. Standard outside-setback-based bend deduction for bend angles less than 180°. Hemming and acute coined bends need process-specific data instead.

Reference tables

Lookup data shipped with the site

Common industrial thread reference tables

Publisher: BendMath seed data. Confidence: reference-derived. Last checked: 2026-05-12.

Seed values are compiled from common published hydraulic and pipe thread chart conventions. Treat as screening reference data, not certification.

Common grease thickener compatibility screening matrices

Publisher: BendMath seed data. Confidence: reference-derived. Last checked: 2026-05-12.

Grease compatibility varies by base oil, additive package, operating temperature, elastomers, and manufacturer formulation.

Common tap drill and clearance chart conventions

Publisher: BendMath seed data. Confidence: reference-derived. Last checked: 2026-05-12.

Chart values are common shop references. Verify thread class, material, drill availability, and shop standard before production.

Common fastener grade marking and strength references

Publisher: BendMath seed data. Confidence: reference-derived. Last checked: 2026-05-12.

Values are reference data for identification only. Verify the governing standard, manufacturer certificate, coating, and application requirements.

Common NEMA and AWG reference tables

Publisher: BendMath seed data. Confidence: reference-derived. Last checked: 2026-05-12.

Electrical rows are configuration/reference facts only and are not wiring instructions or code guidance.

What BendMath does not guarantee

Limits of the data on this site

Material multipliers, K-factor defaults, and minimum-radius factors are starting estimates. They do not account for grain direction, surface condition, specific mill data, coating condition, or temper variation within a family.

The air-bend tonnage formula and V-die ratios are empirical shop rules. They do not replace the press brake's rated capacity, the off-center load chart, or the punch and die tooling load ratings.

Hydraulic, grease, and electrical reference rows are screening references only. Hydraulic interchange must be confirmed by sealing surface and series, not diameter alone. Grease compatibility depends on base oil, additives, temperature, and elastomers. Electrical rows are configuration facts, not wiring, installation, or code-compliance advice.

Springback, work hardening, lot variation, and machine condition are not modeled. Final part geometry must be confirmed with a coupon bend.