Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      This week in AI dev tools: Gemini 2.5 Pro and Flash GA, GitHub Copilot Spaces, and more (June 20, 2025)

      June 20, 2025

      Gemini 2.5 Pro and Flash are generally available and Gemini 2.5 Flash-Lite preview is announced

      June 19, 2025

      CSS Cascade Layers Vs. BEM Vs. Utility Classes: Specificity Control

      June 19, 2025

      IBM launches new integration to help unify AI security and governance

      June 18, 2025

      “We’re creating a game that’s steeped in dark fantasy elements” — Capcom talks building a samurai adventure with Onimusha: Way of the Sword

      June 22, 2025

      I tested this beastly gaming laptop with flawless performance — but I’m obsessed with a different feature

      June 22, 2025

      I changed 10 settings on my Fire TV for better performance and fewer distractions

      June 22, 2025

      I love that transparent technology is making a comeback — and one of the biggest gaming companies has joined the fun

      June 21, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Understanding JavaScript Promise

      June 22, 2025
      Recent

      Understanding JavaScript Promise

      June 22, 2025

      Lakeflow: Revolutionizing SCD2 Pipelines with Change Data Capture (CDC)

      June 21, 2025

      vitorccs/laravel-csv

      June 21, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      “We’re creating a game that’s steeped in dark fantasy elements” — Capcom talks building a samurai adventure with Onimusha: Way of the Sword

      June 22, 2025
      Recent

      “We’re creating a game that’s steeped in dark fantasy elements” — Capcom talks building a samurai adventure with Onimusha: Way of the Sword

      June 22, 2025

      I tested this beastly gaming laptop with flawless performance — but I’m obsessed with a different feature

      June 22, 2025

      6 Best Free and Open Source Graphical Data Hashing Tools

      June 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»Texas A&M Researchers Introduce a Two-Phase Machine Learning Method Named ‘ShockCast’ for High-Speed Flow Simulation with Neural Temporal Re-Meshing

    Texas A&M Researchers Introduce a Two-Phase Machine Learning Method Named ‘ShockCast’ for High-Speed Flow Simulation with Neural Temporal Re-Meshing

    June 22, 2025

    Challenges in Simulating High-Speed Flows with Neural Solvers

    Modeling high-speed fluid flows, such as those in supersonic or hypersonic regimes, poses unique challenges due to the rapid changes associated with shock waves and expansion fans. Unlike low-speed flows, where fixed time steps work well, these fast-moving flows require adaptive time stepping to capture small-scale dynamics accurately without incurring excessive computational cost. Adaptive time-steps adjust based on how quickly the flow changes, improving both simulation efficiency and model training. For neural solvers, this is especially important, as uniform steps can create an imbalance in learning. However, traditional methods for choosing time-steps don’t directly apply to neural models, which often rely on coarser space-time approximations for speed.

    Current Research Trends in Time-Resolved Neural PDE Solvers

    Recent research has explored learnable spatial re-meshing for solving PDEs using both supervised and reinforcement learning approaches. However, learning to adapt temporal resolution through time-resolved temporal re-meshing remains largely unexplored, especially in the context of high-speed fluid flow, where it’s crucial. Most existing methods rely on data with fixed time steps. Some studies train models to predict time steps or interpolate between uniform time points using techniques like Taylor expansions or continuous-time neural fields. Others adapt to multiple fixed step sizes using separate or shared models. However, these approaches assume the time step is known beforehand, which is not realistic for the scenarios we address.

    Introducing ShockCast: A Two-Phase Machine Learning Framework

    Researchers from Texas A&M University introduce ShockCast, a two-phase machine learning framework designed to model high-speed fluid flows using adaptive time-stepping. In the first phase, a neural model predicts the appropriate timestep based on the current flow conditions. In the second step, this timestep, along with the flow fields, is used to evolve the system forward. The approach integrates physics-inspired components for timestep prediction and adopts strategies from neural ODEs and Mixture of Experts to guide the learning process. To validate ShockCast, the team created two supersonic flow datasets, addressing scenarios like blast waves and coal dust explosions. The code is available in the AIRS library.

    Neural Conditioning Strategies for Timestep Adaptation

    ShockCast is a two-phase neural framework designed to model high-speed fluid flows with sharp gradients efficiently. Instead of using fixed time steps, it adopts an adaptive time-stepping approach, where a neural CFL model predicts the optimal timestep size based on current flow conditions, and a neural solver evolves the state forward accordingly. This adaptivity ensures more uniform learning across both smooth and sharp flow regions. The authors explore several timestep-conditioning strategies, including time-conditioned normalization, spectral embeddings, Euler-inspired residuals, and mixture-of-experts layers, enabling the solver to specialize in handling diverse temporal dynamics effectively and with greater generalization.

    Experimental Results on Supersonic Flow Datasets

    The study evaluates ShockCast on two supersonic flow settings: a coal dust explosion and a circular blast. In the coal dust scenario, a shock interacts with a dust layer, triggering turbulence and mixing, while the circular blast mimics a 2D shock tube with pressure-driven radial shocks. Models predict velocity, temperature, and density (plus dust fraction for the former). Several neural solver backbones, including U-Net, F-FNO, CNO, and Transolver, are tested with various time-step conditioning strategies. Results show U-Net with time-conditioned norm excels in capturing long-term dynamics, while F-FNO and U-Net paired with MoE or Euler conditioning reduce turbulence and flow prediction errors.

    Conclusion: Efficient and Scalable Modeling for High-Speed Flows

    In conclusion, ShockCast is a machine learning framework designed to model high-speed fluid flows using adaptive time-stepping. Unlike traditional approaches that rely on fixed time intervals, ShockCast predicts optimal time step sizes based on current flow dynamics, allowing it to handle rapid changes, such as shock waves, efficiently. The method operates in two phases: first, a neural model forecasts the timestep; then, a solver uses this prediction to advance the flow state. The approach incorporates physics-inspired timestep conditioning strategies and is evaluated on two newly generated supersonic datasets. Results demonstrate ShockCast’s effectiveness and potential to accelerate high-speed flow simulations.


    Check out the Paper and GitHub. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 100k+ ML SubReddit and Subscribe to our Newsletter.

    The post Texas A&M Researchers Introduce a Two-Phase Machine Learning Method Named ‘ShockCast’ for High-Speed Flow Simulation with Neural Temporal Re-Meshing appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleWhy Apple’s Critique of AI Reasoning Is Premature
    Next Article How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    June 22, 2025
    Machine Learning

    Why Apple’s Critique of AI Reasoning Is Premature

    June 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    5 Tools to Enhance Your AppImage Experience on Linux

    Linux
    Train Your Own LLM

    Train Your Own LLM

    Development

    YAML files in DBT

    Development

    CVE-2025-6408 – Campcodes Online Hospital Management System SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    New to the web platform in March

    May 2, 2025

    Discover some of the interesting features that have landed in stable and beta web browsers…

    5 projects Perplexity’s new Labs AI tool can whip up for you now – in minutes

    May 30, 2025

    Microsoft’s latest AI model can accurately forecast the weather: “It doesn’t know the laws of physics, so it could make up something completely crazy”

    May 23, 2025

    How to Hire Top AI Developers

    June 10, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.