ReactionSetGetStoichiometricCoefficients Method |
Returns the stoichiometric coefficients of the specified reaction (positive numbers indicate products, negative
numbers indicate reactants)
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetStoichiometricCoefficients(
string reacId
)
Public Function GetStoichiometricCoefficients (
reacId As String
) As Object
Request Example
View SourceParameters
- reacId String
- The reaction identifier
Return Value
ObjectImplements
ICapeReactionChemistry.GetStoichiometricCoefficients(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.
See Also