KDB has some data points,
"http://www.cheric.or...926&cno2=1"
which you can easily regress with PRODE PROPERTIES,
but I do not know how accuarate these VLE points are.
Edited by staffel, 26 November 2013 - 06:32 AM.
|
Posted 26 November 2013 - 06:30 AM
Edited by staffel, 26 November 2013 - 06:32 AM.
Posted 16 December 2013 - 02:52 AM
Posted 07 January 2014 - 09:51 AM
mrbabu,
it is my feeling that many points have been calculated (not measured)
but I have no data to support this affirmation (you should contact the web master)
Posted 25 January 2014 - 11:08 AM
thanks Paolo,
I see that PRODE databank stores a estimate of errors when regressing BIPs,
do you think it's correct to select the most suitable thermo package comparing those errors ?
Posted 04 February 2014 - 03:44 AM
yes, you can select the thermo package on the basis of best VLE data fitting as reported in PRODE PROPERTIES,
those values are related to the accuracy of each thermo package to fit a specific VLE data set.
Posted 27 February 2014 - 05:23 PM
you may consider the range of temperatures and pressures reported per each BIP set, too,
that should give a clear indication (see the dialog)
Posted 17 March 2014 - 07:20 AM
thanks Staffel,
does the range of application for those BIPs be limited to that range ?
Posted 22 March 2014 - 04:13 AM
I would expect that models as EOS (Peng Robinson, Soave etc.)
should allow to utilize temperature dependent BIPs outside the specified range,
(for example I get accurate results for natural gas + water at high pressures)
while models based on liquid activity (Winson, Uniquac etc.)
should be a bit more limited.
Posted 08 April 2014 - 10:24 AM
thanks,
I understand that I can select the thermo package comparing the reported errors
in data fitting as shown in Prode Data Bank.
Posted 20 August 2014 - 03:01 PM
Yes,
that is my understanding, too.
Posted 04 September 2014 - 01:13 AM
as said by others accurate BIPs are required to calculate VLE,LLE,SLE
in some cases the fluid may behave as ideal or the EOS can fit VLE points without corrections but in many cases to model accurately VLE/LLE at high pressures (for example in phase envelope) you need BIPs,
simulators as Prode include a large databank, fitting experimental points is another option as discussed in previous posts and there are several commercial and public collections of VLE/LLE equilibrium data, data regression is easy,
I agree that X-Y data fitting error available in Prode for each BIP data set gives a good indication to select the model.
Posted 24 November 2014 - 10:25 AM
can I include the hydrate formation temperature curve available in Prode Properties
in phase envelope diagram calculated by Prode ?
How can I include this curve ?
Posted 25 November 2014 - 08:41 AM
yes, and it's very easy with VBA,
with Prode Properties you can calculate equilibrium points given pressure or temperature,
have you examined the VBA code in hydrate.xls (included in Prode Properties distribution) ?
For calculating equilibrium points given temperature
nrpt = 10
Tmin = 250
Tmax = 320
dT = (Tmax - Tmin) / nrpt
For i = 0 To nrpt - 1
Tcalc = UMCS(Tmin + i * dT, UM, getUMC(UM))
Pcalc = HPFORM(stream, Tcalc, model)
Cells(12 + i, 12) = Tcalc
Cells(12 + i, 13) = Pcalc
Next i
the same for calculating equilibrium points given pressure,
in that case utilize the HTFORM() macro available in Excel.
Of course you can put macros HTFORM() or HPFORM() in a cell
and get directly the values
Posted 18 December 2014 - 07:41 AM
thanks marchem,
indeed it's useful to put all the lines (vapor, liquid, hydrate) in a single graph
No Liquid Phase In Aspen PlusStarted by Guest_PengRobinson_* , 09 Feb 2025 |
|
![]() |
||
![]() Psv Flashing, Sizing Outlet Line 2-Phase.Started by Guest_felderosfelder101021_* , 09 Dec 2024 |
|
![]() |
||
C Factor For Erosional Velocity For Multi-Phase Flow (Nat Gas/ ProduceStarted by Guest_Sam11_* , 10 Sep 2024 |
|
![]() |
||
![]() ![]() Two Phase Analysis For Liquid Oxgen TankStarted by Guest_alaasleem2026_* , 22 Aug 2024 |
|
![]() |
||
![]() How To Have 2 Property Method In Aspen Plus Based On Phase?Started by Guest_m.ghaziasgar_* , 21 Aug 2024 |
|
![]() |