【发布时间】:2021-12-27 21:11:45
【问题描述】:
我正在测试 OpenFoam-9 的马格努斯效应示例 https://drive.google.com/file/d/1J2rKIRU8DAZadORyjUfd6OBBcfR-9rLo/view?usp=sharing
我从https://holzmann-cfd.com/community/training-cases/magnus-effect得到什么
而且效果很好:
但是当我改变 STL 对象并在 STL 文件中移动一点位置时,模拟就会中断
snappyHexMeshDict:
geometry
{
cylinder_x01y0z0.stl
{
type triSurfaceMesh;
name cylinder;
}
};
请帮助理解为什么 STL 文件中的一点位置移动会破坏模拟。
提前谢谢你。
【问题讨论】:
标签: simulation openfoam