Flowsheet BaseCreate Equilibrium Reaction Method
Creates an equilibrium 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 CreateEquilibriumReaction(
string name,
string description,
Dictionary<string, double> compounds_and_stoichcoeffs,
string basecompound,
string reactionphase,
string basis,
string units,
double Tapproach,
string lnKeq_fT
)VB
Public Function CreateEquilibriumReaction (
name As String,
description As String,
compounds_and_stoichcoeffs As Dictionary(Of String, Double),
basecompound As String,
reactionphase As String,
basis As String,
units As String,
Tapproach As Double,
lnKeq_fT 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
- basis String
- Reaction basis: activity, fugacity, partial pressure, molar concentration, mass concentration, molar fraction or mass fraction
- units String
- basis units
- Tapproach Double
- temperature approach in K
- lnKeq_fT String
Return Value
IReactionIReaction object