Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我在湍流模型里面看到这个更新nut边界:nut_.correctBoundaryConditions(),但是我在nutwallFunction壁面函数里面发现他是和upDateCoeffs()函数联系起来的,而correctBoundaryConditions()联系的更新边界只有evaluate()函数,想问一下nut_.correctBoundaryConditions()函数具体怎么流程与nutWallFuntion里面更新边界联系起来的呢?我看半天没发现联系,谢谢大家
你更需要关注的应该是upDateCoeffs()。不仅nut需要correctBoundaryConditions(),其他的求解变量都需要correctBoundaryConditions()。只不过nut显性的声明了而已。:sunglasses:
upDateCoeffs()
nut
correctBoundaryConditions()
@金石为开 Foam::fvPatchField::evaluate(const Pstream::commsType) 函数里面有调用 updateCoeffs()