calculate_w | R Documentation |
Estimate the FFF channel thickness using the method described in Litzen (1993).
calculate_w(
t1,
D,
focus = 10,
transition = 1,
w = 500/1e+06,
Vc = 0.0025,
Vout = 0.001,
Vin = 5e-04,
temp = 25,
eta = 0.00089,
dims = chamber_dims,
tol = 1e-06,
maxiter = 10
)
t1 |
Retention time, in minutes. |
D |
Diffusion coefficient of standard. |
focus |
Focus period, in minutes. |
transition |
Transition time between focusing and elution, in minutes. |
w |
Nominal channel thickness, in metres. |
Vc |
Cross-flow rate, in L/min. |
Vout |
Detector flow rate, in L/min. |
Vin |
Injection flow rate, in L/min. |
temp |
Temperature, degrees Celsius. |
eta |
Dynamic viscosity, in N * s / m^2. |
dims |
A list with the elements |
tol |
Solution is arrived at iteratively; |
maxiter |
Maximum iterations. |
A numeric vector of length one representing the estimated FFF channel thickness.
Wang, J.-L.; Alasonati, E.; Fisicaro, P.; Benedetti, M. F.; Martin, M. Theoretical and Experimental Investigation of the Focusing Position in Asymmetrical Flow Field-Flow Fractionation (AF4). Journal of Chromatography A 2018, 1561, 67–75. https://doi.org/10.1016/j.chroma.2018.04.056.
Litzen, Anne. Separation Speed, Retention, and Dispersion in Asymmetrical Flow Field-Flow Fractionation as Functions of Channel Dimensions and Flow Rates. Anal. Chem. 1993, 65 (4), 461–470. https://doi.org/10.1021/ac00052a025.
calculate_rh
calculate_w(t1 = 21.2, D = .35e-10, Vc = .0015, Vin = 2e-4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.