wiki:u/johannjc/scratchpad28

Version 1 (modified by Jonathan, 4 years ago) ( diff )

Hall MHD

Generalized Ohm's law
Ideal MHD
Resistive MHD
Hall MHD

Combining these with the induction equation

we arrive at

Ideal MHD
Resistive MHD
Hall MHD

Now for Hall MHD, we can write the induction equation as

where

Note the Hall velocity is always parallel to the current and therefore perpendicular to the field (using Ampere's law without Maxwell's addition ignoring time varying electric fields) and as a result it does no work on the magnetic field and does not need any additional energy terms.

Expanding just the Hall term further, we arrive at

which we can compare to the resistive mhd term

Discretization

For resistive MHD, we calculate at cell edges for which each component can be calculated by differencing the 4 cell faces that share the edge.

For Hall MHD we need to calculate along with at cell edges.

So we have

So we need

  • edge centered estimates of the perpendicular fields (which can be found by averaging the two adjacent faces)
  • transverse gradients of the parallel field (which can be found by differencing adjacent face centered averages of the parallel field (found by averaging the adjacent cell centered fields)
  • parallel gradients of the transverse field

So steps are

Now if we represent edge centered perpendicular B fields

and face centered parallel fields

this simplifies to

So to calculate 'z' edges we need adjacent face centered z fields and edge centered transverse fields

These fields won't be used for any of the other directional updates - so can be discarded after each dimension

Note: See TracWiki for help on using the wiki.