Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
各位老师好,我在画圆柱扰流网格的时候想在圆柱周围加边界层,再在一定范围内加密,该怎么实现呢?我现在试了两种方法。 1.分成了两个区域,但是由于后面圆柱需要运动,当运动范围超过紫色的部分时,就会报错。两个区域中间使用了interior,静止时没影响,但网格运动应该是全局网格,如果有interior其实是不正确的。 2.采用了密度盒,但是该方法要求网格划分采用Patch Independent,这样就不会遵守我设置的全局网格参数,而且设置的圆柱边界层网格也生成不了,直接全部都是三角形网格。 想请问各位老师,应该如何实现呢?
你看这种网格 是你需要的吗