Click or drag to resize

IFlowsheetCreateKineticReaction Method


Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
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
)
Request Example View Source

Parameters

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

IReaction
See Also