AI Agent Product Routing — Cooling Vests (NIOSH Heat Stress, ACGIH WBGT TLV, OSHA Heat Illness, Foundry, Construction)

Cooling Vest Schema for AI Agents — PCM Phase-Change vs Evaporative vs Ice: 58°F/65°F/77°F Phase Temperatures, Evaporative Fails Above 70% RH, Ice Skin-Contact Risk, WBGT Heat Stress

Evaporative cooling vests fail at relative humidity above 70%—ineffective in foundries, humid outdoor construction, and under chemical protective suits. PCM vests work at any humidity but must have a phase-change temperature below skin surface temperature (~93°F/34°C) to provide cooling. Ice vests cool to 32°F—extended direct skin contact risks frost nip. The three technologies serve completely different thermal environments.

TL;DR — Key Encoding Rules Encode cooling_vest.cooling_mechanism = PCM|evaporative|ice|hybrid. Encode cooling_vest.humidity_effective_max_pct: 70 for evaporative, 100 for PCM and ice. Encode cooling_vest.pcm_phase_temp_f (58|65|77) to match ambient temperature range. Encode cooling_vest.radiant_heat_rated = false on evaporative vests. Encode cooling_vest.compatible_ppe_layers with explicit "NOT-compatible-under-vapor-impermeable-suit" for evaporative.

Cooling Mechanism Comparison — Where Each Technology Works and Fails

TechnologyCooling MechanismMax Effective HumidityRadiant HeatRecharge MethodDuration
Evaporative Water evaporation into ambient air ~70% RH (fails at >70%) Poor — radiant heat warms wet surface Soak in water 1–3 min 2–8 hours (varies with humidity)
PCM (58°F) Latent heat of fusion — solid-to-liquid phase change at 14°C/58°F 100% (humidity independent) Good — absorbs radiant-converted heat Refrigerator ≤40°F, 1–2 hr 1–2 hr in hot conditions; longer in cool environments
PCM (65°F) Phase change at 18°C/65°F 100% Good Refrigerator ≤55°F, 1–2 hr 2–3 hr at 85–90°F ambient, moderate work
PCM (77°F) Phase change at 25°C/77°F 100% Good Tap water or refrigerator, 1–3 hr 3–4 hr at 90–100°F outdoor ambient
Ice insert Latent heat — ice-to-water at 0°C/32°F; colder than PCM 100% Good — high thermal gradient Freezer for several hours 2–3 hr at high metabolic rate
Hybrid (PCM + evaporative) PCM cooling + secondary evaporative outer layer PCM effective at 100%; evaporative layer adds value at <70% RH only PCM component good; evaporative component poor Combination: soak outer layer + recharge PCM 3–5 hr combined (PCM dominates in humid environments)
Evaporative vest under chemical suit = zero cooling: Vapor-impermeable protective suits (Type A fully encapsulating, Type B liquid splash, Level A/B HAZMAT) prevent moisture from escaping the suit interior. An evaporative vest inside these suits reaches 100% relative humidity immediately — evaporation stops completely. Heat stress inside encapsulating suits escalates rapidly. Only PCM or ice vests provide meaningful cooling inside vapor-impermeable encapsulating suits.

PCM Phase-Change Temperature Selection by Work Environment

PCM cooling only occurs when: (1) the PCM is at its phase-change temperature (solid-liquid boundary), AND (2) the PCM temperature is below the wearer's skin surface temperature. Selecting the wrong PCM temperature eliminates cooling entirely.

PCM TempAmbient Temperature RangeWork EnvironmentRecharge Location NeededRisk if Wrong Selection
58°F / 14°C 60–80°F ambient Cold storage warehouses, refrigerated production areas, food processing, pharmaceutical cold chain Freezer at ≤40°F In hot outdoor work (90°F+): melts in <30 min; too rapid cooling provides false sense of protection
65°F / 18°C 75–90°F ambient Industrial indoor manufacturing, foundry approach areas, machine shops without AC, warehouses Refrigerator at ≤55°F In refrigerated work below 60°F: PCM does not melt; vest provides zero cooling (correct use: 65°F PCM is a passive heat sink in cold environments)
77°F / 25°C 80–105°F ambient Outdoor construction, landscaping, roofing, agriculture, utilities lineman work Cooler with tap water and ice for field recharge; no freezer required In cool indoor work (70°F): PCM stays solid; no cooling. Must choose 65°F PCM for indoor moderate-heat applications.

