PLUTO
4.4-patch2
|
Compute the whistler speed for the Hall MHD equations. More...
#include "pluto.h"
Functions | |
void | HallMHD_WhistlerSpeed (const State *p, int beg, int end, Grid *grid) |
Compute whistler wave speed in and save it to state->cw:
where is the grid spacing.
References
Define the whistler speed defined from the equation in the Appendix of Lesur et al. 2014.
[in] | p | pointer to a state structure |
[in] | beg | initial index of computation |
[in] | end | final index of computation |
[in] | grid | pointer to an array of Grid structures |