![]() |
RFOF - RF Library for Orbit Following Codes
|
Module handling wave acceleartion physics, i.e. the Monte Carlo kicks. More...
Data Types | |
type | coeff_for_guiding_centre_kick |
Coefficients defining the direction of the RF acceleration (for a single mode) in the configuration space ![]() | |
Public Member Functions | |
subroutine | quasilinear_RF_kick_steinbrecher_integrator (marker, mem, Blocal, RFlocal, RFglobal, diagno, MPI_node_Id) |
Quasilinear RF Monte Carlo kicks for time-accelerated orbit following as described in [Eriksson, Phys. Plasmas 12, 072524 (2005)]. |
Module handling wave acceleartion physics, i.e. the Monte Carlo kicks.
At present there are three types of Monte Carlo-kick-opertors:
Definition at line 23 of file RFOF_kick.F90.
subroutine RFOF_kick::quasilinear_RF_kick_steinbrecher_integrator | ( | type(particle), intent(inout), target | marker, |
type(resonance_memory), intent(in), target | mem, | ||
type(magnetic_field_local), intent(inout), target | Blocal, | ||
type(rf_wave_local), intent(inout), target | RFlocal, | ||
type(rf_wave_global), intent(in), target | RFglobal, | ||
type(RFOF_cumlative_diagnostics), intent(inout) | diagno, | ||
integer, intent(in) | MPI_node_Id | ||
) |
Quasilinear RF Monte Carlo kicks for time-accelerated orbit following as described in [Eriksson, Phys. Plasmas 12, 072524 (2005)].
dIperp
and drift
is in units [MeV], while diffusion
is in [(MeV)^2]. These untis (cmp. SI units) give less truncation errors in the numerical derivative performed in performed to calculate drift
.Improve the Monte Carlo stepping scheme to something adaptive. Introduce a check to see that the RF step has given a physical orbit.
What to do with the diffusion and drift coefficients going into the diagnostics?
INPUT
mem | (in) Short term memory of the resonance condition along the orbit |
RFglobal | (in) Global properties of the RF wave field |
MPI_node_Id | (in) Number used to identify MPI nods during parallel execusion. |
INPUT/OUTPUT
marker | (inout) Properties of the marker |
Blocal | (inout) Local properties of the magnetic field |
RFlocal | (inout) Local properties of the RF wave field |
diagno | (inout) Time cumulative diagnostics (to be updated as marker is accelerated by the RF wave field) |
Definition at line 81 of file RFOF_kick.F90.
References MC_kick_steinbrecher_integrator(), wrap_move_marker_on_characteristic(), and wrap_RF_diffusion_and_move_marker().