scispace - formally typeset
Search or ask a question
Journal ArticleDOI

A code that simulates fast-ion Dα and neutral particle measurements

William Heidbrink, D. Liu, Y. Luo, E. Ruskov, Benedikt Geiger1 
01 Sep 2011-Communications in Computational Physics (Cambridge University Press)-Vol. 10, Iss: 3, pp 716-741
TL;DR: In this article, a code that predicts the efflux to a neutral particle analyzer (NPA) diagnostic and the photon radiance of Balmer-alpha light to a fast ion Dα (FIDA) diagnostic is described.
Abstract: A code that models signals produced by charge-exchange reactions between fast ions and injected neutral beams in tokamak plasmas is described. With the fast- ion distribution function as input, the code predicts the efflux to a neutral particle analyzer (NPA) diagnostic and the photon radiance of Balmer-alpha light to a fast- ion Dα (FIDA) diagnostic. Reactions with both the primary injected neutrals and with the cloud of secondary "halo" neutrals that surround the beam are treated. Accurate calculation of the fraction of neutrals that occupy excited atomic states (the collisional- radiative transition equations) is an important element of the code. Comparison with TRANSP output and other tests verify the solutions. Judicious selection of grid size and other parameters facilitate efficient solutions. The output of the code has been validated by FIDA measurements on DIII-D but further tests are warranted.

Summary (4 min read)

1 Introduction

  • Supra-thermal populations of energetic ions play an important role in magnetic fusion research.
  • Both NPA and FIDA diagnostics provide valuable information about the fast-ion distribution function but also depend sensitively on other plasma parameters and on atomic cross sections.
  • A least-squares minimization scheme that utilizes a weight function can determine which model distribution function agrees best with the data.
  • Section 3 describes tests that verify that the code correctly solves the desired equations.

2 Model

  • The code has four main sections (Fig. 1).
  • The first section prepares the data and the second calculates the neutral populations.
  • The third and fourth sections both rely on the first two sections but are independent of each other.
  • One section computes the NPA flux and the other computes the FIDA radiance.

2.1 Input data and coordinate mapping

  • The code begins by collecting the input data.
  • The code uses the conventions of the NUBEAM module [8] of the TRANSP code [9] to describe the geometry of the viewed neutral beam source (or sources).
  • For installations that do not use EFIT, a post-processor that is part of the TRANSP distribution can convert TRANSP output files into the desired format.
  • Plasma parameters are one-dimensional functions of flux coordinates.
  • Depending on the source of the theoretical fast-ion distribution function, the mapping into the (x,y,z) coordinates can be fairly complicated.

2.2 Injected and halo neutral densities

  • The second major section of FIDASIM is devoted to calculation of the injected and halo neutral distributions in real space, velocity space, and energy levels.
  • The third major simplification in the treatment of the collisional-radiative transitions is to assume that the speeds of the various species follow the ordering ve ≫v f ∼vn ∼vi ≫vI , where the subscripts represent electrons, fast ions, hydrogenic neutrals (both fast and thermal), thermal hydrogenic ions, and impurity ions, respectively.
  • From the known source, the code computes the cloud of halo neutrals that surround each injected beam.
  • The neutral is followed until it ionizes.
  • (For typical parameters, this is true for 99% of the halo neutrals, so this is an excellent approximation.).

2.3 NPA flux

  • The NPA flux is found in the third stage of the code.
  • The detector geometry determines the diagnostic viewing cone but the detected particles have guiding centers that are a gyroradius from the viewing cone.
  • The distribution function used in Eq. (2.6) is evaluated at the guiding center position.
  • The attenuation of neutrals is computed in the last part of the NPA calculation.

2.4 FIDA radiance

  • The fourth stage of the code uses a weighted Monte Carlo routine to calculate the FIDA radiance.
  • The product n f ∑nn provides a convenient estimate of the probability of a charge exchange reaction (that neglects the computationally intensive dependence of the reaction rate on the relative velocity), so this product is used to determine how many fast neutrals to launch from each cell.
  • Next, the trajectory of the fast neutral through the cells is computed by TRACK.
  • The code also performs a simple integration over these emissivities ǫi along the specified sightlines.
  • Note that the computed spectra neglect instrumental broadening.

