ReactionSetGetStoichiometricCoefficients 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
public Object GetStoichiometricCoefficients(
	string reacId
)

Parameters

reacId  String
The reaction identifier

Return Value

Object

Implements

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.

See Also