Form FlowsheetCreate Kinetic Reaction Method
Creates and returns a new kinetic (rate-based) reaction with Arrhenius or user-defined rate expressions but does not add it to the flowsheet.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IReaction CreateKineticReaction(
string name,
string description,
Dictionary<string, double> compounds_and_stoichcoeffs,
Dictionary<string, double> directorders,
Dictionary<string, double> reverseorders,
string basecompound,
string reactionphase,
string basis,
string amountunits,
string rateunits,
double Aforward,
double Eforward,
double Areverse,
double Ereverse,
string Expr_forward,
string Expr_reverse
)VB
Public Function CreateKineticReaction (
name As String,
description As String,
compounds_and_stoichcoeffs As Dictionary(Of String, Double),
directorders As Dictionary(Of String, Double),
reverseorders As Dictionary(Of String, Double),
basecompound As String,
reactionphase As String,
basis As String,
amountunits As String,
rateunits As String,
Aforward As Double,
Eforward As Double,
Areverse As Double,
Ereverse As Double,
Expr_forward As String,
Expr_reverse As String
) As IReactionParameters
- name String
- description String
- compounds_and_stoichcoeffs DictionaryString, Double
- directorders DictionaryString, Double
- reverseorders DictionaryString, Double
- basecompound String
- reactionphase String
- basis String
- amountunits String
- rateunits String
- Aforward Double
- Eforward Double
- Areverse Double
- Ereverse Double
- Expr_forward String
- Expr_reverse String