Learn R Programming

Biotech (version 1.0.0)

velG.cal: compute the actual gas flow (eliminate the error of the rotameter) of either the big airlift reactor or the smaller one used at the Biotechnikum at Forum Seestra<U+00DF>e

Description

compute the actual gas flow (eliminate the error of the rotameter) of either the big airlift reactor or the smaller one used at the Biotechnikum at Forum Seestra<U+00DF>e

Usage

velG.cal(velG.mes, p.mes, t.mes, reactor = c("big", "small"))

Arguments

velG.mes

measured gas velocity (values read of from rotameter)

p.mes

measured current room pressure

t.mes

measured current room temperature

reactor

either the "big" or "small" reactor (as string)

Value

actual gas flow

Examples

Run this code
# NOT RUN {
velG.cal( velG.mes = 1, p.mes = 1.024, t.mes = 299.9, reactor = "small" )
# }

Run the code above in your browser using DataLab