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
50ebc7d1
Commit
50ebc7d1
authored
1 year ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
correction of the DTT parameters
parent
c83bc154
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wk/parameters/lin_DTT_AB_rho85_PT.m
+19
-7
19 additions, 7 deletions
wk/parameters/lin_DTT_AB_rho85_PT.m
with
19 additions
and
7 deletions
wk/parameters/lin_DTT_AB_rho85_PT.m
+
19
−
7
View file @
50ebc7d1
%% Reference values
Bref
=
5.8048
;
% in Tesla
Lref
=
2.2121
;
% in meter
Tref
=
2.2085
;
% in keV
nref
=
14.598
;
% in 1e19 x m^{-3}
mref
=
2.0
;
% in proton mass
lnLAMBDA
=
13
;
% Coulomb logarithm
nuref
=
0.45
*
2.3031e-5
*
lnLAMBDA
*
nref
*
Lref
/
Tref
/
Tref
;
%(0.00235 in GENE)
nu_ei
=
0.569013
;
nu_gn
=
0.00235
;
b_gn
=
0.0039
;
dpdx_gn
=
0.086
;
%% Set simulation parameters
%% Set simulation parameters
SIMID
=
'lin_DTT_AB_rho85_PT'
;
% Name of the simulation
SIMID
=
'lin_DTT_AB_rho85_PT'
;
% Name of the simulation
%% Set up physical parameters
%% Set up physical parameters
CLUSTER
.
TIME
=
'99:00:00'
;
% Allocation time hh:mm:ss
CLUSTER
.
TIME
=
'99:00:00'
;
% Allocation time hh:mm:ss
NU
=
0.05
;
% Collision frequency
nu
=
nu_ei
;
%(0.00235 in GENE)
TAU
=
1.0
;
% e/i temperature ratio
TAU
=
0.9360
;
% e/i temperature ratio
K_Ne
=
1.33
;
% ele Density '''
K_Ne
=
1.33
;
% ele Density '''
K_Te
=
12.0
;
% ele Temperature '''
K_Te
=
12.0
;
% ele Temperature '''
K_Ni
=
2.25
;
% ion Density gradient drive
K_Ni
=
1.33
;
% ion Density gradient drive
K_Ti
=
8.25
;
% ion Temperature '''
K_Ti
=
8.25
;
% ion Temperature '''
SIGMA_E
=
0.0233380
;
% mass ratio sqrt(m_a/m_i) (correct = 0.0233380)
SIGMA_E
=
0.0233380
/
sqrt
(
mref
)
;
% mass ratio sqrt(m_a/m_i) (correct = 0.0233380)
NA
=
2
;
% number of kinetic species
NA
=
2
;
% number of kinetic species
ADIAB_E
=
(
NA
==
1
);
% adiabatic electron model
ADIAB_E
=
(
NA
==
1
);
% adiabatic electron model
BETA
=
0.0034
;
% electron plasma beta
BETA
=
b_gn
;
% electron plasma beta
MHD_PD
=
0
;
MHD_PD
=
0
;
%% Set up grid parameters
%% Set up grid parameters
P
=
4
;
P
=
4
;
...
@@ -30,7 +42,7 @@ NEXC = 1; % To extend Lx if needed (Lx = Nexc/(kymin*shear))
...
@@ -30,7 +42,7 @@ NEXC = 1; % To extend Lx if needed (Lx = Nexc/(kymin*shear))
% GEOMETRY= 's-alpha';
% GEOMETRY= 's-alpha';
GEOMETRY
=
'miller'
;
GEOMETRY
=
'miller'
;
EPS
=
0.28
;
% inverse aspect ratio
EPS
=
0.28
;
% inverse aspect ratio
Q0
=
2.15
;
% safety factor
Q0
=
-
2.15
;
% safety factor
SHEAR
=
3.62
;
% magnetic shear
SHEAR
=
3.62
;
% magnetic shear
KAPPA
=
1.53
;
% elongation
KAPPA
=
1.53
;
% elongation
S_KAPPA
=
0.77
;
S_KAPPA
=
0.77
;
...
...
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