I’m attempting to run the perpendicular flap tutorial using OpenFOAM (v2006) as the fluid solver and Calculix (2.16) as the solid solver. I am using the master branch of the tutorials repo and compiled the OpenFOAM and Calcuix adapters from their respective master branches as well. I’ve made no changes to the tutorial scripts or configurations. I simple loaded the proper environment variables (via modules files) for the fluid and solid solvers in their respective terminals and then attempted to execute:
./run.sh
It appears that the floating point exception is occurring somewhere within the code that is attempting to move the fluid mesh? I’ve attached the terminal output from the solid and fluid executions in hopes that they can provide the insight needed.
fluid.log (13.9 KB)
solid.log (9.4 KB)
Any help is most appreciated!