operatorEntityGenerator (1d, 2d, 3d)
Calculates the shortest distance from the grid boundary to each cell in the domain.
entity (string)computeUt (boolean)in (string vector of 3, required)out (string vector, required)<Updater computeDistancesToPlate>
  kind = minDistanceToWall2d
  onGrid = domain
  entity = plate
  computeUt = true
  in = [q, gradU, visc]
  out = [distance]
</Updater>