Skip to content

Commit

Permalink
Updated FIDA defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lazersos committed Mar 5, 2024
1 parent 006b54e commit 52a9b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BEAMS3D/beams3d_beamnamelist.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function beams3d_beamnamelist(vmec_data,energy,power,r_beam,phi_beam,z_beam,div_
rhofo = [];
nr=128; nz=128; nphi=[];
nrho_dist=64; ntheta_dist = 8; nzeta_dist=40; nvpara_dist = 32; nvperp_dist=16; partvmax=1.25E7;
nr_fida=64; nz_fida = 8; nphi_fida=40; rmin_fida=4.25; rmax_fida=6.5; zmin_fida=-1.25; zmax_fida=1.25;
phimin_fida = 0; phimax_fida=2.*pi; nenergy_fida=32; npitch_fida=32;
nr_fida=64; nz_fida = 64; nphi_fida=40; rmin_fida=4.5; rmax_fida=6.5; zmin_fida=-1.0; zmax_fida=1.0;
phimin_fida = deg2rad(40); phimax_fida=deg2rad(100); nenergy_fida=32; npitch_fida=32;
npoinc=2;
Zatom=1;
species_type='H';
Expand Down

0 comments on commit 52a9b01

Please sign in to comment.