File:VFPt minus thumb potential.svg

Summary

Description
English: Field of a negative point charge. Thumbnail version with potential shown as color from positive (aqua) to neutral (yellow).
Date
Source Own work
Author Geek3
SVG development
InfoField
Source code
InfoField

Python code

doc = FieldplotDocument('VFPt_minus_thumb_potential',
    width=180, height=180, unit=30, commons=True)
field = Field([ ['monopole', {'x':0, 'y':0, 'Q':-1}] ])
doc.draw_charges(field)
nlines = 16
for iline in range(nlines):
    a = 2.0 * pi * (0.5 + iline) / nlines
    line = FieldLine(field, [0, 0], start_v=[cos(a), sin(a)],
        directions='backward', maxr=5)
    doc.draw_line(line, linewidth=1.0, arrows_style={'dist':2, 'scale':2,
        'max_arrows':1, 'offsets':{'end':1.0}, 'fixed_ends':{'end':True} })

U0 = fabs(field.V(sc.array([15./30., 0.])))
doc.draw_scalar_field(func=field.V, cmap=doc.cmap_AqYlFs, vmin=-U0, vmax=U0)
doc.write()

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#VFPt%20minus%20thumb%20potential.svg
Category:Self-published work Category:Electric potential Category:Field diagrams of monopoles Category:Electric fields around charges Category:Photos by User:Geek3 Category:VFPt electric and magnetic fields (image set)
Category:CC-BY-SA-4.0 Category:Electric fields around charges Category:Electric potential Category:Field diagrams of monopoles Category:Photos by User:Geek3 Category:Self-published work Category:VFPt electric and magnetic fields (image set) Category:Valid SVG created with VectorFieldPlot code