Component Role. More...
#include "us_astfem_math.h"
Public Attributes | |
int | comp_index |
index of this component More... | |
QVector< int > | assocs |
assoc indexes where component occurs More... | |
QVector< int > | stoichs |
Component Role.
Definition at line 360 of file us_astfem_math.h.
QVector< int > US_AstfemMath::ComponentRole::assocs |
assoc indexes where component occurs
Definition at line 364 of file us_astfem_math.h.
int US_AstfemMath::ComponentRole::comp_index |
index of this component
Definition at line 363 of file us_astfem_math.h.
QVector< int > US_AstfemMath::ComponentRole::stoichs |
stoichiometry of each component in each assoc., index is linked to assoc.; sign: +ve.->reactant, -ve.->product.
Definition at line 365 of file us_astfem_math.h.