Closed SalvadorBrandolin closed 9 months ago
I'm sorry I found it myself :sweat_smile: :sweat_smile:
obj = VaporPressure()
obj.add_correlation(
name='WebBook',
model="DIPPR101",
extrpolation=None,
Tmin=177.70,
Tmax=10000,
A=7.3649e+01, B=-7.2582e+03, C=-7.3037e+00, D=4.1653e-06, E=2.0000e+00)
I'm trying to perform a LVE with UNIFAC:
This works, but my question is: it's possible to define my own VaporPressure object with the DIPPR101 equation giving my own parameters? The same question is for HeatCapacity and VolumeLiquids. I don't find in the documentation or the source code the right way to do it.
Thank you in advance!