r/CFD 6h ago

[OpenFOAM 13] crash when simulating this frequency inverter

Thumbnail gallery
5 Upvotes

r/CFD 9h ago

CFD of a (almost) no rules time attack car

Thumbnail
gallery
33 Upvotes

I used Simsale for CFD and Onshape for CAD. Because these images are mostly for show, feel free to loot at my CFD documentation. There you can find: the documentation of the first 29 design iterations, slices, animations, 3d visualisation, and some non aero renders of the project. You can find the documentation here:

https://www.mediafire.com/file/vwr1cthzv2emeoz/VFR_CFD_documentation.zip/file

i am open to constructive criticism


r/CFD 12h ago

Residual behavior after increasing DPM interval – is this normal?

4 Upvotes

Hi everyone,

I'm currently simulating a spray roaster reactor for my master's thesis. Pretty much everything I've learned about Fluent has been through trial and error and a lot of learning by doing. 😄

I started by simulating only the continuous phase (injected through the burners). After that, I enabled two-way coupling and implemented the DPM. For most of the project, I used a DPM interval of 1. Later, I also implemented my UDFs.

Simulation setup:

  • Pressure-based coupled solver
  • Steady-state simulation
  • Pseudo-transient with CFL control
  • Started with a CFL of 2 and gradually increased it to 17

Recently, I asked an AI how I could improve convergence because increasing the CFL any further caused divergence and instability. It suggested increasing the DPM interval from 1 to 30.

Surprisingly, this actually improved the convergence of my continuity residual. It dropped from around 9.8e-03 to somewhere between 4e-03 and 5.6e-04 (sawtooth pattern).

However, the residual curve now has a clear sawtooth pattern. It's stable (it doesn't diverge), but it is no longer as smooth as it was before, when the continuity residual stayed at a higher level. (see screenshot)

The AI told me that this behavior is expected and generally acceptable because the DPM source terms are only updated every 30 iterations, which naturally produces this pattern.

Is that correct? Is this kind of sawtooth residual behavior normal and acceptable when using a larger DPM interval?

For what it's worth, my two monitoring quantities remain stable throughout the simulation.

I'd appreciate any insights or experiences from people who have dealt with steady DPM simulations.

Thanks in advance 😊