Click or drag to resize

FormFlowsheetCreateConversionReaction Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
public IReaction CreateConversionReaction(
	string name,
	string description,
	Dictionary<string, double> compounds_and_stoichcoeffs,
	string basecompound,
	string reactionphase,
	string conversionExpression
)
Request Example View Source

Parameters

name  String
 
description  String
 
compounds_and_stoichcoeffs  DictionaryString, Double
 
basecompound  String
 
reactionphase  String
 
conversionExpression  String
 

Return Value

IReaction

Implements

IFlowsheetCreateConversionReaction(String, String, DictionaryString, Double, String, String, String)
See Also