does Prode allow to regress VLE/LLE data stored in files instead of entering data manually into the application ?
|
Posted 20 April 2015 - 04:36 PM
does Prode allow to regress VLE/LLE data stored in files instead of entering data manually into the application ?
Posted 21 April 2015 - 02:56 AM
Prode Properties includes BRegr method,
you may create a code to read the file and then call this method to calculate BIPs and store results in Prode database
here there is a simple example from Prode documentation which reads data from a table in Excel but you may convert to read from a file...
nrpt = 10 ' number of points
for i=1 to nrpt
X(i) = Cells(i,1).Value
Y(i) = Cells(i,2).Value
T(i) = Cells(i,3).Value
P(i) = Cells(i,4).Value
TP(i) = 1 ' VLE = 1 LLE = 2 SLE = 3
next i
nrpar = 2 ' number of parameters to regress
validate = 0 ' data validation not required
' XC() array of calculated X values
' YC() array of calculated Y values
res = BRegr(stream,nrpar,validate,nrpt,TP,X,Y,T,P,XC,YC)
Gpsa Engineering Data Book 14 Th Pdf .Started by Guest_guoyinyanliner_* , 03 Apr 2025 |
|
![]() |
||
Co2 And Mea Vle DataStarted by Guest_Verdurer_* , 24 Mar 2025 |
|
![]() |
||
![]() Equilibrium Data For Nitric Acid And WaterStarted by Guest_ksagarzazu_* , 07 Oct 2024 |
|
![]() |
||
Help Using The Data Fits Tool In Aspen HysysStarted by Guest_catia_* , 14 Jun 2024 |
|
![]() |
||
Aspen Edr Error Data BaseStarted by Guest_adrich91_* , 31 Jan 2024 |
|
![]() |