Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
react_table.h
Go to the documentation of this file.
1 
4 #ifndef _REACT_TABLE_H_
5 #define MAX_TABLE_SIZE 500
6 
7 typedef struct react_table react_table;
8 
9 struct react_table
10 {
11  double e_min;
12  double e_step;
13 
14  double underflow;
15  double overflow;
16 
17  int steps;
18 
20 };
21 
22 #define _REACT_TABLE_H_
23 #endif