OpenFOAM输出的二进制结果文件的格式问题
-
@stan同学
知识盲区了。
不过writeFuns.H有这么一段描述不知道对你有没有用Description Various functions for collecting and writing binary data. The LITTLE_ENDIAN is based on 32bit words. It is not clear how 64bit labels should be handled, currently they are split into two 32bit words and swapWord applied to these two. writeFuns should be a namespace rather than a class.