Learn R Programming

OrgMassSpecR (version 0.5-3)

FlowTime: Solvent transit time.

Description

Calculate the time required for a liquid to flow through a defined length of tubing. Intended for conventional-flow or nano-flow liquid chromatography.

Usage

FlowTime(internalDiameterMicrometers = 24, tubingLengthCentimeters = 45, 
                flowRateMicrolitersPerMinute = 0.3)

Arguments

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

Value

Vector of the flow time in seconds.

Details

The calculation assumes the viscosity of the liquid is negligible.

See Also

DeadVolume

Examples

Run this code
# NOT RUN {
FlowTime(internalDiameterMicrometers = 47, tubingLengthCentimeters = 33, 
                   flowRateMicrolitersPerMinute = 5)
# }

Run the code above in your browser using DataLab