使用reactingfoam,计算氢氧预混燃烧,使用PASR燃烧模型时,可以正常计算,但使用EDC时计算会终止,有大佬知道为什么吗
- 
							
							
							
							
Primary job terminated normally, but 1 process returned
 a non-zero exit code.. Per user-direction, the job has been aborted.
 mpirun detected that one or more processes exited with non-zero status, thus causing 
 the job to be terminated. The first process to do so was:Process name: [[58854,1],0]
 Exit code: 142[DESKTOP-MGCJK2F:12682] 15 more processes have sent help message help-btl-vader.txt / cma-permission-denied 
 [DESKTOP-MGCJK2F:12682] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages终端显示这个 
- 
							
							
							
							
@wangfei9088 你好,我是用的RAS kpsilon湍流模型,对于k我是这么设置的,没有设置为0。用EDC模型算几步就终止了 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //dimensions [0 2 -2 0 0 0 0]; internalField uniform 0.01; boundaryField 
 {
 INLET
 {
 type kqRWallFunction;
 value uniform 0.01;
 }
 OUTLET
 {
 type kqRWallFunction;
 value uniform 0.01;
 }
 BOTTOM
 {
 type kqRWallFunction;
 value uniform 0.01;
 }TOP { type kqRWallFunction; value uniform 0.01; } frontAndBackPlanes { type empty; }} // ************************************************************************* // 
- 
							
							
							
							
@wangfei9088 好的,感谢大佬 
