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

update fort.90 with N_HD parameter

parent fa01fb8b
No related branches found
No related tags found
No related merge requests found
&BASIC &BASIC
nrun = 100000000 nrun = 100000000
dt = 0.015 dt = 0.01
tmax = 400 tmax = 400
maxruntime = 356400 maxruntime = 356400
/ /
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
jmaxe = 2 jmaxe = 2
pmaxi = 4 pmaxi = 4
jmaxi = 2 jmaxi = 2
Nx = 64 Nx = 128
Lx = 100 Lx = 120
Ny = 32 Ny = 40
Ly = 120 Ly = 60
Nz = 16 Nz = 1
SG = .f. SG = .f.
/ /
&GEOMETRY &GEOMETRY
geom = 's-alpha' geom = 'Z-pinch'
q0 = 1.4 q0 = 1.4
shear = 0 shear = 0
eps = 0.18 eps = 0.18
...@@ -42,12 +42,13 @@ ...@@ -42,12 +42,13 @@
&MODEL_PAR &MODEL_PAR
! Collisionality ! Collisionality
CLOS = 0 CLOS = 0
NL_CLOS = -1 NL_CLOS = 0
LINEARITY = 'nonlinear' LINEARITY = 'nonlinear'
KIN_E = .f. KIN_E = .f.
mu_x = 0.0 mu_x = 1.0
mu_y = 0.0 mu_y = 1.0
mu_z = 0.2 N_HD = 4
mu_z = 0.0
mu_p = 0 mu_p = 0
mu_j = 0 mu_j = 0
nu = 0.1 nu = 0.1
......
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