Changes between Version 2 and Version 3 of u/erica/CF_BetaMaps
- Timestamp:
- 01/02/15 13:42:20 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/CF_BetaMaps
v2 v3 8 8 !GetField = (half*sum(q(iBx:iBz)**2))/(Press(q)) 9 9 10 which is used in problem.f90, as: 11 12 ! For integrated inverse beta maps along the flow axis: 13 CALL !CreateProjection(projection) [[br]] 14 Projection%dim=1 [[br]] 15 Projection%Field(1)%iD=Inv_Beta [[br]] 16 Projection%Field(1)%component=BOTHCOMP [[br]] 17 Projection%field(1)%name='Inv_Beta_downx' [[br]]