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

correct for z-pinch geom

parent ef5b5c66
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,9 @@ CONTAINS
call eval_zpinch_geometry
SHEARED = .FALSE.
shear = 0._xp
q0 = 0._xp
eps = 0._xp
kappa = 1._xp
CASE('miller')
CALL speak('Miller geometry')
call set_miller_parameters(kappa,s_kappa,delta,s_delta,zeta,s_zeta)
......
......@@ -18,9 +18,9 @@
/
&GEOMETRY
geom = 'Z-pinch'
q0 = 1.4
shear = 0.8
eps = 0.18
q0 = 0.0
shear = 0.0
eps = 0.0
kappa = 1.0
s_kappa= 0.0
delta = 0.0
......
% Directory of the code "mypathtogyacomo/gyacomo/"
% Partition of the computer where the data have to be searched
PARTITION = '/misc/gyacomo23_outputs/';
% PARTITION = '/misc/gyacomo23_outputs/';
% PARTITION = gyacomodir;
PARTITION = '/home/ahoffman/gyacomo/';
%% CBC
% resdir = 'paper_2_GYAC23/CBC/7x4x192x96x32_nu_0.05_muxy_0.5_muz_0.2';
% resdir = 'paper_2_GYAC23/CBC/7x4x192x96x32_nu_0.05_muxy_1.0_muz_1.0';
......@@ -15,13 +15,16 @@ PARTITION = '/misc/gyacomo23_outputs/';
% resdir = 'paper_2_GYAC23/precision_study/5x3x128x64x24_sp';
% resdir = 'paper_2_GYAC23/precision_study/5x3x128x64x24_sp_clos_1';
% resdir = 'paper_2_GYAC23/precision_study/3x2x128x64x24_sp_muz_2.0';
resdir = 'paper_2_GYAC23/precision_study/test_3x2x128x64x24_sp_muz_2.0';
% resdir = 'paper_2_GYAC23/precision_study/test_3x2x128x64x24_sp_muz_2.0';
% resdir = 'paper_2_GYAC23/precision_study/3x2x128x64x24_sp_clos_1';
%%
% resdir = 'paper_2_GYAC23/collisionless/kT_5.3/5x3x128x64x24_dp_muz_2.0';
% resdir = 'paper_2_GYAC23/collisionless/kT_5.3/5x3x128x64x24_dp_muz_2.0_full_NL';
% resdir = 'paper_2_GYAC23/collisionless/kT_5.3/5x3x128x64x24_dp_muz_2.0_muxy_0';
resdir = 'testcases/zpinch_example';
%%
J0 = 00; J1 = 10;
......
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