Inverse distance weighting method

Understand how the flow solver computes nodal displacement with the inverse distance weighting method.

The flow solver uses the inverse distance weighting (IDW) method in the FSI modeling to compute the interpolated value, d(x), at a given node, x, in the fluid mesh as a weighted average value of the structure boundary nodes, dbj(xbj), [59]. The interpolated value is defined as:

where:

  • xbj is the node position on the structure boundary and represents the xbj, ybj and zbj coordinate components, respectively.
  • rbj is the distance between fluid node and boundary node.
  • n is the number of boundary nodes.
  • wbj(rbj) is the weighting function.

The distance between fluid node and boundary node is computed as:

The flow solver uses the following two-exponent form of the weighting function to compute a rigid deformation near boundaries and a viscous mesh deformation in the fluid mesh.

where:

  • Abj is the area weight assigned to the boundary node, bj.
  • Ldef is the estimated length of the deformation region.
  • α is the estimated size of near body influence region.
  • p = 3.
  • q = 5.

The estimated length of the deformation region is computed as:

where

The estimated size of near body influence region is computed as:

where:

  • dmean is the average displacement field.
  • η = 5.

The average displacement is computed as: