CTRXN - Generated CLib Cantera interface library. More...
#include "clib_utils.h"#include "cantera_clib/ctrxn.h"#include "cantera/base/stringUtils.h"#include "cantera/kinetics/Reaction.h"CTRXN - Generated CLib Cantera interface library.
Generated CLib API for Cantera's Reaction class.
This file was generated by sourcegen. It will be re-generated by the Cantera build process. Do not manually edit.
Definition in file ctrxn.cpp.
Go to the source code of this file.
Functions | |
| int32_t | rxn_new () |
| Instantiate Reaction object using default constructor. | |
| int32_t | rxn_equation (int32_t handle, int32_t bufLen, char *buf) |
| The chemical equation for this reaction. | |
| int32_t | rxn_type (int32_t handle, int32_t bufLen, char *buf) |
| The type of reaction, including reaction rate information. | |
| int32_t | rxn_usesThirdBody (int32_t handle) |
| Check whether reaction involves third body collider. | |
| int32_t | rxn_valid (int32_t handle) |
| Get validity flag of reaction. | |
| int32_t | rxn_id (int32_t handle, int32_t bufLen, char *buf) |
| An identification string for the reaction, used in some filtering operations. | |
| int32_t | rxn_setId (int32_t handle, const char *id) |
| An identification string for the reaction, used in some filtering operations. | |
| int32_t | rxn_allowNonreactantOrders (int32_t handle) |
| True if reaction orders can be specified for non-reactant species. | |
| int32_t | rxn_setAllowNonreactantOrders (int32_t handle, int32_t allow_nonreactant_orders) |
| True if reaction orders can be specified for non-reactant species. | |
| int32_t | rxn_del (int32_t handle) |
| Delete Reaction object. | |
| int32_t | rxn_cabinetSize () |
| Return size of Reaction storage. | |