ASCOT5
Loading...
Searching...
No Matches
suzuki.h
Go to the documentation of this file.
1
5#ifndef SUZUKI_H
6#define SUZUKI_H
7
8#include "ascot5.h"
9#include "error.h"
10
11a5err suzuki_sigmav(real* sigmav, real EperAmu, real vnorm, real ne, real te,
12 integer nion, real* ni, const int* Anum, const int* Znum);
13
14#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
long integer
Definition ascot5.h:84
Error module for ASCOT5.
unsigned long int a5err
Simulation error flag.
Definition error.h:17
a5err suzuki_sigmav(real *sigmav, real EperAmu, real vnorm, real ne, real te, integer nion, real *ni, const int *Anum, const int *Znum)
Calculate beam-stopping cross-section according to Suzuki model.
Definition suzuki.c:139