Form FlowsheetCreate Equilibrium Reaction Method
Creates and returns a new equilibrium reaction with the specified thermodynamic 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 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
- description String
- compounds_and_stoichcoeffs DictionaryString, Double
- basecompound String
- reactionphase String
- basis String
- units String
- Tapproach Double
- lnKeq_fT String