ASCOT5
|
Header file for atomic.c. More...
#include "../ascot5.h"
#include "../plasma.h"
#include "../neutral.h"
#include "../particle.h"
#include "../random.h"
#include "../asigma.h"
Go to the source code of this file.
Functions | |
void | atomic_fo (particle_simd_fo *p, real *h, plasma_data *p_data, neutral_data *n_data, random_data *r_data, asigma_data *asigma_data) |
Determine if atomic reactions occur during time-step and change charge. | |
void atomic_fo | ( | particle_simd_fo * | p, |
real * | h, | ||
plasma_data * | p_data, | ||
neutral_data * | n_data, | ||
random_data * | r_data, | ||
asigma_data * | asigmadata ) |
Determine if atomic reactions occur during time-step and change charge.
p | fo struct |
h | time-steps from NSIMD markers |
p_data | pointer to plasma data |
n_data | pointer to neutral data |
r_data | pointer to random-generator data |
asigmadata | pointer to atomic reaction data |