XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
bounce.tpp File Reference
#include "globals.hpp"
#include "magnetic_field.hpp"
Include dependency graph for bounce.tpp:
This graph shows which files directly or indirectly include this file:

Functions

template<class Device >
KOKKOS_INLINE_FUNCTION void bounce (const PushControls &push_controls, const MagneticField< Device > &magnetic_field, SimdParticles &part, const SimdPhase &ph_old)
 

Function Documentation

template<class Device >
KOKKOS_INLINE_FUNCTION void bounce ( const PushControls push_controls,
const MagneticField< Device > &  magnetic_field,
SimdParticles part,
const SimdPhase ph_old 
)

Bounce particle away from wall. (Simple approach to particles that leave the domain.) Particle gets its old location, except the z coordinate is made negative. So not so much a true bounce as making the particle reappear on the other side. Also there's an option for setting the particle's W1 weight to 0.

Parameters
[in]push_controlsSet of options/parameters used in the particle push
[in]magnetic_fieldMagnetic field object
[in,out]partThe particle
[in]ph_oldThe most recent phase prior to leaving the domain

Here is the call graph for this function:

Here is the caller graph for this function: