Click or drag to resize

IFlowsheetCreateHetCatReaction Method

Creates a Heterogeneous Catalytic reaction object.

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

Parameters

name  String
Name/ID of the reaction
description  String
Description of the reaction
compounds_and_stoichcoeffs  DictionaryString, Double
Compound names and stoichiometric coefficients
basecompound  String
Name of the base reaction compound
reactionphase  String
Reaction phase ('Mixture', 'Vapor', 'Liquid' or 'Solid')
basis  String
Reaction basis ('Activity', 'Fugacity', 'Molar Concentration', 'Molar Fraction', 'Mass Concentration', 'Mass Fraction' or 'Partial Pressure')
amountunits  String
Amount units. See the list of supported units
rateunits  String
Rate units. See the list of supported units
numeratorExpression  String
Numerator expression
denominatorExpression  String
Denominator expression

Return Value

IReaction
Reaction object
See Also