Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
reaction_t Struct Reference

#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_tablert
 
char * tablefile
 
double k
 
reaction_tnext
 

Detailed Description

Definition at line 13 of file reaction.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: