PLUME-X Scientific Capabilities

Detailed Insights from Technical Audits & Validation Studies

🛡️ Core Physics & Validation

Q. How does PLUME-X handle different types of hazardous releases?

PLUME-X utilizes a multi-stage hybrid physics engine that integrates multiple state-of-the-art dispersion models:

Source Term (Near-Field) Models:

  • Near-Field Thermodynamic Model (nearfield_model.py): Handles cryogenic spills, flash evaporation, jet expansion, two-phase flow thermodynamics, and ground heat transfer (film boiling).

Far-Field Dispersion Models:

  • Gaussian Plume: For buoyant releases (e.g., Hydrogen, heated gases)
  • DEGADIS: Dense gas dispersion for heavy gases
  • SLAB: Heavy gas dispersion with advanced slumping physics
  • HEGADAS (hegadas_model.py): Heavy Gas Dispersion and Stability model

Hybrid Multi-Model Integration:

The system dynamically chains and blends these models based on release characteristics. For example, a cryogenic LNG spill might use:

  1. Near-Field Model → Thermodynamic expansion and flash vaporization calculation
  2. HEGADAS/SLAB → Initial heavy gas slumping near the source
  3. Gaussian → Transition to neutral/buoyant dispersion at distance

This multi-model approach ensures physical accuracy across the entire dispersion domain, from source thermodynamics to far-field atmospheric transport. The model has been rigorously validated against 15 historical field experiments recognized by the EPA.

Note: While PLUME-X references industry-standard model names (Gaussian, DEGADIS, SLAB, HEGADAS) to help users understand the physics regimes being applied, the underlying implementations are proprietary, extensively enhanced algorithms developed specifically for PLUME-X. These advanced versions feature expanded capabilities, improved numerical stability, and native support for hybrid multi-model interaction through an intelligent model management system that automates complex physics transitions seamlessly, eliminating the need for manual model selection.

Q. Can you prove the accuracy for Cryogenic spills like LNG and Nitrogen?

Yes. The model demonstrates excellent agreement with experimental data for cryogenic spills:

  • LNG (Liquefied Natural Gas): Validated against the Burro and Falcon series (MG ≈ 0.93 - 1.05).
  • Liquid Nitrogen: Validated against TEEX field experiments, showing a Geometric Mean Bias (MG) of 0.336, which correctly captures the dense gas slumping behavior.
Q. What about Toxic Dense Gases like Chlorine and Ammonia?

PLUME-X is fully validated for high-hazard toxic scenarios:

  • Jack Rabbit II (Chlorine): Accurately models catastrophic releases of localized chlorine (MG = 0.726).
  • Goldfish (HF): Handles the complex thermodynamics of Hydrogen Fluoride, including aerosol persistence.
  • Desert Tortoise & Ineris (Ammonia): Validated for both pressurized jets and heavy gas clouds.

❄️ Advanced Cryogenic Dynamics

Q. How does the model handle the complex thermodynamics of a cryogenic liquid spill on the ground?

Instead of relying on fixed approximations, PLUME-X employs a High-Fidelity Ground Heat Transfer model based on Film Boiling physics.

The system calculates the heat flux dynamically based on the Superheat Temperature Difference ($\Delta T = T_{ground} - T_{boil}$). We calibrated the heat transfer coefficient ($C_{boil} = 200.0 J/kg\cdot K$) against TNO Yellow Book data. This implies the model can distinguish between a spill on hot desert sand versus cold arctic concrete, adjusting the vaporization rate accordingly.

Q. Does the model account for different tank failure modes (e.g. Vacuum Loss)?

Yes. The simulator bifurcates logic to handle distinct thermodynamic paths:

  1. Scientific Mode (Intact Insulation): Models Auto-Refrigeration. As liquid leaks, the remaining liquid boils to fill the void, consuming heat and lowering the temperature. This collapses the vapor pressure, leading to a natural "dying leak" behavior.
  2. Vacuum Loss Mode (Catastrophic): Models the total failure of insulation, where external heat ingress sustains boiling, maintaining pressure and extending the release duration.
Q. How do you ensure numerical stability when a tank depressurizes completely?

We implemented a precise Physical Guard system. In scenarios like the "Dead Tank" limit, mathematical models can encounter singularities as driving forces approach zero.

PLUME-X detects the exact moment of pressure equilibrium (within 5 Pa of atmosphere) and gracefully terminates the source term. This ensures that long-duration simulations remain numerically stable and physically consistent down to the last second of the release.

🌐 Advanced Environmental Modeling

Q. How does PLUME-X handle wind flow in complex terrain (valleys, mountains, rural areas)?

For rural environments and complex topography, PLUME-X integrates WindNinja, one of the most advanced terrain-aware wind models available. WindNinja uses high-resolution digital elevation data to compute spatially varying wind fields that account for:

  • Orographic effects: Flow acceleration over ridges, deceleration in valleys
  • Channeling: Wind funneling through mountain passes and canyons
  • Slope flows: Katabatic (downslope) and anabatic (upslope) winds
  • Turbulence enhancement: Increased mixing over rough terrain

This ensures that dispersion predictions in mountainous or coastal regions are physically realistic, where uniform wind assumptions would fail catastrophically.

Q. What about urban and industrial areas with buildings and structures?

PLUME-X employs a proprietary urban wind model called ROKA_UrbanFlow, developed specifically to capture the complex aerodynamics of built environments.

Key Capabilities:

  • Building Wake Effects: Simulation of low-velocity recirculation zones downwind of structures
  • Street Canyon Flows: Channeling and vortex formation between building rows
  • Obstacle Drag: Automatic calculation of drag factors based on building density and height distribution
  • Turbulent Mixing: Enhanced dispersion coefficients in urban boundary layers

ROKA_UrbanFlow uses real building footprints from OpenStreetMap and Mapbox Vector Tiles, providing site-specific accuracy for industrial facilities, refineries, and urban release scenarios.

Q. How does PLUME-X obtain real-time meteorological data?

PLUME-X features an intelligent weather integration system that automatically retrieves current atmospheric conditions from government and scientific weather networks:

Data Sources:

  • Weather.gov API (NOAA): Primary source for U.S. locations, providing high-accuracy official observations
  • OpenWeatherMap API: Global coverage with fallback redundancy
  • Manual Override: Users can input custom meteorological parameters when local station data is unavailable or when conducting "what-if" scenario analysis

The system automatically selects the nearest meteorological station to the release site and retrieves:

  • Wind speed and direction (10-meter standard height)
  • Ambient temperature and humidity
  • Atmospheric stability class (derived from solar radiation and cloud cover)
Q. Does the model use satellite imagery for site identification?

Yes. PLUME-X uses Mapbox Satellite Imagery to provide users with high-resolution visual context of the release site. This allows for:

  • Visual Site Identification: Users can pinpoint exact leak locations on aerial/satellite imagery
  • Terrain Verification: Validate topographic features visible in the satellite data against DEM models
  • Building Detection: Cross-reference visual structures with database footprints for urban simulations
  • 3D Visualization: Overlay dispersion plumes on realistic satellite terrain for stakeholder presentations

The integration of satellite imagery with digital elevation models and building databases creates a unified geospatial framework for emergency response and facility planning.