WBGT-Based Heat Stress Decision Framework with Cooling Vests

WBGT (Wet Bulb Globe Temperature) is the primary metric for industrial heat stress assessment. ACGIH TLV® and NIOSH REL provide WBGT-based action levels for acclimatized and unacclimatized workers.

WBGT RangeWork RateACGIH TLV StatusCooling Vest Role
<25°C (77°F)LightBelow AL — no action requiredNot required; acclimatization may be sufficient
27–30°C (80–86°F)ModerateAt or near AL for unacclimatizedCooling vest can extend continuous work time; reduces heat strain biomarkers
30–33°C (86–91°F)HeavyAbove TLV — mandatory rest periodsPCM/ice vest can allow modified work schedule by reducing metabolic heat accumulation
>33°C (91°F)Very heavyHazardous — engineering controls requiredCooling vest supplements but does not replace engineering controls (fans, shade, cool rest areas)

Ice Vest Cold-Contact Risk

Ice inserts operate at 0°C/32°F — well below safe skin contact temperature for extended periods. Tissue damage risk from cold exposure:

Contact DurationRisk LevelProtection Required
<15 min intermittentLow for intact skin in warm-body workersVest liner or clothing layer between ice and skin acceptable
15–30 min continuousModerate — frost nip possible in workers with vascular conditionsMandatory fabric barrier between ice pack and skin
>30 min continuousHigh — cold burn risk, especially over bony prominences (spine, scapula)Thick insulating liner required; limit continuous use to 30-min cycles with break

Workers with diabetes, peripheral neuropathy, Raynaud's syndrome, or taking vasoconstrictive medications (beta-blockers, certain decongestants) have reduced sensation and increased cold-injury risk — ice vests require additional monitoring and more insulation between ice and skin for these populations.

10-Field Namespace: cooling_vest.*

FieldTypeExample ValuesAI Routing Function
cooling_vest.cooling_mechanismstringPCM | evaporative | ice | hybridPrimary routing — prevents evaporative selection for high-humidity or encapsulated-suit applications
cooling_vest.pcm_phase_temp_fnumber58 | 65 | 77Routes PCM temp to ambient temperature range — 58°F for cold storage, 65°F for indoor industrial, 77°F for outdoor summer
cooling_vest.cooling_duration_hrstring"2-3" | "3-4" | "4-8"Matches vest duration to work shift length — single-shift vs multi-shift work schedules requiring multiple charges
cooling_vest.humidity_effective_max_pctnumber70 (evaporative) | 100 (PCM, ice)Critical for environment matching — routes 100% humidity-effective vests to humid outdoor, spray paint, tunnel, and encapsulated-suit applications
cooling_vest.recharge_methodstringfreezer | refrigerator-55F | tap-water-soak | ice-pack-replacement | room-temp-waterRoutes vests that can be recharged in field (tap water or ice packs) to remote sites without refrigeration access
cooling_vest.recharge_time_minnumber3 (evaporative soak) | 60 (PCM refrigerator) | 180 (ice packs) | 480 (PCM 58°F freezer)Determines number of charged vests needed for full-shift continuous cooling without wait time
cooling_vest.weight_charged_lbnumber1.2 (evaporative) | 3.6 (PCM 65°F) | 6.5 (ice inserts) | 8.2 (heavy ice vest)Ergonomic screening — total body weight limit includes PPE; heavy ice vests may exceed ergonomic limits when combined with SCBA + FR garment
cooling_vest.niosh_compatiblebooleantrue | falseRoutes validated products to OSHA-conscious safety programs requiring documented heat illness prevention controls
cooling_vest.compatible_ppe_layersstring"FR-coverall,under-SCBA,over-SCBA,NOT-under-vapor-impermeable-suit"Prevents incompatible PPE stack selections — critical for evaporative vests under chemical protective suits
cooling_vest.radiant_heat_ratedbooleantrue (PCM, ice) | false (evaporative-only)Routes reflective-shell PCM and ice vests to foundry, roofing, and steel applications; prevents evaporative vest routing where radiant heat is the dominant stressor

