Coupled Continuous-Discontinuous Galerkin Finite Element Solver for Compound Flood Simulations

This paper presents a locally conservative coupled Continuous-Discontinuous Galerkin discretization of the shallow water equations integrated into the ADCIRC model to accurately simulate compound floods by accounting for the complex interactions between storm surge and rainfall-induced runoff, as validated through laboratory tests and Hurricane Harvey simulations.

Original authors: Chayanon Wichitrnithed, Eirik Valseth, Shintaro Bunya, Ethan J. Kubatko, Clint Dawson

Published 2026-04-01
📖 4 min read☕ Coffee break read

This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to predict how a city will flood during a massive hurricane. In the past, scientists had to look at two separate problems: the ocean water crashing onto the shore (storm surge) and the rain falling from the sky (runoff). They would calculate these separately and then just add the numbers together, like adding the price of a burger to the price of fries.

But here's the problem: Floods don't work like math homework. When heavy rain meets a rising ocean, they interact in messy, chaotic ways. The rain can't drain into the ocean because the ocean is already full, so the water piles up higher than the sum of its parts. This is called a "Compound Flood."

This paper introduces a new, smarter computer program designed to simulate these messy, real-world interactions. Here is how they did it, explained simply:

1. The Old Way vs. The New Way

Think of the computer model as a giant jigsaw puzzle made of thousands of tiny triangles.

  • The Old Model (ADCIRC): This model was great at moving water around (momentum), but it treated the puzzle pieces like they were glued together with a sticky, continuous sheet. It was fast, but it sometimes "leaked" water between the pieces, making the math slightly inaccurate when you added rain.
  • The New Model (DG-CG): The authors built a hybrid engine.
    • For the Rain (Continuity): They used a method called Discontinuous Galerkin (DG). Imagine each puzzle piece is now a separate bucket. If you pour rain into one bucket, it stays exactly in that bucket. It doesn't leak. This ensures that every single drop of rain is accounted for perfectly.
    • For the Flow (Momentum): They kept the old, fast method (Continuous Galerkin) for how the water moves and swirls. This keeps the computer running fast so they can simulate huge areas like the entire Gulf of Mexico.

The Analogy: It's like hiring a team of strict accountants (DG) to count every penny of rain, while hiring a team of fast runners (CG) to carry the water buckets around the city. The accountants ensure no money is lost; the runners ensure the delivery is fast.

2. The "Dry Land" Problem

One of the hardest things to simulate is a coastline. Some parts of the map are deep ocean, and some are dry land.

  • The Challenge: When a storm hits, dry land gets wet. When the tide goes out, wet land gets dry again. In computer land, this is a nightmare. If the math tries to calculate water flow on a dry patch of land, the numbers can explode and crash the program.
  • The Solution: The authors created a "traffic cop" system. They have a special rule that says, "If a bucket is empty, stop calculating the flow for that bucket." They also figured out how to let a dry bucket suddenly fill up just because it rained, without needing a river to flow into it first. This allows the model to simulate a city turning from dry to flooded purely due to rain.

3. Testing the Engine

The team didn't just build it; they stress-tested it:

  • The "Lake" Test: They simulated a small hill with a constant rain pouring down. They checked if the total amount of water in the box matched the rain they poured in. It did perfectly.
  • The "Hurricane" Test: They simulated Hurricane Harvey (2017). This was the ultimate test because Harvey was a "compound flood" disaster—massive rain combined with a storm surge.
    • The Result: The old model (ADCIRC) underestimated the flood levels because it didn't handle the rain interaction well. The new model (DG-CG) predicted the water levels much closer to reality, showing that the rain and the ocean surge were indeed amplifying each other.

4. Why This Matters

This isn't just about better math; it's about saving lives and property.

  • Better Forecasts: By accurately modeling how rain and storm surges combine, emergency managers can predict which neighborhoods will flood before the storm hits.
  • Efficiency: Because they kept the "fast runner" part of the code, they can run these complex simulations on supercomputers without waiting weeks for the results.

The Bottom Line

The authors built a hybrid super-solver. It combines the precision of a strict accountant (to track every drop of rain) with the speed of a race car (to move the water). This allows scientists to finally simulate the true, chaotic nature of compound floods, helping us understand and prepare for the next big storm.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →