Minimum distance between adjacent touching nodes

I would like to adjust my force directed graph so that there is a minimum distance between adjacent non-linked nodes, e.g. those not connected by a link.

Not link distance min or charge, but something similar for compacted groups that are getting compressed together.

Is this possible?

You may be looking for the minDistance option of the many-body force: Many-body force | D3 by Observable