While ProcessWire and WireArray does not have support for array_chunk, there is a simple way to achieve this.
With array_chunk() you can easily add DIVs to a foreach loop, without having to set up counters when using general PHP (hat-tip to Laurance over at StackOverflow). The idea in a Process...