mstk.analyzer.fitting.fit_vle_dplus¶
- mstk.analyzer.fitting.fit_vle_dplus(T_list, dplus_list, Tc, guess=None, bounds=None)¶
Fit critical density using VLE density and critical temperature: dliq + dgas = 2(Dc+A(1-T/Tc))
- Parameters:
T_list (list of float) –
dplus_list (list of float) –
Tc (float) –
guess (list of float, optional) –
bounds (list of float, optional) –
Returns –
coeff (tuple of float) – Tc and B
rsq (float) –
------- –