FlowTime: Solvent transit time.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/FlowTime.R

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

1
2
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

Details

The calculation assumes the viscosity of the liquid is negligible.

Value

Vector of the flow time in seconds.

Author(s)

Nathan G. Dodder

See Also

DeadVolume

Examples

1
2
FlowTime(internalDiameterMicrometers = 47, tubingLengthCentimeters = 33, 
                   flowRateMicrolitersPerMinute = 5)

OrgMassSpecR documentation built on May 2, 2019, 11:04 a.m.