FormFlowsheetCreateHetCatReaction Method

Creates and returns a new heterogeneous-catalytic (Langmuir-Hinshelwood type) reaction but does not add it to the flowsheet.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IReaction CreateHetCatReaction(
	string name,
	string description,
	Dictionary<string, double> compounds_and_stoichcoeffs,
	string basecompound,
	string reactionphase,
	string basis,
	string amountunits,
	string rateunits,
	string numeratorExpression,
	string denominatorExpression
)

Parameters

name  String
 
description  String
 
compounds_and_stoichcoeffs  DictionaryString, Double
 
basecompound  String
 
reactionphase  String
 
basis  String
 
amountunits  String
 
rateunits  String
 
numeratorExpression  String
 
denominatorExpression  String
 

Return Value

IReaction

Implements

IFlowsheetCreateHetCatReaction(String, String, DictionaryString, Double, String, String, String, String, String, String, String)

See Also