Reactive Transport Modeling with Physics-Informed Machine Learning for Critical Minerals Applications

This study introduces a physics-informed neural network (PINN) framework designed to accurately simulate fast bimolecular reactions in porous media, thereby enhancing the characterization of chemical interactions essential for critical mineral extraction and geoscience applications.

K. Adhikari, Md. Lal Mamud, M. K. Mudunuru, K. B. Nakshatrala

Published Thu, 12 Ma
📖 5 min read🧠 Deep dive

Imagine you are trying to predict how a drop of dye spreads through a sponge that is soaked with water, but with a twist: as the dye moves, it instantly reacts with a second liquid to create a brand new color. Now, imagine that sponge isn't uniform; some parts are soft and spongy, while others are hard and rocky, causing the water to swirl, speed up, or get stuck in unexpected places.

This is the real-world problem scientists face when trying to extract critical minerals (like lithium or rare earth elements used in our phones and electric cars) from deep underground. They need to pump chemicals into the ground to dissolve the minerals, but they need to know exactly where the chemicals will go and how they will mix to avoid wasting money or creating pollution.

Traditionally, solving this puzzle requires massive, complex computer simulations that are slow, expensive, and sometimes make mistakes (like predicting negative amounts of a chemical, which is physically impossible).

This paper introduces a new, smarter way to solve this puzzle using "Physics-Informed Machine Learning" (PINNs).

Here is the breakdown of their approach using simple analogies:

1. The Old Way vs. The New Way

  • The Old Way (Traditional Simulations): Imagine trying to map a city by drawing a grid of tiny squares on a piece of paper and calculating the traffic flow for every single square. If the city has weird shapes or sudden changes in road quality, you have to redraw the grid thousands of times. It's tedious, requires a lot of paper (computing power), and if you miss a square, your map is wrong.
  • The New Way (PINNs): Imagine you have a super-smart GPS that doesn't need a grid. Instead, it "knows" the laws of physics (like "cars can't drive through buildings" or "traffic flows downhill"). You just tell it the starting point and the destination, and it learns the path by constantly checking its own predictions against the laws of physics. It doesn't need a grid; it just needs to know the rules.

2. The Three-Step Recipe

The authors built a system that solves the problem in three stages, like a cooking recipe:

  • Step 1: The Flow (The Water Current)
    First, they teach the AI how water moves through the rocky underground. They use a "mixed" approach, which is like making sure the AI understands both the pressure pushing the water and the speed of the water itself. They tested this on "patch tests" (simple scenarios with different rock types) and proved the AI could predict the water flow just as accurately as the old, heavy-duty methods.

  • Step 2: The Spread (The Diffusion)
    Next, they teach the AI how chemicals spread out. A major problem with old computer models is that they sometimes predict "negative" amounts of chemicals (like saying you have -5 apples), which makes no sense.

    • The Magic Trick: The PINN method naturally respects the "Maximum Principle." Think of it like a strict teacher who ensures no student ever gets a negative score. The AI learned to keep all chemical concentrations positive without needing extra rules, something the old methods struggled to do.
  • Step 3: The Reaction (The Magic Mix)
    Finally, they simulated the fast reaction. Imagine two streams of water meeting: one with Acid (A) and one with a Complexing Agent (B). When they touch, they instantly turn into a Metal Complex (C).

    • The Challenge: In the real world, if the water is moving fast and the rocks are uneven, the mixing happens in thin, sharp lines. Old computers often blur these lines, making the reaction look fuzzy.
    • The Result: The PINN method kept the lines sharp and clear. It showed exactly where the "plume" (the cloud of the new chemical) would form, even when the water was swirling randomly.

3. Why This Matters for Critical Minerals

Extracting minerals from the ground is like trying to find a needle in a haystack while blindfolded. You pump chemicals in, hoping they hit the minerals.

  • Data Scarcity: We often don't have enough data from underground to train normal AI.
  • The PINN Advantage: Because this AI "knows" the laws of physics, it doesn't need a mountain of historical data. It can learn from the physics itself. This means engineers can simulate scenarios, optimize how much chemical to inject, and predict where the minerals will be recovered, all without needing expensive, slow supercomputers.

The Bottom Line

The authors have created a digital twin for underground chemical reactions. It's a tool that is:

  1. Mesh-free: No need to draw complex grids.
  2. Physically Honest: It never predicts impossible results (like negative chemicals).
  3. Fast and Flexible: It can handle messy, real-world underground conditions where water flows in unpredictable ways.

This technology could be a game-changer for the green energy transition, helping us mine the critical minerals we need for batteries and electronics more efficiently and with less environmental impact.