@李东岳 好嘞,谢谢老师解惑

Latest posts made by thegame
-
RE: 将icem网格导入openfoam,选择chtMultiRegionFoam求解器,出现错误如图所示,怎么解决呀
@jpzhao 我用了topoSet但好像还是同样的报错
-
RE: 将icem网格导入openfoam,选择chtMultiRegionFoam求解器,出现错误如图所示,怎么解决呀
@jpzhao 是的,我也是用这个求解器做一个共轭传热相关的,两种固体一种流体,但是还没有解决,我运行那个电子元件导热算例不Allrun的话也出现这个问题
-
RE: 将icem网格导入openfoam,选择chtMultiRegionFoam求解器,出现错误如图所示,怎么解决呀
你好,我也是将icem网格导入openfoam用这个求解器出现了以上的问题,不知道是否可以交流一下
-
RE: small常数
https://www.cfd-online.com/Forums/openfoam-solving/120990-small-great-rootvsmall-what.html
里面写了small常数还有这些以及大小static const doubleScalar doubleScalarGREAT = 1.0e+15; static const doubleScalar doubleScalarVGREAT = 1.0e+300; static const doubleScalar doubleScalarROOTVGREAT = 1.0e+150; static const doubleScalar doubleScalarSMALL = 1.0e-15; static const doubleScalar doubleScalarVSMALL = 1.0e-300; static const doubleScalar doubleScalarROOTVSMALL = 1.0e-150;
以及在OpenFOAM-7数值改变了(https://github.com/OpenFOAM/OpenFOAM-7/commit/c902c7a396c43ff733b33294f79acab03d7b92d8#diff-118c1e97b96036fb1f9d7f1ee5912713)
测试了一下OpenFOAM-7的VSMALL结果: