I am testing example of the Magnus Effect for OpenFoam-9 https://drive.google.com/file/d/1J2rKIRU8DAZadORyjUfd6OBBcfR-9rLo/view?usp=sharing
What I got from https://holzmann-cfd.com/community/training-cases/magnus-effect
And it works fine:
But when I change STL object with shifted a little position in STL file then simulation is breaking
snappyHexMeshDict:
geometry
{
cylinder_x01y0z0.stl
{
type triSurfaceMesh;
name cylinder;
}
};
Please help to understand why a little position shifting in STL file breaks simulation.
Thank you in advance.