Electrostatic Potential
The force vector field produced from electrostatic potential between two points with opposite charges.
show complete Wolfram Language input
In[4]:=
SliceVectorPlot3D[Clip[field], {x, -2, 2}, {y, -2, 2}, {z, -2, 2},
PlotTheme -> "Scientific", ImageSize -> 500]
Out[4]=
Looking at the field around isosurfaces of the potential, the field is stronger between the points.
In[5]:=
SliceVectorPlot3D[
Clip[field], {v == -0.5, v == 0.5}, {x, -2.5, 2.5}, {y, -2.5,
2.5}, {z, -2.5, 2.5}, PlotTheme -> "Scientific", ImageSize -> 500]
Out[5]=