EUTERPE: Difference between revisions

From FusionWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
<ref>[http://pop.aip.org/phpaen/v8/i7/p3321_s1 G. Jost, T. M. Tran, W. Cooper, and K. Appert. Phys. Plasmas '''8''': 3321 (2001)]</ref>
<ref>[http://pop.aip.org/phpaen/v8/i7/p3321_s1 G. Jost, T. M. Tran, W. Cooper, and K. Appert. Phys. Plasmas '''8''': 3321 (2001)]</ref>
<ref>[http://pop.aip.org/phpaen/v11/i6/p3196_s1 V. Kornilov, R. Kleiber, R. Hatzky, L. Villard, and G. Jost. Phys. Plasmas '''11''': 3196 (2004)]</ref>
<ref>[http://pop.aip.org/phpaen/v11/i6/p3196_s1 V. Kornilov, R. Kleiber, R. Hatzky, L. Villard, and G. Jost. Phys. Plasmas '''11''': 3196 (2004)]</ref>
<ref>[http://iopscience.iop.org/0029-5515/45/4/003 V. Kornilov, R. Kleiber, and R. Hatzky, Nucl. Fusion '''45''': 238 (2005)]</ref><ref>["http://scitation.aip.org/getabs/servlet/GetabsServlet?prog=normal&id=APCPCS000871000001000136000001" R.  Kleiber.  Global  linear  gyrokinetic  simulations  for  stellarator  and
<ref>[http://iopscience.iop.org/0029-5515/45/4/003 V. Kornilov, R. Kleiber, and R. Hatzky, Nucl. Fusion '''45''': 238 (2005)]</ref><ref>[http://scitation.aip.org/getabs/servlet/GetabsServlet\?prog=normal\&id=APCPCS000871000001000136000001 R.  Kleiber.  Global  linear  gyrokinetic  simulations  for  stellarator  and
axisymmetric equilibria. Joint Varenna-Lausanne International Workshop.
axisymmetric equilibria. Joint Varenna-Lausanne International Workshop.
AIP Conference Proceedings, 871, p. 136, 2006]</ref>. Afterwards, the code has been  heavily optimized and improved and non-linear dynamics have been included.  
AIP Conference Proceedings, 871, p. 136, 2006]</ref>. Afterwards, the code has been  heavily optimized and improved and non-linear dynamics have been included.  

Revision as of 11:21, 30 April 2010

The EUTERPE gyrokinetic code was created at the EPFL in Lausanne as a global linear particle in cell code for studying electrostatic plasma instabilities [1]. It allows three-dimensional turbulence simulations using a plasma equilibrium calculated with the VMEC code as a starting point. EUTERPE was further developed at the Max Planck IPP and several linear calculations of ion temperature gradient (ITG) driven turbulence in tokamak and stellarator geometry have been carried out using it [2] [3] [4][5]. Afterwards, the code has been heavily optimized and improved and non-linear dynamics have been included.

The EUTERPE code solves the gyroaveraged Vlasov equation for the distribution function of ions

The code is based on the particle-in-cell (PIC) scheme, where the distribution function is discretized using markers. The δf approximation is used, so that the distribution function is decomposed in an equilibrium part (Maxwellian) and a time-dependent perturbation.

Each marker along with its weight is evolved following the particle trayectories and contributes a part to the distribution function, so that

where the are the weights (contribution to the distribution function) associated to each marker.

The electric potential is represented on a spatial grid, the electric charge being carried by the markers. Two coordinate systems are used in the code: a system of magnetic coordinates (PEST) is used for the electrostatic potential and cylindrical coordinates are used for pushing the particles, where is the normalized toroidal flux. The change between coordinate systems, which is facilitated by the existence of the common coordinate , is done in a continuous way. The equation for the field is discretized using finite elements (B-splines) and the PETSc library is used for solving it. The integration of the motion is done using a fourth order Runge-Kutta scheme. In linear simulations a phase factor transformation can be used and the equations can be integrated using a predictor-corrector scheme. These options have not been used in this work.

An equilibrium state calculated with the code VMEC is used as a starting point. The equilibrium quantities computed by VMEC are mapped onto the spatial grid using an intermediate program. EUTERPE features several techniques for the noise control: the filtering of Fourier modes (square and diagonal filters can be used) and the optimized loading [6]. More details about the code can be found in the Refs~\cite{EUTERPE:Jost,EUTERPE:Jost2,EUTERPE:Kornilov04,EUTERPE:Kornilov05,EUTERPE:Kleiber06}

References