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

correction of the DTT parameters

parent c83bc154
No related branches found
No related tags found
No related merge requests found
%% Reference values
Bref = 5.8048; % in Tesla
Lref = 2.2121; % in meter
Tref = 2.2085; % in keV
nref = 14.598; % in 1e19 x m^{-3}
mref = 2.0; % in proton mass
lnLAMBDA = 13; % Coulomb logarithm
nuref = 0.45*2.3031e-5*lnLAMBDA*nref*Lref/Tref/Tref; %(0.00235 in GENE)
nu_ei = 0.569013;
nu_gn = 0.00235;
b_gn = 0.0039;
dpdx_gn =0.086;
%% Set simulation parameters %% Set simulation parameters
SIMID = 'lin_DTT_AB_rho85_PT'; % Name of the simulation SIMID = 'lin_DTT_AB_rho85_PT'; % Name of the simulation
%% Set up physical parameters %% Set up physical parameters
CLUSTER.TIME = '99:00:00'; % Allocation time hh:mm:ss CLUSTER.TIME = '99:00:00'; % Allocation time hh:mm:ss
NU = 0.05; % Collision frequency nu = nu_ei; %(0.00235 in GENE)
TAU = 1.0; % e/i temperature ratio TAU = 0.9360; % e/i temperature ratio
K_Ne = 1.33; % ele Density ''' K_Ne = 1.33; % ele Density '''
K_Te = 12.0; % ele Temperature ''' K_Te = 12.0; % ele Temperature '''
K_Ni = 2.25; % ion Density gradient drive K_Ni = 1.33; % ion Density gradient drive
K_Ti = 8.25; % ion Temperature ''' K_Ti = 8.25; % ion Temperature '''
SIGMA_E = 0.0233380; % mass ratio sqrt(m_a/m_i) (correct = 0.0233380) SIGMA_E = 0.0233380/sqrt(mref); % mass ratio sqrt(m_a/m_i) (correct = 0.0233380)
NA = 2; % number of kinetic species NA = 2; % number of kinetic species
ADIAB_E = (NA==1); % adiabatic electron model ADIAB_E = (NA==1); % adiabatic electron model
BETA = 0.0034; % electron plasma beta BETA = b_gn; % electron plasma beta
MHD_PD = 0; MHD_PD = 0;
%% Set up grid parameters %% Set up grid parameters
P = 4; P = 4;
...@@ -30,7 +42,7 @@ NEXC = 1; % To extend Lx if needed (Lx = Nexc/(kymin*shear)) ...@@ -30,7 +42,7 @@ NEXC = 1; % To extend Lx if needed (Lx = Nexc/(kymin*shear))
% GEOMETRY= 's-alpha'; % GEOMETRY= 's-alpha';
GEOMETRY= 'miller'; GEOMETRY= 'miller';
EPS = 0.28; % inverse aspect ratio EPS = 0.28; % inverse aspect ratio
Q0 = 2.15; % safety factor Q0 =-2.15; % safety factor
SHEAR = 3.62; % magnetic shear SHEAR = 3.62; % magnetic shear
KAPPA = 1.53; % elongation KAPPA = 1.53; % elongation
S_KAPPA = 0.77; S_KAPPA = 0.77;
......
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