Reaction Stoich Base Constructor
Initializes a new instance of the ReactionStoichBase class with stoichiometric data.
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#
public ReactionStoichBase(
string name,
double stoichcoeff,
bool isbasereactant,
double directorder,
double reversorder
)VB
Public Sub New (
name As String,
stoichcoeff As Double,
isbasereactant As Boolean,
directorder As Double,
reversorder As Double
)Parameters
- name String
- The compound name participating in the reaction.
- stoichcoeff Double
- The stoichiometric coefficient (positive = product, negative = reactant).
- isbasereactant Boolean
- Whether this compound is the base reactant for conversion calculations.
- directorder Double
- The reaction order with respect to this compound for the forward rate.
- reversorder Double
- The reaction order with respect to this compound for the reverse rate.