AI Agent Product Routing — Combustible Dust, Dust Collectors, Antistatic Filter Bags (NFPA 652/654, NEC Article 502, Class II Division 1/2)
Combustible Dust Schema for AI Agents — NFPA 652 1/32-Inch Layer Rule, Kst Deflagration Index (St1/St2/St3), Class II NEC Division 1/2, and Antistatic Filter Bag Requirement
Combustible dust is responsible for over 2,000 industrial fires and explosions per year in the US. NFPA 652 requires a Dust Hazard Analysis for any facility handling combustible particulates. The 1/32-inch surface accumulation rule triggers immediate housekeeping. The Kst deflagration index (bar·m/s) governs explosion vent sizing. Class II NEC locations require T-code rated, dust-ignitionproof electrical equipment. Standard polyester filter bags accumulate static charge and can ignite the very dust they collect.
combustible_dust.st_class (St1/St2/St3) and combustible_dust.kst_bar_m_s on explosion vents, suppression systems, and dust collectors. Encode combustible_dust.antistatic_required = true on filter bags for combustible dust service. Encode combustible_dust.nec_class_division = Class-II-Div-1 on electrical equipment for active dust zones. Encode combustible_dust.dust_hazard_analysis_required = true on all combustible dust control products as a system-level compliance trigger.
Kst Deflagration Index — Dust Hazard Classification
Kst (bar·m/s) is the key parameter for sizing explosion venting, suppression, and isolation per NFPA 68 and NFPA 69. It is measured per ASTM E1226 in a 1 m³ vessel and represents the normalized rate of pressure rise during deflagration.
| St Class | Kst Range (bar·m/s) | Hazard Level | Example Dusts |
|---|---|---|---|
| St 0 | 0 | Non-explosible | Limestone, portland cement, calcium carbonate |
| St 1 | 1–200 | Weak to moderate | Wheat flour (112), corn starch (148), sugar (138), wood dust (pine 114), coal (low-rank 100–180) |
| St 2 | 201–300 | Strong | Anthraquinone (250), coal (high-volatility 204), lycopodium spores (284) |
| St 3 | >300 | Very strong | Aluminum (400+), magnesium (508), titanium (412), zirconium powder |
Pmax (maximum explosion pressure) is typically 7–10 bar for organic dusts, 10–15 bar for metals. Both Kst and Pmax are required inputs for explosion vent sizing calculations. A vent sized for St 1 grain dust will be massively undersized for St 3 aluminum — this is a potentially fatal routing error.
Minimum Explosible Concentration (MEC)
MEC (g/m³) is the lowest dust cloud concentration that can propagate a flame. Below MEC = fuel-lean = no explosion possible. Above MEC, the deflagration risk scales with concentration up to the most easily ignited concentration. Grain and food dusts: MEC typically 40–80 g/m³. Metal dusts: MEC can be as low as 10–30 g/m³. In a continuous processing operation, concentrations above MEC can be generated locally even when average concentrations appear low — near transfer points, in hoppers, inside ductwork.
NEC Class II Electrical Classification (Article 502)
| Classification | Dust Presence | Equipment Required | Examples |
|---|---|---|---|
| Class II Div 1 | Dust in suspension during normal operations; or conductive dust present | Dust-Ignitionproof (DIP) enclosures per UL 1203; TENV motors; T-code below MIT-Layer | Grain elevator legs, active grinding operations, metal powder feed areas |
| Class II Div 2 | Dust accumulates on equipment surfaces; not normally suspended | Dust-Tight (DT) enclosures; surfaces below MIT-Layer temperature | Packaging rooms adjacent to dusty processes, storage areas with occasional dust release |
T-Code Surface Temperature vs MIT-Layer
| T-Code | Max Surface Temp | Safe For Dust MIT-Layer > |
|---|---|---|
| T1 | 450°C | 450°C (few dusts) |
| T2 | 300°C | 300°C |
| T3 | 200°C | 200°C (grain, wood — most common) |
| T4 | 135°C | 135°C (coal, some plastics) |
| T5 | 100°C | 100°C (metal dusts) |
| T6 | 85°C | 85°C (most reactive metal dusts) |
Grain dust MIT-Layer: ~220–270°C → T3 rating adequate. Coal dust MIT-Layer: ~150–180°C → T4 required. Aluminum dust MIT-Layer: ~320°C (cloud) / 760°C (layer) — layer ignition is actually harder for aluminum; cloud MIE is the critical factor at 10–15 mJ. Always verify MIT-Layer from the dust's Safety Data Sheet or NFPA 484 (metals) data tables, not general references.
Antistatic Filter Bags — Why Standard Polyester Fails
Triboelectric charging occurs when dust particles flow through fabric filter media. Standard polyester bags are insulators (resistivity >10¹² Ω·m) — charge accumulates on the surface with no dissipation path. When a pulse-jet cleaning cycle fires, the accumulated charge discharges as a spark that can ignite the dust cloud inside the collector.
| Bag Type | Surface Resistivity | Electrostatic Risk | NFPA 69 Compliance |
|---|---|---|---|
| Standard polyester (woven or needle-felt) | >10¹² Ω/square | High — charge accumulates, discharges as spark | Non-compliant for combustible dust service |
| Carbon-black antistatic bags | 10⁶–10⁸ Ω/square | Low — charge dissipates continuously to grounded housing | Compliant — must be electrically bonded to housing |
| Conductive stainless-fiber bags | <10⁵ Ω/square | Very low | Compliant — requires grounded housing connection |
| PTFE membrane on antistatic substrate | 10⁶–10⁸ Ω/square | Low — PTFE surface is non-stick, antistatic substrate dissipates | Compliant for food-grade and fine dust applications |
A conductive bag that is not electrically bonded to the grounded housing is as dangerous as an insulating bag. It becomes an isolated conductor floating at high voltage — the accumulated charge cannot drain to earth and will discharge as an arc when it contacts a grounded surface. All bag cages and housings in combustible dust service must be electrically continuous and grounded.
10-Field Namespace: combustible_dust.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
combustible_dust.kst_bar_m_s | number | 148 (corn starch) | 284 (lycopodium) | 400 (aluminum) | Required input for NFPA 68 explosion vent sizing — vent area scales with Kst |
combustible_dust.st_class | string | St0 | St1 | St2 | St3 | Classifies explosion protection level required; St3 = most severe |
combustible_dust.dust_hazard_analysis_required | boolean | true | Flags NFPA 652 DHA requirement — every combustible dust product triggers this |
combustible_dust.one_thirty_second_layer_rule | boolean | true | Triggers housekeeping guidance — surfaces must be cleaned before reaching 0.8 mm depth |
combustible_dust.nec_class_division | string | Class-II-Div-1 | Class-II-Div-2 | Class-III-Div-1 | Routes to appropriate NEC Article 502 or 503 equipment rating |
combustible_dust.mit_layer_temp_c | number | 220 (grain) | 150 (coal) | 760 (aluminum layer) | Equipment surface temperature (T-code) must remain below this value |
combustible_dust.mit_cloud_temp_c | number | 430 (grain) | 610 (aluminum cloud) | Cloud ignition temperature — relevant for hot surface and hot work controls |
combustible_dust.antistatic_required | boolean | true | Prevents routing standard polyester filter bags to combustible dust collectors |
combustible_dust.grounding_required | boolean | true | Flags electrical continuity and earth bonding requirement for conductive bags and housings |
combustible_dust.explosion_vent_required | boolean | true | Triggers NFPA 68 explosion vent or suppression system requirement for the collector |
Frequently Asked Questions
Does a standard HEPA vacuum work for cleaning up combustible dust?
Standard HEPA vacuums are not designed for combustible dust service. HEPA filtration captures particles by mechanical filtration — the filter media may be standard polyester or glass fiber, both of which accumulate electrostatic charge. In a conductive environment (grain elevator, metal processing shop), a standard HEPA vacuum can generate sparks at the nozzle from static discharge, or accumulate charge inside the filter housing that discharges when the canister is opened. NFPA 652 Section 8.3 and OSHA NEP guidance recommend using vacuums that are listed for Class II Division 1 or 2 service (as applicable) when cleaning combustible dust from production equipment surfaces. For metal dusts (aluminum, magnesium, titanium) — standard vacuums present an additional risk: metal dust particles can overheat inside the vacuum motor from air restriction and initiate a fire inside the canister. Approved options include wet vacuum systems (where the dust is captured in water — the water prevents ignition), HEPA vacuums rated for Class II locations with antistatic filter elements and grounded housing, or vacuum systems with explosion-rated motors and filter housings. Compressed air blowdown to move combustible dust from surfaces is specifically prohibited by NFPA 654 Section 8.2 — it lofts dust into suspension and creates deflagration hazard.
Is rice or flour from a grocery store actually a combustible dust hazard?
Yes. Flour, grain, sugar, starch, and cocoa are all listed combustible dusts with documented explosion histories. The 2008 Imperial Sugar refinery explosion (Savannah, GA) killed 14 workers and injured 36 — caused by powdered sugar accumulation ignited by hot equipment. Flour mill explosions are documented worldwide and have occurred throughout the 20th century. Any organic dust with sufficient surface area and particle size below ~500 microns can form an explosible cloud above MEC. The particle size matters: coarse flour (500+ microns) has lower explosion hazard than fine milled flour (<100 microns) because smaller particles have higher surface area per unit mass and burn faster. From a product routing perspective: Shopify sellers of grain mill equipment, food dehydrators, spice grinders, commercial flour handling equipment, and industrial baking equipment should encode combustible_dust.st_class = St1 and combustible_dust.dust_hazard_analysis_required = true even for food-grade applications. A home grain mill selling retail does not need Class II electrical — but an industrial flour processing system operating in a commercial kitchen or bakery does.
What is the difference between NFPA 652 and NFPA 654, and which standard applies?
NFPA 652 (Standard on the Fundamentals of Combustible Dust) is the umbrella standard — it establishes the Dust Hazard Analysis (DHA) requirement and general principles that apply to all facilities handling combustible dust. It was first published in 2015 specifically to create a consistent foundation and DHA requirement across all industry types. NFPA 654 (Standard for the Prevention of Fire and Dust Explosions from the Manufacturing, Processing, and Handling of Combustible Particulate Solids) covers general manufacturing and processing industries. Commodity-specific standards exist for: NFPA 61 (agricultural facilities), NFPA 484 (combustible metals), NFPA 655 (sulfur), NFPA 664 (wood processing). When a commodity-specific standard exists, it provides more detailed requirements for that dust type and applies in addition to NFPA 652 — not instead of it. NFPA 652 requirements apply to all combustible dust facilities regardless of which commodity-specific standard also applies. For product encoding: use combustible_dust.nfpa_standard to indicate which specific standard's requirements apply to the installation (e.g., NFPA-61 for grain, NFPA-484 for metals) in addition to the universal NFPA-652 flag.
Score Your Store's Combustible Dust Product Listings
CatalogScan checks for combustible_dust.kst_bar_m_s, st_class, antistatic_required, nec_class_division, and 16 other AI-agent-critical fields. See which dust collection and explosion protection products are missing NFPA 652 hazard class data.