Reaction SetGet Stoichiometric Coefficients Method
Returns the stoichiometric coefficients of the specified reaction (positive numbers indicate products, negative
numbers indicate reactants)
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object GetStoichiometricCoefficients(
string reacId
)VB
Public Function GetStoichiometricCoefficients (
reacId As String
) As ObjectParameters
- reacId String
- The reaction identifier
Return Value
ObjectImplements
ICapeReactionChemistryGetStoichiometricCoefficients(String)Remarks
The array of coefficients returned by this method is parallel to the array returned by calling
GetReactionCompuoundIds meaning that the first coefficient corresponds to the first compound and so on.