Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros | Typedefs | Variables
reaction.h File Reference
#include "react_table.h"
Include dependency graph for reaction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  reaction_t
 

Macros

#define REACTION_MAX_IN   4
 
#define REACTION_MAX_OUT   6
 
#define _REACTION_H_
 

Typedefs

typedef struct reaction_t reaction_t
 

Variables

reaction_treactions_list
 
reaction_treaction_index []
 

Macro Definition Documentation

#define REACTION_MAX_IN   4

Definition at line 10 of file reaction.h.

#define REACTION_MAX_OUT   6

Definition at line 11 of file reaction.h.

#define _REACTION_H_

Definition at line 52 of file reaction.h.

Typedef Documentation

typedef struct reaction_t reaction_t

Definition at line 7 of file reaction.h.

Variable Documentation

reaction_t* reactions_list

Definition at line 20 of file reaction.c.

reaction_t* reaction_index[]

Definition at line 23 of file rt.c.