My Project
|
The folder contains all of the functions needed to reproduce the plots observed in the 2004 paper (same name as this directory).
There are only two main functions here:
ElectronFlux
.m__: This file calculates the electron flux profile versus L-star for a given Kp, diffusion coefficient, and tau.RadialDiffCoeff
.m__: This file computes the radial diffusion coefficients versus L-star for a given value of Kp, tau and L.All other functions are helper functions used in these codes. The steady_state
.m file plots the time-independent PSD; the 1D Radial Diffusion folder holds the code needed to reproduce pcolor plots of flux versus L versus time (please see README in that folder).
Please run the following code segments to ensure that the output is in line with expectations.
The code above will reproduce our diffusion coefficients vs. L-star plots.
The code above will reproduce our phase space density vs. L-star plots.
The code above will reproduce our electron flux vs. L-star plots.