Suppose there is a 3x3 square grid, each square of side D, and a point A in the middle of the center square.
Find the circle of centre A and radius R which creates equal arcs inside all the external 8 squares.
Note: Circle areas on squared grid is the closest topic I came across.
I am searching for a general expression for R as a function of D.
You clearly want $A$ at the center of the grid. The diagram below has $D=3$ because that was convenient in Geogebra. You want $\angle A_1WB_1=\frac \pi 4$. By symmetry the angles like $\angle B_1WC_1$ will also be $\frac \pi 4$ so all eight of the central angles add up to $2\pi$. That means $\angle B_1WD_1=\frac \pi 8$ If we let $y$ be the $y$ coordinate of $B_1$ we can see we want $$\frac{\frac 32}{\frac 92-y}=\tan \frac \pi 8$$ which, according to Alpha, gives $$ y=\frac 32\left(3-\sqrt{\frac {2+\sqrt 2}{2-\sqrt 2}}\right)\approx 0.87868$$
The radius is then $\sqrt{(\frac 92-y)^2+(\frac 32)^2}$