FlowsheetBaseCreateConversionReaction Method

Creates a conversion reaction

Definition

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

Parameters

name  String
Reaction name
description  String
Reaction description
compounds_and_stoichcoeffs  DictionaryString, Double
Compound names and their stoichiometric coefficients
basecompound  String
Base compound
reactionphase  String
reaction phase: mixture, vapor, liquid or solid
conversionExpression  String
Conversion expression as a function of temperature (T) (result in %)

Return Value

IReaction
IReaction object

Implements

IFlowsheetCreateConversionReaction(String, String, DictionaryString, Double, String, String, String)

See Also