Flowsheet BaseCreate Conversion Reaction Method
Creates a conversion reaction
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
IReaction object
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
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
- 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
IReactionIReaction object