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

testcases are reorganized

parent 3e25e747
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 34 deletions
This is a testcase reproducing the cyclone base case of Dimits 2000
Adiabatic electrons, s-alpha geometry, gradlnN = 2.22, gradlnT = 6.96
With a small P,J=4,2 polynomial basis, one should observe the secondary instability (KHI) at t~50R/cs.
The saturated heat flux should be located around Qx ~ 30, i.e. Qx/QGB ~ 2 which is close to Dimits results.
File added
% results for blue triangles in Kobayashi 2015
% x_ = [0.06 0.4 0.6];
% y_ = [0.0 0.1 0.0];
% plot(x_,y_,'^b','DisplayName','Kobayashi et al. 2015');
% results for red squares in Kobayashi 2015
% x_ = [0.065 0.15 0.35];
% y_ = [0.0 0.15 0.0];
% plot(x_,y_,'sr','DisplayName','Kobayashi et al. 2015');
% results for green triangles in Kobayashi 2015
x_ = [0.06 0.5 1.8];
y_ = [0.0 0.2 0.0];
plot(x_,y_,'dg','DisplayName','Kobayashi et al. 2015');
File moved
File added
&BASIC
nrun = 100000000
dt = 0.01
tmax = 400
dt = 0.005
tmax = 100
maxruntime = 356400
/
&GRID
......@@ -10,23 +10,23 @@
pmaxi = 4
jmaxi = 2
Nx = 128
Lx = 120
Ny = 40
Lx = 200
Ny = 48
Ly = 60
Nz = 1
SG = .f.
/
&GEOMETRY
geom = 'Z-pinch'
q0 = 1.4
q0 = 0
shear = 0
eps = 0.18
eps = 0
/
&OUTPUT_PAR
nsave_0d = 10
nsave_1d = -1
nsave_2d = -1
nsave_3d = 20
nsave_3d = 100
nsave_5d = 1000
write_doubleprecision = .f.
write_gamma = .t.
......@@ -42,9 +42,9 @@
&MODEL_PAR
! Collisionality
CLOS = 0
NL_CLOS = 0
NL_CLOS = -1
LINEARITY = 'nonlinear'
KIN_E = .f.
KIN_E = .t.
mu_x = 1.0
mu_y = 1.0
N_HD = 4
......@@ -58,22 +58,23 @@
sigma_i = 1
q_e = -1
q_i = 1
K_n = 2.22
K_T = 6.96
K_E = 0
K_Ne = 2.22
K_Te = 6.96
K_Ni = 2.22
K_Ti = 6.96
GradB = 1
CurvB = 1
lambdaD = 0
beta = 1e-4
/
&COLLISION_PAR
collision_model = 'SG' !DG/SG/PA/LD (dougherty, sugama, pitch angle, landau)
gyrokin_CO = .false.
interspecies = .true.
mat_file = 'iCa/gk_sugama_P_20_J_10_N_150_kpm_8.0.h5'
! mat_file = 'iCa/gk_pitchangle_8_P_20_J_10_N_150_kpm_8.0.h5'
mat_file = 'gk_sugama_P_20_J_10_N_150_kpm_8.0.h5'
/
&INITIAL_CON
INIT_OPT = 'ppj'
INIT_OPT = 'phi'
ACT_ON_MODES = 'donothing'
init_background = 0
init_noiselvl = 0.00005
......
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