FormFlowsheetCreateKineticReaction Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax 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
)
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 IReaction
Request Example
View SourceParameters
- 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
-
Return Value
IReactionImplements
IFlowsheetCreateKineticReaction(String, String, DictionaryString, Double, DictionaryString, Double, DictionaryString, Double, String, String, String, String, String, Double, Double, Double, Double, String, String)See Also