Calculate the time required for a liquid to flow through a defined length of tubing. Intended for conventional-flow or nano-flow liquid chromatography.
FlowTime(internalDiameterMicrometers = 24, tubingLengthCentimeters = 45,
flowRateMicrolitersPerMinute = 0.3)
the internal diameter of the tubing, in micrometers; numeric value.
the length of tubing, in centimeters; numeric value.
the flow rate of the solvent in microliters per minute; numeric value
Vector of the flow time in seconds.
The calculation assumes the viscosity of the liquid is negligible.
# NOT RUN {
FlowTime(internalDiameterMicrometers = 47, tubingLengthCentimeters = 33,
flowRateMicrolitersPerMinute = 5)
# }
Run the code above in your browser using DataLab