Flow123d
Public Member Functions | Public Attributes | List of all members
oReaction Class Reference

STRUCTURE OF THE REACTION (ONE SPECIE) More...

#include <reaction.h>

Public Member Functions

 oReaction ()
 
 ~oReaction ()
 
void transport_reaction (double time_step, double ***conc, double ***pconc, int elm_pos, MaterialDatabase::Iter mtr, int sbi)
 MAIN REACTION COMPUTATION (zero order) More...
 

Public Attributes

int id
 
int substancei
 
int type
 
double * coef
 

Detailed Description

STRUCTURE OF THE REACTION (ONE SPECIE)

Definition at line 40 of file reaction.h.

Constructor & Destructor Documentation

oReaction::oReaction ( )
oReaction::~oReaction ( )

Member Function Documentation

void oReaction::transport_reaction ( double  time_step,
double ***  conc,
double ***  pconc,
int  elm_pos,
MaterialDatabase::Iter  material,
int  sbi 
)

MAIN REACTION COMPUTATION (zero order)

input{Transport,elm_pos,sbi} perform reaction computation on element with elm_pos position

Definition at line 50 of file reaction.cc.

Member Data Documentation

double* oReaction::coef

Definition at line 50 of file reaction.h.

int oReaction::id

Definition at line 47 of file reaction.h.

int oReaction::substancei

Definition at line 48 of file reaction.h.

int oReaction::type

Definition at line 49 of file reaction.h.


The documentation for this class was generated from the following files: