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

Variables

 testset = int(sys.argv[1])
str outfilename = "./vecpotdip_verify_streamlines2_"+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)
 imfpot = fieldmodels.IMFpotential(radius_z=10, radius_f=40, IMF=BGB)
 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_streamlines2.ax = axes[0]

Definition at line 127 of file vectorpotentialdipole_streamlines2.py.

◆ axes

vectorpotentialdipole_streamlines2.axes = fig.get_axes()

Definition at line 102 of file vectorpotentialdipole_streamlines2.py.

◆ bbox

vectorpotentialdipole_streamlines2.bbox

Definition at line 134 of file vectorpotentialdipole_streamlines2.py.

◆ BGB

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

Definition at line 56 of file vectorpotentialdipole_streamlines2.py.

◆ BX

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

Definition at line 113 of file vectorpotentialdipole_streamlines2.py.

◆ BZ

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

Definition at line 114 of file vectorpotentialdipole_streamlines2.py.

◆ color

vectorpotentialdipole_streamlines2.color

Definition at line 133 of file vectorpotentialdipole_streamlines2.py.

◆ density

vectorpotentialdipole_streamlines2.density

Definition at line 133 of file vectorpotentialdipole_streamlines2.py.

◆ dip

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

Definition at line 86 of file vectorpotentialdipole_streamlines2.py.

◆ epsilon

int vectorpotentialdipole_streamlines2.epsilon = 1.e-15

Definition at line 51 of file vectorpotentialdipole_streamlines2.py.

◆ fig

vectorpotentialdipole_streamlines2.fig = plt.figure()

Definition at line 93 of file vectorpotentialdipole_streamlines2.py.

◆ fontsize

vectorpotentialdipole_streamlines2.fontsize = 20

Definition at line 83 of file vectorpotentialdipole_streamlines2.py.

◆ gs

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

Definition at line 97 of file vectorpotentialdipole_streamlines2.py.

◆ imfpot

vectorpotentialdipole_streamlines2.imfpot = fieldmodels.IMFpotential(radius_z=10, radius_f=40, IMF=BGB)

Definition at line 90 of file vectorpotentialdipole_streamlines2.py.

◆ linewidth

vectorpotentialdipole_streamlines2.linewidth

Definition at line 133 of file vectorpotentialdipole_streamlines2.py.

◆ mdip

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

Definition at line 87 of file vectorpotentialdipole_streamlines2.py.

◆ nx

int vectorpotentialdipole_streamlines2.nx = 200

Definition at line 106 of file vectorpotentialdipole_streamlines2.py.

◆ nz

int vectorpotentialdipole_streamlines2.nz = 200

Definition at line 107 of file vectorpotentialdipole_streamlines2.py.

◆ outfilename

str vectorpotentialdipole_streamlines2.outfilename = "./vecpotdip_verify_streamlines2_"+str(testset)+".png"

Definition at line 48 of file vectorpotentialdipole_streamlines2.py.

◆ RE

int vectorpotentialdipole_streamlines2.RE = 6371000.

Definition at line 50 of file vectorpotentialdipole_streamlines2.py.

◆ testset

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

Definition at line 41 of file vectorpotentialdipole_streamlines2.py.

◆ tilt_angle_phi

int vectorpotentialdipole_streamlines2.tilt_angle_phi = 0.

Definition at line 54 of file vectorpotentialdipole_streamlines2.py.

◆ tilt_angle_theta

int vectorpotentialdipole_streamlines2.tilt_angle_theta = 0.

Definition at line 55 of file vectorpotentialdipole_streamlines2.py.

◆ transAxes

vectorpotentialdipole_streamlines2.transAxes

Definition at line 134 of file vectorpotentialdipole_streamlines2.py.

◆ transform

vectorpotentialdipole_streamlines2.transform

Definition at line 134 of file vectorpotentialdipole_streamlines2.py.

◆ x

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

Definition at line 111 of file vectorpotentialdipole_streamlines2.py.

◆ xmax

vectorpotentialdipole_streamlines2.xmax

Definition at line 108 of file vectorpotentialdipole_streamlines2.py.

◆ Xmesh

vectorpotentialdipole_streamlines2.Xmesh

Definition at line 133 of file vectorpotentialdipole_streamlines2.py.

◆ xmin

vectorpotentialdipole_streamlines2.xmin

Definition at line 108 of file vectorpotentialdipole_streamlines2.py.

◆ z

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

Definition at line 112 of file vectorpotentialdipole_streamlines2.py.

◆ zmax

vectorpotentialdipole_streamlines2.zmax

Definition at line 109 of file vectorpotentialdipole_streamlines2.py.

◆ Zmesh

vectorpotentialdipole_streamlines2.Zmesh

Definition at line 133 of file vectorpotentialdipole_streamlines2.py.

◆ zmin

vectorpotentialdipole_streamlines2.zmin

Definition at line 109 of file vectorpotentialdipole_streamlines2.py.