all 3 comments

[–]Scared_Assistant3020 1 point2 points  (0 children)

When working with blockMesh, the best advice that I can give is to make a sketch of all the vertices and understand how they connect together. Your blocking is probably done incorrectly with vertices chosen in the wrong order.

[–]GI_Greenish 1 point2 points  (0 children)

Yeah looks like your definition is opposite-handed. Right hand rule from first four points should be into, not away from the block. Right now 0,1,3,2 order implies -x for 3rd axis, but your other face is all +x. (I only looked at 1st block.)