Hi!
In a HYSYS simulation task, I would like to use my own defined reaction kinetics for all 36 reactions by defining an extension reaction kinetics. ASPEN knowledge center gives an example, including a visual basic code, on how to prepare an extension reaction kinetics...
Hi!
I would like to use a vector user variable in Hysys V14. For example, I prepared the following code to create a vector user variable using stream temperature:
Sub PostExecute()
Dim hysysuv As HYSYS.InternalRealFlexVariable
Dim varVals As Variant
Dim Count As Integer
Dim...