3.1 Atomic physics

  • Atomic physics cross sections are important in two places in the code: in the calculation of neutralization probability and in the solution of Eq. (2.3) in COLRAD.
  • The required cross sections and reactivities are available in the literature and in the Atomic Data and Analysis Structure (ADAS) compilation [20, 21].
  • An alternative compilation of many of the rates appears in [26] but the effect of these differences is small compared to other uncertainties so the current version of the code uses the older compilation by Janev [24].
  • In COLRAD, rates for energy levels up to n=7 are normally employed.
  • For the initial neutralization probability, cross sections for the charge-exchange reactions between fast ions and neutrals in states n = 1−4 are given in ADAS [20].

3.2 Beam deposition

  • The calculation of the injected neutral density was compared with TRANSP for an NSTX case.
  • The neutral profiles along the y axis (perpendicular to the neutral beam source) and along the z axis (vertical to the source) axis agree well with the TRANSP simulation results (Fig. 4) and with neutral beam calibration data [27].
  • Fig. 5(b) shows the attenuation factors for 60keV neutrals along an NPA sightline for the TRANSP and FIDASIM simulations.
  • Fig. 6 compares spectra after integration over the sightline.
  • At low density, the agreement is satisfactory when halo neutrals are neglected in FIDASIM.

3.3 Halo neutrals

  • The halo neutral simulation portion of the code was verified by comparing with a onedimensional diffusion model.
  • The leftmost term in Eq. (3.2) represents the halo neutral diffusion.
  • It is not easily solved analytically for a spatially varying beam neutral profile but a solution exists for a constant source.
  • Fig. 7 shows the halo neu- tral densities calculated from the diffusion model and the Monte-Carlo halo simulation subroutine for identical plasma profiles.

3.4 FIDA spectra

  • The SPECTRUM subroutine used to compute the Dα spectra and the weighted Monte Carlo scheme were verified as follows.
  • As part of the initial investigation of the feasibility of FIDA, a simplified model of the expected spectra was developed that ignores atomic physics and assumes that the magnetic field is purely toroidal; Fig. 2 of [3] shows a result calculated by this code.
  • To test the main FIDA simulation loop, the authors replaced the magnetic field with a toroidal field and modified the cross sections to be independent of velocity.
  • The resulting spectra were consistent with the output of the simple model.

4 Numerics

  • Numerical input parameters affect both the accuracy and computational expense of a calculation.
  • Uncertainties in plasma parameters (particularly electron density) introduce uncertainties in the predicted radiance or efflux of 20% or more , so extremely fine grids are wasteful and unnecessary.
  • The neutral-beam injection energy is 80keV in this plasma.
  • The Fortran version of the code is an order of magnitude faster than the IDL version.
  • For a typical FIDA simulation with 107 reneutrals this translates to about 28 hours.

4.1 Number of Monte Carlo reneutrals launched

  • There is a linear dependence between the number of launched neutralized fast ions (or ”reneutrals”) and the computational time in the fourth section of the code.
  • Fig. 8(a) compares the spectra at the location of peak Dα emissivity (R = 187.5cm) for several simulations with varying number of launched reneutrals.
  • To eliminate the influence of the random number seed choice, the same seed value was used in all five simulations.
  • Considering the resulting spectra as the most accurate, it is instructive to compare the ratios of the spectra from simulations with less particles to the spectra from this particular simulation (Fig. 8(b)).
  • If the integration starts at half the beam injection energy, ∼3 times more particles are needed.

4.2 Simulation volume

  • The computational grid must enclose most of the interacting beam ions and neutral particles.
  • Further reduction of the grid in the x-direction to 90cm truncates a sizable fraction of the halo neutrals but the effect on the calculated spectra is still small because Further down the x-axis, the plasma density increases and, as more injected neutrals charge exchange with thermal deuterium ions, the beam halo profiles spread in both transverse directions (Fig. 11(c)).
  • The authors baseline simulation uses values of the grid half-width of 30 and 40cm in the y- and z-directions, respectively.
  • For FIDA chords that view horizontally, expanding the grid along the y-axis is more important than expanding it along the z-axis.

4.3 Cell size

  • Once the simulation volume in the (x,y,z) space is defined, the size of each cell needs to be determined.
  • Physically, the emissivity profiles depend on numerous quantities including the beam injection geometry and the plasma parameters; gradients in any of these quantities impact transverse emissivity gradients.
  • Generally speaking, owing to the line integration, the cell size in the approximate direction of the sightlines can be twice as large as in transverse directions.
  • To study the effect of coarser or finer grids, the authors use the standard 120×60×80cm computational domain and 107 particles.
  • The corresponding computational times are 63% and 22% higher.

