Click or drag to resize

FormFlowsheetCreateEquilibriumReaction Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
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
)
Request Example View Source

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