ReactionStoichBase Class

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[SerializableAttribute]
public class ReactionStoichBase : IReactionStoichBase
Inheritance
Object    ReactionStoichBase
Implements
IReactionStoichBase

Constructors

ReactionStoichBase Initializes a new instance of the ReactionStoichBase class with stoichiometric data.

Properties

CompNameGets or sets the name of the compound in this stoichiometric entry.
DirectOrderGets or sets the reaction order for the forward rate with respect to this compound.
IsBaseReactantGets or sets whether this compound is the base reactant for conversion-based calculations.
ReverseOrderGets or sets the reaction order for the reverse rate with respect to this compound.
StoichCoeffGets or sets the stoichiometric coefficient for this compound (negative for reactants, positive for products).

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also