65 int32_t
rxn_equation(int32_t handle, int32_t bufLen,
char* buf);
77 int32_t
rxn_type(int32_t handle, int32_t bufLen,
char* buf);
107 int32_t
rxn_id(
int handle, int32_t bufLen,
char* buf);
117 int32_t
rxn_setId(int32_t handle,
const char*
id);
146 int32_t
rxn_del(int32_t handle);
int32_t rxn_allowNonreactantOrders(int handle)
True if reaction orders can be specified for non-reactant species.
int32_t rxn_id(int handle, int32_t bufLen, char *buf)
An identification string for the reaction, used in some filtering operations.
int32_t rxn_del(int32_t handle)
Delete Reaction object.
int32_t rxn_new()
Instantiate Reaction object using default constructor.
int32_t rxn_parentHandle(int32_t handle)
Return handle to parent of Reaction object.
int32_t rxn_setId(int32_t handle, const char *id)
An identification string for the reaction, used in some filtering operations.
int32_t rxn_valid(int32_t handle)
Get validity flag of reaction.
int32_t rxn_cabinetSize()
Return size of Reaction storage.
int32_t rxn_type(int32_t handle, int32_t bufLen, char *buf)
The type of reaction, including reaction rate information.
int32_t rxn_equation(int32_t handle, int32_t bufLen, char *buf)
The chemical equation for this reaction.
int32_t rxn_usesThirdBody(int32_t handle)
Check whether reaction involves third body collider.
int32_t rxn_setAllowNonreactantOrders(int32_t handle, int32_t allow_nonreactant_orders)
True if reaction orders can be specified for non-reactant species.