Changes between Version 1 and Version 2 of u/erica/CF_BetaMaps


Ignore:
Timestamp:
01/02/15 13:28:45 (10 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/CF_BetaMaps

    v1 v2  
    11The maps were created using the projections object in Astrobear, using a "field" for inverse Beta. We are choosing inverse beta because the denominator will not be allowed to get arbitrarily small due to pressure protections, whereas the magnetic field pressure could approach zero. Once inverse beta was defined for each cell using the fields object, we summed these through 2 dimensions, down the barrel and down the y-axis.
    22
     3'''Modifications to the code'''
     4
     5In fields.f90, added a new integer parameter, "Inv_Beta", and a case in the function "!GetField":
     6
     7 CASE(Inv_Beta)
     8            !GetField = (half*sum(q(iBx:iBz)**2))/(Press(q))
     9