5 Validation

  • The calculation of the injected neutrals was compared with experimental measurements of the beam-emission light in a DIII-D experiment [32].
  • After passing through a bandpass filter, two-dimensional images of the light were measured with a CCD camera.
  • The code predictions are in good agreement with measurements of the vertical extent of the beam and of the beam penetration as a function of density.
  • In MHD-quiescent DIII-D plasmas, code predictions based on the fast-ion distribution function predicted by NUBEAM have the same spectral shape as experiment and the intensity of the FIDA signal agrees to within 25%.
  • Comparison of the relative intensity of these four features is a useful check that is independent of any experimental errors in the intensity calibration.

6 Outlook

  • With plasma profiles and a fast-ion distribution function as input, FIDASIM predicts the flux measured by NPAs and the radiance measured by a Dα spectrometer.
  • One possible area of improvement is a post-processor that replaces the approximation of infinitesimal sightlines with an accurate treatment of the collection optics.
  • A more challenging upgrade is needed to treat plasmas where the fastion density is comparable to the thermal-ion density.
  • A complementary reduced model that is sufficiently fast to make predictions between discharges (for example) is needed.

Acknowledgments

  • This work has benefited from the contributions of a large number of scientists.
  • Keith Burrell, Bill Davis, Rainer Fischer, Manuel Garcı́a-Muñoz, Doug McCune, and Mike Van Zeeland gave valuable advice.
  • The authors are also indebted to their experimental collaborators on DIII-D and NSTX.
  • The originating developer of ADAS is the JET Joint Undertaking.

Did you find this useful? Give us your feedback

Figures (14)

Content maybe subject to copyright    Report

UC Irvine
UC Irvine Previously Published Works
Title
A code that simulates fast-ion Dα and neutral particle measurements
Permalink
https://escholarship.org/uc/item/12f712f4
Journal
Communications in Computational Physics, 10(3)
ISSN
1815-2406
Authors
Heidbrink, WW
Liu, D
Luo, Y
et al.
Publication Date
2011
DOI
10.4208/cicp.190810.080211a
Copyright Information
This work is made available under the terms of a Creative Commons Attribution License,
availalbe at https://creativecommons.org/licenses/by/4.0/
Peer reviewed
eScholarship.org Powered by the California Digital Library
University of California

Commun. Comput. Phys.
doi: 10.4208/cicp.190810.080211a
Vol. 10, No. 3, pp. 716-741
September 2011
A Code that Simulates Fast-Ion D
α
and Neutral
Particle Measurements
W. W. Heidbrink
1,
, D. Liu
1,3
, Y. Luo
1,4
, E. Ruskov
1
and
B. Geiger
2
1
Department of Physics and Astronomy, University of California, Irvine,
California, CA 92697, USA.
2
Max-Planck Institute f¨ur Plasmaphysik, Garching, Germany.
3
Department of Physics, University of Wisconsin-Madison, Madison,
WI 53706, USA.
4
Tri Alpha Energy Corporation, 27211 Burbank, Foothill Ranch, CA 92610, USA.
Received 19 August 2010; Accepted (in revised version) 8 February 2011
Available online 1 June 2011
Abstract. A code that models signals produced by charge-exchange reactions between
fast ions and injected neutral beams in tokamak plasmas is described. With the fast-
ion distribution function as input, the code predicts the efflux to a neutral particle
analyzer (NPA) diagnostic and the photon radiance of Balmer-alpha light to a fast-
ion D
α
(FIDA) diagnostic. Reactions with both the primary injected neutrals and with
the cloud of secondary ”halo” neutrals that surround the beam are treated. Accurate
calculation of the fraction of neutrals that occupy excited atomic states (the collisional-
radiative transition equations) is an important element of the code. Comparison with
TRANSP output and other tests verify the solutions. Judicious selection of grid size
and other parameters facilitate efficient solutions. The output of the code has be en
validated by FIDA measurements on DIII-D but further tests are warranted.
PACS: 52.55.Pi, 52.65.Pp, 52.70 .Kz
Key words: Fast ions.
1 Introduction
Supra-thermal populations of energetic ions play an important role in magnetic fusion
research. These ”fast ions” are created by neutral-beam injection, by RF heating, and in
fusion reactions. The distribution function that describes t h ese populations ge n erally is a
Corresponding author. Email addresses: Bill.Heidbrink@uci.edu (W. W. Heidbrink), dliu29@wisc.edu ( D.
Liu), yluo@trialphaenergy.com (Y. Luo), eruskov@uci.edu (E. Ruskov), bgeiger@ipp.mpg.de (B. Geiger)
http://www.global-sci.com/ 716
c
2011 Global-Science Press

