Streamer fluid modeling - An overview of ARCoS
1.0
Main Page
Related Pages
Data Types List
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
include
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
19
double
values
[
MAX_TABLE_SIZE
];
20
};
21
22
#define _REACT_TABLE_H_
23
#endif
Generated on Fri Jul 4 2014 15:40:20 for Streamer fluid modeling - An overview of ARCoS by
1.8.2