Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如题,我这里有points文件和U文件;points内的坐标点数量是 nPoints: 5292084,而U坐标的坐标数量是 nCells: 5187500;我想要合成一个[x,y,z,u]的矩阵,这该怎么办啊?或者说有什么办法直接让它们点坐标和速度数量直接对应吗?
[x,y,z,u]
前3个有50万行,后面一个有60万行,这个理论上就无法对应
体心速度插值到网格点上面?
@李东岳 @Amadeus 非常感谢,这边是网格坐标点和网格单元数显然不匹配造成的,一个方法是先直接把网格中心点的坐标导出来,因为版本比较老没有foamNewApp,自己卡了一阵,出现感觉不该存在的报错,结果是注意一下静态库的链接顺序就好;另一个方法就是打算试试插值,这一块我暂且有点不了解,具体了解一下,看看怎么做。