W. W. Heidbrink et al. / Commun. Co mput. Phys., 10 (2011), pp. 716-741 717
complicated function of velocity and configuration-space variables. Measuring the fast-
ion distribution function in the harsh magnet ic fusion environment is a major diagnostic
challenge.
One approach is to exploit charge exchange reactions between energetic deuterium
ions and an injected neut r al beam. Collection of escaping n eutrals is t h e basis of neutral
particle analysis (NPA) [1], a te chnique that has been applied to tokamak plasmas for
nearly five decades [2]. A more recent technique is to analyze the visible photons emitted
by hyd rogenic fast ions that neutralize in the injected beam [3]. A review of these fast-ion
D
α
(FIDA) me asurements was recently published [4].
Both NPA and FIDA diagnostics provide valuable information about the fast-ion dis-
tribution function but also depend se n sitively on other plasma parameters and on atomic
cross sections. One way to relate the measured signals to theory is to construct a phase-
space weight function for each me asurement [5]; the signal is the convolution of the fast-
ion distribution function with the weight function. As illustrated by the examples in [4],
this approach is quite useful for rapid qualitative interpretation of the measurements. It
can also be the basis for an inversion algorithm. Although the processes are too com-
plicated for a unique inversion [6], a least-squares minimization scheme that utilizes a
weight function can dete r mine which model distribution function agrees best with the
data. An example of inference of the d istribution function from collective Thomson scat-
tering data was recently published [7].
Alternatively, one can use forward modeling. In this approach, the distribution func-
tion is a given quantity supplied by theory. The code described in this paper, dubbed
FIDASIM, takes this approach. FIDASIM accepts a theoretical distribution function as
input and predicts FIDA and NPA spectra for comparison with the data. The code is
designed to comput e ”active” s ign als produced by an injected neutral beam. (In real-
ity, collisions with edge neutrals also produce FIDA and NPA signals but the code does
not treat these ”passive” reactions.) To date, the code has been used to model measure-
ments on the DIII-D and ASDEX-Upgrade conventional tokamaks and on the NSTX and
MAST spherical t okamaks. An early version of the code was described in the Appendix
of [3]. This paper describes version 3.0 and is organized as follows. Section 2 presents
the assumptions and organization of the code. Section 3 describes tests that verify that
the code correctly solves the desired equations. Section 4 explains the optimal selection
of n umerical parameters in terms of phy sical processes. Section 5 summarizes validation
by experiment. Section 6 provides an outloo k for further tests and improvements.
2 Model
The code has fou r main sections (Fig. 1). The first section prepares the data and the
second calculates t h e neut r al populations. The third and fourth sections bo th rely on the
first two sections but are indepen dent of each other. One s ection comp utes the NPA flux
and the other computes the FIDA radiance.

718 W. W. Heidbrink et al. / Commun. Comput. Phys., 10 (2011), pp. 716-741
1HXWUDO%HDP*HRPHWU\
'HWHFWRU*HRPHWU\
(TXLOLEULXP
3ODVPD3URILOHV
1XPHULFDO3DUDPHWHUV
&UHDWH0HVK
(%)LHOGV
)XOO
GHQVLWLHVLQ
HDFKQVWDWH
+DORJHQHUDWLRQ
%(6VSHFWUD
0RQWH&DUOR,QMHFWHG
1HXWUDO*HQHUDWRU
)ROORZ"
1
<
D
W
D
'
W
X
S
Q
,
7UDMHFWRU\
,QYU
2XWWLPHLQFHOOV
V
O
O
H
F
U
H
Y
R
S
R
R
/
Q
R
L
W
D
]
L
O
D
L
W
L
Q
,
0RQWH&DUOR)LUVW*HQHUDWLRQ
+DOR1HXWUDO*HQHUDWRU
7UDMHFWRU\
,QYU
2XWWLPHLQFHOOV
&;"
<
1
,RQL]H"
<
1
O
O
H
F
W
[
H
Q
\
W
L
V
Q
H
'
O
D
U
W
X
H
1
\
U
D
P
L
U
3
\
W
L
V
Q
H
'
O
D
U
W
X
H
1
R
O
D
+
[
X
O
)
$
3
1
)DVWLRQ'LVWULEXWLRQ
3ULPDU\1HXWUDO'LVWULEXWLRQ
+DOR1HXWUDO'LVWULEXWLRQ
3KRWRQ9HFWRUV
$WRPLF5DWHV
฀
฀


