<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Arno Meijer</title>
    <description>The latest articles on DEV Community by Arno Meijer (@arno_meijer).</description>
    <link>https://dev.to/arno_meijer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3931034%2Fccacedc0-39a9-4849-a559-025bb84a8dc5.png</url>
      <title>DEV Community: Arno Meijer</title>
      <link>https://dev.to/arno_meijer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arno_meijer"/>
    <language>en</language>
    <item>
      <title>Building a Real-Time CFD Framework in JAX (AeroJAX)</title>
      <dc:creator>Arno Meijer</dc:creator>
      <pubDate>Thu, 14 May 2026 11:19:12 +0000</pubDate>
      <link>https://dev.to/arno_meijer/building-a-real-time-cfd-framework-in-jax-aerojax-1aj7</link>
      <guid>https://dev.to/arno_meijer/building-a-real-time-cfd-framework-in-jax-aerojax-1aj7</guid>
      <description>&lt;p&gt;I’ve been building a real-time 2D CFD framework in JAX called AeroJAX.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F47736wotz7f7oml3d9ur.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F47736wotz7f7oml3d9ur.gif" alt="Real-time AeroJAX CFD simulation of an airfoil flow field, visualising wake formation and vortex detection in a JAX-based solver" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The goal is to make fluid simulation more interactive, so you can explore flow behaviour in real time instead of waiting for batch simulation runs.&lt;/p&gt;

&lt;p&gt;Most CFD tools are batch oriented. You set up a case, run it, and analyse results afterwards. If you change geometry or parameters, you usually restart the simulation.&lt;/p&gt;

&lt;p&gt;AeroJAX is built around a different idea: &lt;strong&gt;you modify the simulation while it is running.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 GitHub Repository: &lt;a href="https://github.com/arriemeijer-creator/AeroJAX" rel="noopener noreferrer"&gt;https://github.com/arriemeijer-creator/AeroJAX&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;GPU-accelerated CFD using JAX and XLA&lt;/li&gt;
&lt;li&gt;Image-based SDF geometry input (white = fluid, non-white = solid)&lt;/li&gt;
&lt;li&gt;Real-time flow field updates during execution&lt;/li&gt;
&lt;li&gt;Wake and separation visualisation as the simulation evolves&lt;/li&gt;
&lt;li&gt;Swappable solver components (pressure solvers, LES models, etc.)&lt;/li&gt;
&lt;li&gt;Optional neural operator experiments inside the loop with in-program training&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can draw or move obstacles during the simulation and immediately see the flow respond.&lt;/p&gt;

&lt;h3&gt;
  
  
  Example use case
&lt;/h3&gt;

&lt;p&gt;A simple comparison like sedan vs hatchback geometry shows different wake structures:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sedans tend to have delayed separation and a narrower wake&lt;/li&gt;
&lt;li&gt;Hatchbacks separate earlier and form a larger recirculation region behind the rear surface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These differences also relate to real effects like rear window soiling and why rear wipers are common on hatchbacks.&lt;/p&gt;

&lt;h3&gt;
  
  
  Important context
&lt;/h3&gt;

&lt;p&gt;This is an experimental research framework, not a replacement for industrial CFD tools.&lt;/p&gt;

&lt;p&gt;Force coefficients like Cd and Cl are useful for showing trends inside the simulation, but they are not intended to represent fully validated engineering values.&lt;/p&gt;

&lt;p&gt;The focus is on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flow intuition&lt;/li&gt;
&lt;li&gt;Real-time exploration&lt;/li&gt;
&lt;li&gt;Testing solver ideas&lt;/li&gt;
&lt;li&gt;Differentiable and interactive CFD workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What I’ll share next
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Solver structure and numerics&lt;/li&gt;
&lt;li&gt;SDF-based geometry pipeline&lt;/li&gt;
&lt;li&gt;Performance design choices in JAX&lt;/li&gt;
&lt;li&gt;Real-time CFD tradeoffs&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>computerscience</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
