Hi Chris,
We currently have it enabled such that you can provide the acentric factor with the transport properties, as `acentric_factor`.
See lines 956--988 of `ctml_writer.py`. We store it as w_ac.
As far as I’m aware, it is currently only used in `transport::HighPressuureGasTransport` as you say, this has to do with the theory of corresponding states, which we use here to calculate transport properties for high-pressure gases.
In our case, it is explicitly input by the user. Your equations below would appear to be another method by which to calculate it, but if I understand correctly, it requires the user to instead provide the vapor pressure where T_r = 0.7. So we’d
be trading one input parameter for another. Is that correct?
Thanks,
Steven