฀V฀฀S

฀V฀R
฀฀฀

฀฀
฀฀

฀V
฀L


฀L
฀฀
),'$5DGLDQFH
0DS3ODVPD3URILOHV
)DVWLRQ'LVWULEXWLRQ0DS'LVWULEXWLRQ
13$VSHFWUD


'LUHFW&;
VSHFWUD
+DORVSHFWUD
Figure 1: Flow diagram for the FIDASIM code.
2.1 Input data and coordinate mapping
The code begins by collecting the input data. The geome try o f the source of injected neu-
trals is specified first. In some devices (such as NSTX) the detector sightlines intersect
several beams, so the code can accommodate multiple beam lines. The code uses the
conventions of the NUBEAM module [8] of the TRANSP code [9] to describe the geome-
try of the viewed neutral beam source (or sources). Each tok amak has its own subroutine
called, e.g., BEAM GEOMETRY D3D. As in NUBE AM, the neutral beam is described by
rectangular source and aperture dimensions and by fo cal lengths and d ivergences in both
the horizontal and ve r tical directions. The beam energy, power, and species mix between
full-energy, h alf-energy, and third-energy components are also input parameters.

W. W. Heidbrink et al. / Commun. Co mput. Phys., 10 (2011), pp. 716-741 719
Next, th e code collects information about the detector locations and sightlines. For
FIDA, the ”detector” location is actually t h e position of the primary lens (or mirror) of the
collection optics, s ince it is this position that det ermines the Doppler shift of th e emitted
radiation. For an NPA, bot h the sightlines and the solid angles are specified.
Information on the equilibrium is input using the so-called ”eqdsk format produced
by the EFIT equilibrium code [10]. For installations that do not use EFIT, a post-processor
that is part of the TRANSP distribution can convert TRANSP output files into the desired
format.
The code requires profiles of electron density and temp erature, ion temperature and
toroidal rotation, and impurity de n sity as a function of flux sur face. (Th ese quantities are
all assumed to be flux functions.) A subroutine exists that conver ts TRANSP o utput into
the d esired format.
The final major piece of input data is the theo retical fast-ion distribution function,
which can have a complicated dependence on energy E, pitch p =v
k
/v, and space r. (As
in TRANSP, pos itive p is defined by the direction of the plasma current rather than by
the d irection of the toroidal field.)
Three distinct coordinate systems are utilized in t h e initial stages of t h e code (Fig. 2).
The beam and dete ctor geometries are specified in right-handed Cartesian (u,v,z) coor-
dinates w ith origin the center of the tokamak and z the vertical direction. Plasma pa-
rameters are one-dimensional functions of flux coordinates. Because neutrals travel in



฀
฀
฀
฀฀

฀
฀
฀

Figure 2: Plan view of NSTX. Geometrical neutral beam and detector input to the code is in (u,v,z) coordinates.
Neutral beam parameters (upper case labels) follow the TRANSP conventions. The code transforms quantities
into (x,y,z) co ordinates along the selected beam.

Citations
More filters
Journal ArticleDOI
TL;DR: In this article, a comparison between the distributions resulting from 60 keV and 93 keV neutral beam injection and a velocity-space resolved study of fast-ion redistribution induced by a sawtooth crash inside and outside the inversion radius is presented.
Abstract: Recent upgrades to the FIDA (fast-ion D-alpha) diagnostic at ASDEX Upgrade are discussed. The diagnostic has been extended from three to five line of sight arrays with different angles to the magnetic field, and a spectrometer redesign allows the simultaneous measurement of red- and blue-shifted parts of the Doppler spectrum. These improvements make it possible to reconstruct the 2D fast-ion velocity distribution from the FIDA measurements by tomographic inversion under a wide range of plasma parameters. Two applications of the tomography are presented: a comparison between the distributions resulting from 60 keV and 93 keV neutral beam injection and a velocity-space resolved study of fast-ion redistribution induced by a sawtooth crash inside and outside the sawtooth inversion radius.

53 citations

