OpenFOAM后处理计算yPlus时出错,求解答
- 
							
							
							
							
如题,算例计算结束后,对算例进行后处理计算yPlus的值:
postProcess -func yPlus但是终端总是报错:
Create time Create mesh for time = 0 Time = 0 Reading fields: Executing functionObjects --> FOAM FATAL ERROR: Unable to find turbulence model in the database求了解的大神告知出错原因?目前还不知道怎么修改?

 - 
							
							
							
							
@strive_DUT 在 OpenFOAM后处理计算yPlus时出错,求解答 中说:
Unable to find turbulence model in the database
Unable to find turbulence model in the database
 - 
							
							
							
							
@strive_DUT 层流的话 你算y+没什么意义吧
 - 
							
							
							
							
是使用的湍流模型
 - 
							
							
							
							
@strive_DUT
使用类似如下命令就可以simpleFoam -postProcess -func 'yPlus' 
			