-
I'm trying to understand exactly how the SIMPOL.1 formula is implemented in This bit of code is the Lines 69 to 100 in e1d2046 The Adding the constant and the But I'm not sure I understand where the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, got it now thanks to the very readable draft manuscript. Based on what I understand, SIMPOL.1 calculates |
Beta Was this translation helpful? Give feedback.
Ok, got it now thanks to the very readable draft manuscript. Based on what I understand, SIMPOL.1 calculates$\mathrm{log_{10}} P_{\mathrm{L},i}^\circ(T) = \sum_k\nu_{k,i}b_k(T)$ which is the estimated liquid vapor pressure of the compound ($\textrm{RVI} = \mathrm{log_{10}}C^* = \mathrm{log_{10}}(PM/RT)$ which can also be written $\mathrm{log_{10}}P + \mathrm{log_{10}}(M/RT)$ which is what is happening here: https://github.com/Meredith-Lab/volcalc/blob/9e7250a9462224659766546efc1937236c07908b/R/calc_vol.R#L101C12-L101C12
constant + log_Sum
in originalvolcalc
code). Meredith et al. add to that by calculating a measure of relative volatility,