Description Usage Arguments Details Value Author(s) See Also Examples
Calculate the time required for a liquid to flow through a defined length of tubing. Intended for conventional-flow or nano-flow liquid chromatography.
1 2 | FlowTime(internalDiameterMicrometers = 24, tubingLengthCentimeters = 45,
flowRateMicrolitersPerMinute = 0.3)
|
internalDiameterMicrometers |
the internal diameter of the tubing, in micrometers; numeric value. |
tubingLengthCentimeters |
the length of tubing, in centimeters; numeric value. |
flowRateMicrolitersPerMinute |
the flow rate of the solvent in microliters per minute; numeric value |
The calculation assumes the viscosity of the liquid is negligible.
Vector of the flow time in seconds.
Nathan G. Dodder
1 2 | FlowTime(internalDiameterMicrometers = 47, tubingLengthCentimeters = 33,
flowRateMicrolitersPerMinute = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.