Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
vectorpotentialdipole_streamlines Namespace Reference

Variables

 testset = int(sys.argv[1])
str outfilename = "./vecpotdip_verify_streamlines_"+str(testset)+".png"
int RE = 6371000.
int epsilon = 1.e-15
int tilt_angle_phi = 0.
int tilt_angle_theta = 0.
list BGB = [0,0,0]
int fontsize = 20
 dip = fieldmodels.dipole(0,0,0,tilt_angle_phi,tilt_angle_theta)
 mdip = fieldmodels.dipole(80*RE,0,0,tilt_angle_phi,180.-tilt_angle_theta)
 fig = plt.figure()
 gs = mpl.gridspec.GridSpec(2, 2, wspace=0.25, hspace=0.25)
 axes = fig.get_axes()
int nx = 200
int nz = 200
 xmin
 xmax
 zmin
 zmax
 x = np.linspace(xmin,xmax,num=nx)
 z = np.linspace(zmin,zmax,num=nz)
 BX = np.zeros([nx,nz])
 BZ = np.zeros([nx,nz])
 ax = axes[0]
 Xmesh
 Zmesh
 linewidth
 density
 color
 transform
 transAxes
 bbox

Variable Documentation

◆ ax

vectorpotentialdipole_streamlines.ax = axes[0]

Definition at line 116 of file vectorpotentialdipole_streamlines.py.

◆ axes

vectorpotentialdipole_streamlines.axes = fig.get_axes()

Definition at line 91 of file vectorpotentialdipole_streamlines.py.

◆ bbox

vectorpotentialdipole_streamlines.bbox

Definition at line 123 of file vectorpotentialdipole_streamlines.py.

◆ BGB

list vectorpotentialdipole_streamlines.BGB = [0,0,0]

Definition at line 56 of file vectorpotentialdipole_streamlines.py.

◆ BX

vectorpotentialdipole_streamlines.BX = np.zeros([nx,nz])

Definition at line 102 of file vectorpotentialdipole_streamlines.py.

◆ BZ

vectorpotentialdipole_streamlines.BZ = np.zeros([nx,nz])

Definition at line 103 of file vectorpotentialdipole_streamlines.py.

◆ color

vectorpotentialdipole_streamlines.color

Definition at line 122 of file vectorpotentialdipole_streamlines.py.

◆ density

vectorpotentialdipole_streamlines.density

Definition at line 122 of file vectorpotentialdipole_streamlines.py.

◆ dip

vectorpotentialdipole_streamlines.dip = fieldmodels.dipole(0,0,0,tilt_angle_phi,tilt_angle_theta)

Definition at line 78 of file vectorpotentialdipole_streamlines.py.

◆ epsilon

int vectorpotentialdipole_streamlines.epsilon = 1.e-15

Definition at line 51 of file vectorpotentialdipole_streamlines.py.

◆ fig

vectorpotentialdipole_streamlines.fig = plt.figure()

Definition at line 82 of file vectorpotentialdipole_streamlines.py.

◆ fontsize

vectorpotentialdipole_streamlines.fontsize = 20

Definition at line 75 of file vectorpotentialdipole_streamlines.py.

◆ gs

vectorpotentialdipole_streamlines.gs = mpl.gridspec.GridSpec(2, 2, wspace=0.25, hspace=0.25)

Definition at line 86 of file vectorpotentialdipole_streamlines.py.

◆ linewidth

vectorpotentialdipole_streamlines.linewidth

Definition at line 122 of file vectorpotentialdipole_streamlines.py.

◆ mdip

vectorpotentialdipole_streamlines.mdip = fieldmodels.dipole(80*RE,0,0,tilt_angle_phi,180.-tilt_angle_theta)

Definition at line 79 of file vectorpotentialdipole_streamlines.py.

◆ nx

int vectorpotentialdipole_streamlines.nx = 200

Definition at line 95 of file vectorpotentialdipole_streamlines.py.

◆ nz

int vectorpotentialdipole_streamlines.nz = 200

Definition at line 96 of file vectorpotentialdipole_streamlines.py.

◆ outfilename

str vectorpotentialdipole_streamlines.outfilename = "./vecpotdip_verify_streamlines_"+str(testset)+".png"

Definition at line 48 of file vectorpotentialdipole_streamlines.py.

◆ RE

int vectorpotentialdipole_streamlines.RE = 6371000.

Definition at line 50 of file vectorpotentialdipole_streamlines.py.

◆ testset

int vectorpotentialdipole_streamlines.testset = int(sys.argv[1])

Definition at line 41 of file vectorpotentialdipole_streamlines.py.

◆ tilt_angle_phi

int vectorpotentialdipole_streamlines.tilt_angle_phi = 0.

Definition at line 54 of file vectorpotentialdipole_streamlines.py.

◆ tilt_angle_theta

int vectorpotentialdipole_streamlines.tilt_angle_theta = 0.

Definition at line 55 of file vectorpotentialdipole_streamlines.py.

◆ transAxes

vectorpotentialdipole_streamlines.transAxes

Definition at line 123 of file vectorpotentialdipole_streamlines.py.

◆ transform

vectorpotentialdipole_streamlines.transform

Definition at line 123 of file vectorpotentialdipole_streamlines.py.

◆ x

vectorpotentialdipole_streamlines.x = np.linspace(xmin,xmax,num=nx)

Definition at line 100 of file vectorpotentialdipole_streamlines.py.

◆ xmax

vectorpotentialdipole_streamlines.xmax

Definition at line 97 of file vectorpotentialdipole_streamlines.py.

◆ Xmesh

vectorpotentialdipole_streamlines.Xmesh

Definition at line 122 of file vectorpotentialdipole_streamlines.py.

◆ xmin

vectorpotentialdipole_streamlines.xmin

Definition at line 97 of file vectorpotentialdipole_streamlines.py.

◆ z

vectorpotentialdipole_streamlines.z = np.linspace(zmin,zmax,num=nz)

Definition at line 101 of file vectorpotentialdipole_streamlines.py.

◆ zmax

vectorpotentialdipole_streamlines.zmax

Definition at line 98 of file vectorpotentialdipole_streamlines.py.

◆ Zmesh

vectorpotentialdipole_streamlines.Zmesh

Definition at line 122 of file vectorpotentialdipole_streamlines.py.

◆ zmin

vectorpotentialdipole_streamlines.zmin

Definition at line 98 of file vectorpotentialdipole_streamlines.py.