Adiabatic electron/ion model for nprocs=1 ¶
When one runs a single-species simulation with setting
nprocs
=1, GKV
employs adiabatic model for electrons or ions. In both case,
electrostatic limit is assumed (
\(\tilde{A}_\parallel = 0\)
), and
lambda_i
and
beta
in
gkvp_namelist
are neglected.
Setting of kinetic electrons with adiabatic ion model is
nprocs
=1 in
src/gkvp_header.f90
, and
Anum
=1.d0,
Znum
=1.d0,
fcs
=1.d0,
sgn
=-1.d0 in
run/gkvp_namelist
. Then the Poisson eq. with
adiabatic ion model is
Density, temperature and mass are normalized electrons’ value. Then the normalized Poisson eq. is
The temperature ratio
\(T_\mathrm{e}/T_\mathrm{i}\)
is given by
tau_ad
in
run/gkvp_namelist
.
Setting of kinetic ions with adiabatic electron model is
nprocs
=1 in
src/gkvp_header.f90
, and
Anum
=1.d0,
Znum
=1.d0,
fcs
=1.d0,
sgn
=1.d0 in
run/gkvp_namelist
. Then the Poisson eq. with
adiabatic electron model is
where \(\langle \cdots \rangle\) denotes the flux-surface average, and \(\delta_{i,j}\) is the Kronecker’s delta. Density, temperature and mass are normalized ions’ value. Then the normalized Poisson eq. is
The temperature ratio
\(T_\mathrm{i}/T_\mathrm{e}\)
is given by
tau_ad
in
run/gkvp_namelist
.