FormFlowsheetCreateEquilibriumReaction 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
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
)

Parameters

name  String
 
description  String
 
compounds_and_stoichcoeffs  DictionaryString, Double
 
basecompound  String
 
reactionphase  String
 
basis  String
 
units  String
 
Tapproach  Double
 
lnKeq_fT  String
 

Return Value

IReaction

Implements

IFlowsheetCreateEquilibriumReaction(String, String, DictionaryString, Double, String, String, String, String, Double, String)

See Also