Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
79436ee9
Commit
79436ee9
authored
1 year ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
correct for z-pinch geom
parent
ef5b5c66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/geometry_mod.F90
+3
-0
3 additions, 0 deletions
src/geometry_mod.F90
testcases/zpinch_example/fort_00.90
+3
-3
3 additions, 3 deletions
testcases/zpinch_example/fort_00.90
wk/fast_analysis.m
+6
-3
6 additions, 3 deletions
wk/fast_analysis.m
with
12 additions
and
6 deletions
src/geometry_mod.F90
+
3
−
0
View file @
79436ee9
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
testcases/zpinch_example/fort_00.90
+
3
−
3
View file @
79436ee9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
wk/fast_analysis.m
+
6
−
3
View file @
79436ee9
% 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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment