FlowsheetBaseCreateKineticReaction Method

creates a kinetic reaction

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
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
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

IReaction
IReaction object

Implements

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

See Also