I know how to calculate the divergence and curl of a vector field. What I am lacking is any intuition on what these values mean.
example:
V= {x, y, z}
∇.V = 3
∇xV = {0,0,0}
F={-y, x, 0}
∇.F = 0
∇xF = {0,0,2}
G={0, 3y, 0}
∇.G = 3
I understand that that the divergence is a measure of how much...