Click or drag to resize

FormFlowsheetCreateHetCatReaction Method


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

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