Grid#

class sunkit_magex.pfss.grid.Grid(ns, nphi, nr, rss)[source]#

Bases: object

Grid on which the sunkit_magex.pfss solution is calculated.

Notes

The PFSS solution is calculated on a “strumfric” grid defined by

  • \(\rho = \log (r)\)

  • \(s = \cos (\theta )\)

  • \(\phi\)

where \(r, \theta, \phi\) are spherical coordinates that have ranges

  • \(1 < r < r_{ss}\)

  • \(0 < \theta < \pi\)

  • \(0 < \phi < 2\pi\)

Attributes Summary

dp

Cell size in phi.

dr

Cell size in log(r).

ds

Cell size in cos(theta).

pc

Location of the centre of cells in phi.

pg

Location of the edges of grid cells in phi.

rc

Location of the centre of cells in log(r).

rg

Location of the edges of grid cells in log(r).

sc

Location of the centre of cells in cos(theta).

sg

Location of the edges of grid cells in cos(theta).

Attributes Documentation

dp#

Cell size in phi.

dr#

Cell size in log(r).

ds#

Cell size in cos(theta).

pc#

Location of the centre of cells in phi.

pg#

Location of the edges of grid cells in phi.

rc#

Location of the centre of cells in log(r).

rg#

Location of the edges of grid cells in log(r).

sc#

Location of the centre of cells in cos(theta).

sg#

Location of the edges of grid cells in cos(theta).