Flowsheet BaseCreate Kinetic Reaction Method
creates a kinetic reaction
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
IReaction object
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
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
- Reaction name
- description String
- reaction description
- compounds_and_stoichcoeffs DictionaryString, Double
- Compounds and stoichiometric coefficients
- directorders DictionaryString, Double
- direct order coefficients
- reverseorders DictionaryString, Double
- reverse order coefficients
- basecompound String
- base compound
- reactionphase String
- reaction phase: mixture, vapor, liquid or solid
- basis String
- Reaction basis: activity, fugacity, partial pressure, molar concentration, mass concentration, molar fraction or mass fraction
- amountunits String
- amount units
- rateunits String
- rate units
- Aforward Double
- forward reaction A parameter
- Eforward Double
- forward reaction E parameter
- Areverse Double
- reverse reaction A parameter
- Ereverse Double
- reverse reaction E parameter
- Expr_forward String
- Expr_reverse String
Return Value
IReactionIReaction object