Journal ArticleDOI
TL;DR: In this article, the authors review key diagnostic techniques for confined and lost fast ions in tokamak and stellarator plasmas, and discuss the physical principles of each diagnostic, sensitivities, basic setups, and operational parameters.
Abstract: On the road to a fusion reactor, a thorough control of the fast-ion distribution plays a crucial role. Fusion-born $$\alpha$$ -particles are, indeed, a necessary ingredient of self-sustained burning plasmas. Recent developments in the diagnostic of fast-ion distributions have significantly improved our predictive capabilities towards future devices. Here, we review key diagnostic techniques for confined and lost fast ions in tokamak and stellarator plasmas. We discuss neutron and gamma-ray spectroscopy, fast-ion D- $$\alpha$$ spectroscopy, collective Thomson scattering, neutral particle analyzers, and fast-ion loss detectors. The review covers physical principles of each diagnostic, sensitivities, basic setups, and operational parameters. The review is largely (but not exclusively) based on the contributions from ASDEX Upgrade and JET. Finally, we discuss integrated data analysis of fast-ion diagnostics by velocity-space tomography which allows measurements of 2D velocity distribution functions of confined fast ions.

52 citations

Journal ArticleDOI
TL;DR: Sawtooth control using electron cyclotron current drive (ECCD) has been demonstrated in ITER-like plasmas with a large fast ion fraction, wide q = 1 radius and long uncontrolled sawtooth period in DIII-D.
Abstract: Sawtooth control using electron cyclotron current drive (ECCD) has been demonstrated in ITER-like plasmas with a large fast ion fraction, wide q = 1 radius and long uncontrolled sawtooth period in DIII-D. The sawtooth period is minimized when the ECCD resonance is just inside the q = 1 surface. Sawtooth destabilization using driven current inside q = 1 avoids the triggering of performance-degrading neoclassical tearing modes (NTMs), even at much higher pressure than required in the ITER baseline scenario. Operation at βN = 3 without 3/2 or 2/1 NTMs has been achieved in ITER demonstration plasmas when sawtooth control is applied using only modest ECCD power. Numerical modelling qualitatively confirms that the achieved driven current changes the local magnetic shear sufficiently to compensate for the stabilizing influence of the energetic particles in the plasma core.

48 citations

Journal ArticleDOI
TL;DR: In this paper, the DIII-D tokamak is equipped with a suite of core fast-ion diagnostics that can probe different parts of phase space, and an analytic treatment of particle drifts suggests that the difference in observed transport depends on the magnitude of toroidal drift.
Abstract: In tokamaks the crash phase of the sawtooth instability causes fast-ion transport. The DIII-D tokamak is equipped with a suite of core fast-ion diagnostics that can probe different parts of phase space. Over a variety of operating conditions, energetic passing ions are observed to undergo larger redistribution than their trapped counterparts. Passing ions of all energies are redistributed, but only low-energy (40 keV) trapped ions suffer redistribution. The transport process is modeled using a numerical approach to the drift-kinetic equation. The simulation reproduces the characteristic that circulating energetic ions experience the greatest levels of internal transport. An analytic treatment of particle drifts suggests that the difference in observed transport depends on the magnitude of toroidal drift.

46 citations

Journal ArticleDOI
TL;DR: In this article, the impact of applied 3D field phase with respect to the beam injection location in determining the overall impact on prompt beam ion loss has been investigated in a variety of plasmas ranging from L-mode to resonant magnetic perturbation (RMP) suppressed H-mode discharges.
Abstract: Measurements show fast ion losses correlated with applied three-dimensional (3D) fields in a variety of plasmas ranging from L-mode to resonant magnetic perturbation (RMP) edge localized mode (ELM) suppressed H-mode discharges. In DIII-D L-mode discharges with a slowly rotating magnetic perturbation, scintillator detector loss signals synchronized with the applied fields are observed to decay within one poloidal transit time after beam turn-off indicating they arise predominantly from prompt loss orbits. Full orbit following using M3D-C1 calculations of the perturbed fields and kinetic profiles reproduce many features of the measured losses and points to the importance of the applied 3D field phase with respect to the beam injection location in determining the overall impact on prompt beam ion loss. Modeling of these results includes a self-consistent calculation of the 3D perturbed beam ion birth profiles and scrape-off-layer ionization, a factor found to be essential to reproducing the experimental measurements. Extension of the simulations to full slowing down timescales, including fueling and the effects of drag and pitch angle scattering, show the applied RMPs in ELM suppressed H-mode plasmas can induce a significant loss of energetic particles from the core. With the applied fields, up to 8.4% of the injected beam power is predicted to be lost, compared to 2.7% with axisymmetric fields only. These fast ions, originating from minor radii , are predicted to be primarily passing particles lost to the divertor region, consistent with wide field-of-view infrared periscope measurements of wall heating in RMP ELM suppressed plasmas. Edge fast ion (FIDA) measurements also confirm a large change in edge fast ion profile due to the fields, where the effect was isolated by using short 50 ms RMP-off periods during which ELM suppression was maintained yet the fast ion profile was allowed to recover. The role of resonances between fast ion drift motion and the applied 3D fields in the context of selectively targeting regions of fast ion phase space is also discussed.

