FlowsheetBaseCreateEquilibriumReaction Method | 
Namespace: DWSIM.FlowsheetBaseAssembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntaxpublic 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
)
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 IReaction
 Request Example
		View SourceParameters
- name  String
 -  
 - description  String
 -  
 - compounds_and_stoichcoeffs  DictionaryString, Double
 -  
 - basecompound  String
 -  
 - reactionphase  String
 -  
 - basis  String
 -  
 - units  String
 -  
 - Tapproach  Double
 -  
 - lnKeq_fT  String
 -  
 
Return Value
IReactionImplements
IFlowsheetCreateEquilibriumReaction(String, String, DictionaryString, Double, String, String, String, String, Double, String)
See Also