在 cfx-solver 中,'monitor->forces->normal force x-direction on WallSurfaceXX' 与 'tangential force x-direction on WallSurfaceXX' ,将两者相加等于在 cfx-post 中的force_x() @WallSurfaceXX的值。
同理:
'normal force y-direction' 与 'tangential force y-direction on WallSurfaceXX' ,将两者相加等于在 cfx-post 中的 force_y() @WallSurfaceXX的值。
'normal force z-direction' 与 'tangential force z-direction on WallSurfaceXX' ,将两者相加等于在 cfx-post 中的 force_z() @WallSurfaceXX的值。
'normal moment x-direction' 与 'tangential moment x-direction on WallSurfaceXX' ,将两者相加等于在 cfx-post 中的 torque_x()@WallSurfaceXX 的值。
'normal moment y-direction' 与 'tangential moment y-direction on WallSurfaceXX' ,将两者相加等于在 cfx-post 中的 torque_y()@WallSurfaceXX 的值。
'normal moment z-direction' 与 'tangential moment z-direction on WallSurfaceXX' ,将两者相加等于在 cfx-post 中的 torque_z() @WallSurfaceXX的值。
normal force x-direction on WallSurfaceXX 表示流体对壁面WallSurfaceXX的法向力在x方向的分量,包括体积力与表面力(主要为压力),tangential force x-direction on WallSurfaceXX 表示流体对壁面WallSurfaceXX的切向力在x方向的分量,为粘性剪切力。
网友评论