45 citations

References
More filters
Journal Article
A. Gibson, Tadashi Sekiguchi, K. Lackner1, S. Bodner, R. Hancox 
TL;DR: In this paper, the first experiments in JET have been described, which show that this large tokamak behaves in a similar manner to smaller tokak, but with correspondingly improved plasma parameters.
Abstract: FIRST EXPERIMENTS IN JET. Results obtained from JET since June 1983 are described which show that this large tokamak behaves in a similar manner to smaller tokamaks, but with correspondingly improved plasma parameters. Long-duration hydrogen and deuterium plasmas (>10 s) have been obtained with electron temperatures reaching > 4 keV for power dissipations < 3 MW and with * Euratom-IPP Association, Institut fur Plasmaphysik, Garching, Federal Republic of Germany. ** Euratom-ENEA Association, Centro di Frascati, Italy. *** Euratom-UKAEA Association, Culham Laboratory, Abingdon, Oxfordshire, United Kingdom. **** University of Dusseldorf, Dusseldorf, Federal Republic of Germany. + Euratom-Ris0 Association, Ris National Laboratory, Roskilde, Denmark. ++ Euratom-CNR Association, Istituto di Física del Plasma, Milan, Italy. +++ Imperial College of Science and Technology, University of London, London, United Kingdom. ++++ Euratom-FOM Association, FOM Instituut voor Plasmafysica,. Nieuwegein, Netherlands. ® Euratom-Suisse Association, Centre de Recherches en Physique des Plasmas, Lausanne, Switzerland.

3,647 citations

Book
25 Sep 1987
TL;DR: In this paper, the authors introduce a glossary of fast ions and fusion products, including fast ions, fast ion, and fast ion fusion products and their applications in the field of magnetic diagnostics.
Abstract: Preface to first edition Preface to second edition 1. Plasma diagnostics 2. Magnetic diagnostics 3. Plasma particle flux 4. Refractive-index measurements 5. Electromagnetic emission by free electrons 6. Electromagnetic radiation from bound electrons 7. Scattering of electromagnetic radiation 8. Neutral atom diagnostics 9. Fast ions and fusion products Appendices Glossary.

1,691 citations

Journal ArticleDOI
TL;DR: In this paper, an efficient method is given to reconstruct the current profile parameters, the plasma shape, and a current profile consistent with the magnetohydrodynamic equilibrium constraint from external magnetic measurements, based on a Picard iteration approach.
Abstract: An efficient method is given to reconstruct the current profile parameters, the plasma shape, and a current profile consistent with the magnetohydrodynamic equilibrium constraint from external magnetic measurements, based on a Picard iteration approach which approximately conserves the measurements. Computational efforts are reduced by parametrizing the current profile linearly in terms of a number of physical parameters. Results of detailed comparative calculations and a sensitivity study are described. Illustrative calculations to reconstruct the current profiles and plasma shapes in ohmically and auxiliarily heated Doublet III plasmas are given which show many interesting features of the current profiles.

1,587 citations

Journal ArticleDOI
TL;DR: The NUBEAM module as mentioned in this paper is a comprehensive computational model for Neutral Beam Injection (NBI) in tokamaks, which is used to compute power deposition, driven current, momentum transfer, fueling, and other profiles.

636 citations

Frequently Asked Questions (1)
Q1. What are the contributions in this paper?

With the fastion distribution function as input, the code predicts the efflux to a neutral particle analyzer ( NPA ) diagnostic and the photon radiance of Balmer-alpha light to a fastion Dα ( FIDA ) diagnostic. The output of the code has been validated by FIDA measurements on DIII-D but further tests are warranted.