FormFlowsheetCreateConversionReaction Method |
Namespace: DWSIMAssembly: 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
)
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 IReaction
Request Example
View SourceParameters
- name String
-
- description String
-
- compounds_and_stoichcoeffs DictionaryString, Double
-
- basecompound String
-
- reactionphase String
-
- conversionExpression String
-
Return Value
IReactionImplements
IFlowsheetCreateConversionReaction(String, String, DictionaryString, Double, String, String, String)See Also