Reaction Stoich Base Class
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#
[SerializableAttribute]
public class ReactionStoichBase : IReactionStoichBaseVB
<SerializableAttribute>
Public Class ReactionStoichBase
Implements IReactionStoichBase- Inheritance
- Object ReactionStoichBase
- Implements
- IReactionStoichBase
Constructors
| ReactionStoichBase | Initializes a new instance of the ReactionStoichBase class with stoichiometric data. |
Properties
| CompName | Gets or sets the name of the compound in this stoichiometric entry. |
| DirectOrder | Gets or sets the reaction order for the forward rate with respect to this compound. |
| IsBaseReactant | Gets or sets whether this compound is the base reactant for conversion-based calculations. |
| ReverseOrder | Gets or sets the reaction order for the reverse rate with respect to this compound. |
| StoichCoeff | Gets or sets the stoichiometric coefficient for this compound (negative for reactants, positive for products). |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |