ASCOT5
Loading...
Searching...
No Matches
bbnbi5.h
Go to the documentation of this file.
1
5#ifndef BBNBI5_H
6#define BBNBI5_H
7
8#include "ascot5.h"
9#include "simulate.h"
10
12 sim_data* sim, int nprt, real t1, real t2, particle_state** p);
13
14#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
void bbnbi_simulate(sim_data *sim, int nprt, real t1, real t2, particle_state **p)
Simulate NBI injection.
Definition bbnbi5.c:56
Header file for simulate.c.
General representation of a marker.
Definition particle.h:40
Simulation data struct.
Definition simulate.h:57