关于湍流里面nut_.correctBoundaryConditions()函数
-
我在湍流模型里面看到这个更新nut边界:nut_.correctBoundaryConditions(),但是我在nutwallFunction壁面函数里面发现他是和upDateCoeffs()函数联系起来的,而correctBoundaryConditions()联系的更新边界只有evaluate()函数,想问一下nut_.correctBoundaryConditions()函数具体怎么流程与nutWallFuntion里面更新边界联系起来的呢?我看半天没发现联系,谢谢大家
-
你更需要关注的应该是
upDateCoeffs()
。不仅nut
需要correctBoundaryConditions()
,其他的求解变量都需要correctBoundaryConditions()
。只不过nut显性的声明了而已。:sunglasses: -
@金石为开 Foam::fvPatchField::evaluate(const Pstream::commsType) 函数里面有调用 updateCoeffs()
论坛登录问题反馈可联系 li.dy@dyfluid.com