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

basic input parameter update

parent 0a85d855
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
job2load = -1 job2load = -1
/ /
&GRID &GRID
pmax = 4 pmax = 2
jmax = 2 jmax = 1
Nx = 64 Nx = 64
Lx = 200 Lx = 200
Ny = 48 Ny = 48
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
q0 = 0.0 q0 = 0.0
shear = 0.0 shear = 0.0
eps = 0.0 eps = 0.0
!geom = 'miller'
!q0 = 1.4
!shear = 0.8
!eps = 0.18
kappa = 1.0 kappa = 1.0
s_kappa= 0.0 s_kappa= 0.0
delta = 0.0 delta = 0.0
...@@ -65,7 +61,11 @@ ...@@ -65,7 +61,11 @@
nu = 0.1 nu = 0.1
beta = 0.0 beta = 0.0
ADIAB_E = .f. ADIAB_E = .f.
tau_e = 1.0 !KN_MODEL = 'taylor'
!ORDER = 1
!KN_MODEL = 'pade'
!ORDER_NUM = 2
!ORDER_DEN = 2
/ /
&CLOSURE &CLOSURE
hierarchy_closure='truncation' hierarchy_closure='truncation'
......
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