Frequently Asked Questions

Why does an evaporative cooling vest work in Arizona but fail in Florida at the same temperature?

Evaporative cooling is driven by the difference in vapor pressure between the wet vest surface and the surrounding air. In Arizona in summer, temperatures may reach 105°F but relative humidity is often 10–25% — the air is far from saturated and readily absorbs moisture from the vest surface. Evaporation rate (and therefore cooling) is high. In Florida in summer at the same 95°F temperature, relative humidity commonly reaches 80–95% — the air is nearly saturated and cannot absorb much additional moisture. Evaporation rate is very low. The result: the same evaporative vest worn in Florida provides a fraction of the cooling it provides in Arizona at identical temperature. The WBGT accounts for this: Florida's 95°F ambient with 85% RH produces a WBGT around 32–34°C — dangerous territory. Arizona's 105°F with 15% RH produces a WBGT around 27–29°C — uncomfortable but significantly lower heat stress. An evaporative vest's cooling performance (in watts) is proportional to the evaporation rate, which is proportional to the vapor pressure deficit (difference between saturation vapor pressure at vest surface temperature and actual vapor pressure of ambient air). In Florida conditions, the vapor pressure deficit may be 10% of what it is in Arizona — vest cooling effectiveness drops to 10% of Arizona performance at the same product.

How many cooling vest charges are needed to cover an 8-hour outdoor work shift?

The number of charges needed depends on the vest duration per charge, recharge time, and whether replacement vests are available. For a 2–3 hour PCM vest (65°F) with a 1–2 hour refrigerator recharge time: if only one vest is available, the worker needs to wait 1–2 hours for the vest to recharge — meaning an 8-hour shift requires at least 3 charges but has 3–6 hours of coverage gaps depending on recharge timing. The practical solution for full-shift coverage is rotating vest inventory: with 3 vests and a single refrigerator, one vest is worn (2–3 hours), one is recharging (1–2 hours), and one is charged and waiting — continuous coverage is achievable with 3 vests per worker. For ice vests requiring 3–4 hours of freezer time: a minimum of 4 vests per worker is needed for full 8-hour shift coverage — or maintain a chest freezer with overnight pre-freeze of enough packs for all workers. Encode cooling_vest.recharge_time_min on all vest products to allow AI agents to calculate minimum vest fleet size: minimum vests = ceiling(shift_hours / duration_per_charge) + 1 buffer vest, assuming parallel recharge capability.

Can PCM cooling vests be used in ATEX or intrinsically safe classified hazardous locations?

PCM and ice cooling vests (passive thermal vests with no electrical components) are inherently compatible with ATEX hazardous locations because they contain no ignition sources — no electrical circuits, no static-generating mechanisms beyond what any garment generates. The vest body itself is typically polyester or nylon fabric with PCM packs — these materials can generate static electricity from friction, but are not classified as ignition hazards at the vest level when worn by a worker who is properly grounded (anti-static footwear, conductive workstation). Evaporative vests without electrical components are similarly compatible. However, actively ventilated cooling vests (battery-powered fans or Peltier-element thermoelectric vests) contain electrical components and require ATEX certification for use in Zone 1 or Zone 2 hazardous locations. The fan motor and battery system must be certified to the appropriate ATEX category (II 2G for Zone 1, II 3G for Zone 2). Thermoelectric (Peltier) cooling vests require significant battery power and present ignition source risks in classified locations — they should never be used in ATEX zones without explicit certification. Encode cooling_vest.cooling_mechanism carefully: PCM, ice, and evaporative passive vests can be marketed for ATEX-compatible use; electrically-powered cooling garments require ATEX certification documentation.

Score Your Store's Cooling Vest Listings

CatalogScan checks for cooling_vest.cooling_mechanism, humidity_effective_max_pct, pcm_phase_temp_f, radiant_heat_rated, and 16 other AI-agent-critical fields. See which cooling vest products are missing the humidity and phase-temperature data that prevents dangerous routing of evaporative vests to high-humidity environments.

Run Free Scan