|
Streamer fluid modeling - An overview of ARCoS
1.0
|
#include <reaction.h>
Public Attributes | |
| int | is_photo |
| int | nin |
| int | nout |
| int | input [REACTION_MAX_IN] |
| int | output [REACTION_MAX_OUT] |
| const char * | inname [REACTION_MAX_IN] |
| const char * | outname [REACTION_MAX_OUT] |
| void(* | f )(double *in, int nin, double *out, int nout, double k, double dens, react_table *rt) |
| react_table * | rt |
| char * | tablefile |
| double | k |
| reaction_t * | next |
Definition at line 13 of file reaction.h.
| int reaction_t::is_photo |
Definition at line 18 of file reaction.h.
| int reaction_t::nin |
Definition at line 21 of file reaction.h.
| int reaction_t::nout |
Definition at line 21 of file reaction.h.
| int reaction_t::input[REACTION_MAX_IN] |
Definition at line 23 of file reaction.h.
| int reaction_t::output[REACTION_MAX_OUT] |
Definition at line 24 of file reaction.h.
| const char* reaction_t::inname[REACTION_MAX_IN] |
Definition at line 26 of file reaction.h.
| const char* reaction_t::outname[REACTION_MAX_OUT] |
Definition at line 27 of file reaction.h.
| void(* reaction_t::f)(double *in, int nin, double *out, int nout, double k, double dens, react_table *rt) |
Definition at line 30 of file reaction.h.
| react_table* reaction_t::rt |
Definition at line 39 of file reaction.h.
| char* reaction_t::tablefile |
Definition at line 41 of file reaction.h.
| double reaction_t::k |
Definition at line 43 of file reaction.h.
| reaction_t* reaction_t::next |
Definition at line 46 of file reaction.h.
1.8.2