R/computeReynoldsNumber.R

Defines functions computeReynoldsNumber

computeReynoldsNumber <- function(speed,length,viscosity=ISA0$viscosity){
    speed*length/viscosity
}

Try the afpt package in your browser

Any scripts or data that you put into this service are public.

afpt documentation built on Nov. 3, 2023, 5:10 p.m.