Skip to content
Snippets Groups Projects
Commit fe1a7a63 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

naming correction

parent 777211cb
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ K_Ti = 2.68; % ion Temperature '''
SIGMA_E = 0.0233380/sqrt(2); % mass ratio sqrt(m_a/m_i) (correct = 0.0233380)
NA = 2; % number of kinetic species
ADIAB_E = (NA==1); % adiabatic electron model
BETA = 2.52e-2; % electron plasma beta
BETA = 2.52e-2*0.01; % electron plasma beta in prct
MHD_PD = 1;
%% Set up grid parameters
P = 2;
......
......@@ -13,7 +13,7 @@ K_Ti = 2.32; % ion Temperature '''
SIGMA_E = 0.0233380/sqrt(2); % mass ratio sqrt(m_a/m_i) (correct = 0.0233380)
NA = 2; % number of kinetic species
ADIAB_E = (NA==1); % adiabatic electron model
BETA = 1.32e-2; % electron plasma beta
BETA = 1.32e-2*0.01; % electron plasma beta in prct
MHD_PD = 1;
%% Set up grid parameters
P = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment