摘要: 相较第四章增加了并行运算,多了createFields.H和system/decomposeParDict两个文件 createFields.H 用于定义场操作相关的内容,包括读取场数据 decomposeParDict 用于定义并行计算的网格和计算域分割相关的参数 OFtutorial5.C 源码 阅读全文
posted @ 2024-08-12 16:06 ouqiyo 阅读(52) 评论(0) 推荐(0)
摘要: OFtutorial4.C 源码 #include "fvCFD.H" // This is a function declaration; this method will calculate some scalar value // given the current time, locatio 阅读全文
posted @ 2024-08-12 13:59 ouqiyo 阅读(52) 评论(0) 推荐(0)
摘要: OFtutorial3.C #include "fvCFD.H" int main(int argc, char *argv[]) { #include "setRootCase.H" // These two create the time system (instance called runT 阅读全文
posted @ 2024-08-12 11:15 ouqiyo 阅读(40) 评论(0) 推荐(0)