Elastic-tube-3d tutorial fails with OpenFOAM v2406

Hello,
I successfully ran the elastic-tube-3D tutorial on my local machine using OpenFOAM v2412, and the simulation proceeded without any issues. However, when I attempt the same simulation on a Compute Canada cluster, where the latest available version is OpenFOAM v2406, the OpenFOAM solver diverges early in the simulation. Specifically, I encounter exploding pressure residuals and eventually a floating-point exception related to mesh motion. No changes were made to the tutorial configuration files.

Do you know which older versions of OpenFOAM (e.g., v2206, v12, etc.) are known to work reliably with this FSI configuration?

Additionally, while I am able to run the coupled simulation using sbatch, it currently only works in serial mode. I can’t run the simulation in parallel on the cluster, even with decomposePar and mpirun. Could you suggest the correct approach or example scripts for running the full FSI case in parallel (both solid and fluid) using sbatch?

Thank you for your support.

Hi Roham,

very strange that you get these issues with v2406. The case was definitely created with a much older version, and if v2412 works, v2406 should also work. We describe the compatibility of the adapter with different OpenFOAM versions here: OpenFOAM support | preCICE - The Coupling Library and we generally check our tutorials over time, but the elastic-tube-3d is one of the tutorials with the longer runtime, that we don’t yet systematically check. But I still doubt that this is a version issue. Did you get any additional clues in the meantime?

We maintain some notes on how to run preCICE in SLURM sessions in this page: