CapnSane / reynolds-Calc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reynolds-Calc

About Reynolds Number Calculator

This calculator calculates the Reynolds Number using the provided flow characteristics. Depending on the flow regime, the calculator informs whether it is one or another.

Reynolds number in a nutshell

This number tells us what type of flow is expected for a given pipe, whether laminar, transitional or turbulent.

By convention, there is an approximate number of Reynolds where the limits of some regimes are defined. In systems whose Re is less than 2000 there is no turbulence. This non-turbulent regime is called laminar flow. Systems whose Re is greater than 2000 are turbulent.

The Calculator

To use the calculator, you can access Reynolds Calculator.

Units of measurement

For now, I have implemented the conversion of some units of measurement. They are:

  • Free-stream fluid velocity, V
    • m/s
    • cm/s
    • mph
    • km/h
    • ft/s
    • in/s
    • km/s
  • Characteristic distance (or pipe diameter), L
    • m
    • cm
    • mm
    • µm
    • nm
    • ft
    • in
  • Fluid density, ρ
    • kg/m³
    • kg/l
    • g/mm³
    • lb/in³
  • Fluid viscosity (dynamic), η
    • Pa⋅s
    • mPa⋅s
    • cP
    • kg/m⋅s
    • slug/ft⋅s

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 55.6%Language:CSS 26.6%Language:JavaScript 17.8%