FormFlowsheetCreateKineticReaction 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
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
)

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

Implements

IFlowsheetCreateKineticReaction(String, String, DictionaryString, Double, DictionaryString, Double, DictionaryString, Double, String, String, String, String, String, Double, Double, Double, Double, String, String)

See Also