Click or drag to resize

ReactionSetGetStoichiometricCoefficients Method

Returns the stoichiometric coefficients of the specified reaction (positive numbers indicate products, negative numbers indicate reactants)

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object GetStoichiometricCoefficients(
	string reacId
)
Request Example View Source

Parameters

reacId  String
The reaction identifier

Return Value

Object

Implements

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