FormFlowsheetCreateConversionReaction Method

Creates and returns a new conversion reaction with the specified parameters but does not add it to the flowsheet.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IReaction CreateConversionReaction(
	string name,
	string description,
	Dictionary<string, double> compounds_and_stoichcoeffs,
	string basecompound,
	string reactionphase,
	string conversionExpression
)

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