在这份openfoam文件的blockMesh文件中,bottom项编译错误的原因是缺少一个顶点。bottom应该为一个wall boundary,包括7个面,每个面有4个顶点。然而,在这个文件中,bottom只有6个面,缺少了最后一个面的第4个顶点。正确的bottom应该为:

bottom { type wall; faces ( (0 1 14 13) (1 2 15 14) (2 3 16 15) (3 4 17 16) (4 5 18 17) (5 6 19 18) (6 7 20 19) (7 0 13 20) ); }

请帮我检查这份openfoam文件的blockMesh文件中bottom项为什么编译错误--------------------------------- C++ ----------------------------------- =========

原文地址: https://www.cveoy.top/t/topic/bdqC 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录