Form FlowsheetCreate Conversion Reaction 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IReaction CreateConversionReaction(
string name,
string description,
Dictionary<string, double> compounds_and_stoichcoeffs,
string basecompound,
string reactionphase,
string conversionExpression
)VB
Public Function CreateConversionReaction (
name As String,
description As String,
compounds_and_stoichcoeffs As Dictionary(Of String, Double),
basecompound As String,
reactionphase As String,
conversionExpression As String
) As IReactionParameters
- name String
- description String
- compounds_and_stoichcoeffs DictionaryString, Double
- basecompound String
- reactionphase String
- conversionExpression String