Welcome to Kate Despain's Page for her Thesis Research
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Kinetic Alfven Waves and the Kolmogorov Spectrum in the Range from the Ion Gyroradius to the Electron Gyroradius
In order to model objects that exsist between the Ion Gyroradius and the Electron Gyroradius, we must make a set of assumptions similar to that used in Electron Magnetohydrodynamic (EMHD) models. We assume that perturbations to the equilibrium are small (order epsilon) and that gradients parallel to the magnetic field are much smaller than those perpendicular to the magnetic field. We also assume that in this picture, the ions are so large that they do not have an opportunity to move on the time scale of the changing perturbations. Thus, any velocities in our model are those associated with the movement of the electrons.
Our model does modify standard EMHD theory by including the particle effect of ions in EM fields on the density. We then use quasineutrality to assume that the ion and electron densities are the same.
A derivation of our model complete with assumptions and final equations can be found here:   ASTry.pdf
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2D Nonlinear Testing
To validate my code in 2D, I chose to look at the problem of 2D Electron MHD (EMHD) turbulence and compare my resuts to those obtained by Biskamp, Schwarz, Zeiler, Celani and Drake in March 1999, reported in Physics of Plasmas, Vol.6, p. 751-758. In order to do so, I needed to compare normalizations of codes, etc. The work I did on this can be found here .
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Heading to Nonlinear
Work on the dissipation terms
- This is the eta = nu graph, looking at the dissipation rate, Gamma:   [eta/nu vs gamma]
- This is the eta fixed at 1.0e-8 and nu varied graph:   [nu vs gamma]
- This is the nu fixed and eta varied graph:   [eta vs gamma]
This is my graph for the damped, driven oscillator case:   [Driven Oscillator]
Comparing Dispersion Relations
This postscript file is a plot of KAW's omega^2/kz^2 vs. k_perp^2 values for KAW without a delta B_parallel and with a delta B_parallel as well as the EMHD dispersion relation:   KAW_DR.ps
We decided that the delta B_parallel term is an important one. My derivations and equations for the model we have settled on is here:   ASTry.pdf
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Initial Alfvenic Results
I seem to have a beat mode in here, but here is the first results:
initial_results.ps
Here's another go at it. Here's my first parameter variation to see the results on omega on a double log graph.
- This is beta vs. omega:   beta.ps
- This is Lz vs. omega:   LZ.ps
- This is tratio vs omega:   tratio.ps
- Here is Lx vs omega   Lx.ps
- Here is Ly vs omega (which should be the same as Lx):   Ly.ps
- Here is omega*dt vs omega:  
- Nothing fancy:   dtold.ps
- Here's one with the stability line included:   dt.ps
- And here's one with the stability line that also includes zero:   dtstab.ps
- Here is the kperp vs omega plot using the Gamma0 function (now corrected):   kperp.ps
- There are a few different views with no log in the y direction:   kperpnology.ps
- And with no logs anywhere (truncated):   kperpnologs.ps
- Here is the Gamma0 function(now corrected as well):   gamma0.ps
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
AMSC 663 Project: Simulating Kinetic Alfven Wave Turbulence
Abstract
Descriptions of plasmas exist at both the long and short wavelength extremes. However, the region in-between where large scale perturbations break up into smaller and smaller eddies is not well studied. Using a pseudospectral explicit code, we plan to obtain relations between energy and wave number in this regime. Validation of the linear equations can be done analytically. For the non-linear work, we will need to compare results obtained by others, notably, Jim Drake and colleagues.
Proposal
Written Proposal:
Proposal.pdf
Oral Proposal Presentation:
663Proposal.ppt
Progress Report
Written Progress Report:
ProgressReport.pdf
Oral Presentation:
ProgressReport.ppt
Final Report
This is my final presentation:  
Final Presentation
This is my final report:  
Final Written Report
Supporting Material
Here are a few documents that include my derivations of some of the relevant equations for this project. This is essentially my "scratch paper" work.
LinearWaves:
LinearWaves.pdf
Ideal MHD:
ideal.pdf
Linear EMHD:
EMHD.pdf
EMHD Take 2:  
EMHD2.pdf
This is a document I created as I was working to understand the code I inherited from Nuno Loureiro. It includes details such as the derivation of the equations and an explanation of some the normalizations:  
NunosMHD.pdf
This includes the same equations Nuno used originally, only it includes terms that makes the equations 3D:  
From_2D_to_3D.pdf
Here is a new file that derives my equations, but includes the perturbation in the parallel direction:  
VelocityN.pdf
Here is a copy of the source code for my crude boundary finder program:  
[bf_2.f90]
This is the accompanying input file:  
constants_s1.f90
And the makefile I use to compile it:  
makefile.bf