Lab 4.9 - Reynolds Experiment#

This experiment replicates Reynolds’ experiment using a dye injection into laminar, transition, and turbulent flow regimes.

Warning

Under development

  • Included here as intended placement (i.e. after Lab 3 or 4).

  • Sequence is selected so that flowmeter datalogger is calibrated (i.e. the correct meter constant is found in prior lab experiments.

  • Location after Lab 4 means students have two attempts (Lab 3 and Lab 4) to master the Raspberry Pi controlled flowmeter.

Readings#

  1. HY??? User Manual

  2. Holman, J.P. (2012) Experimental Methods for Engineers, 8th Ed. (Chapters 1-3)

  3. Mass Flow Meter & Datalogger Scripts

Videos#

Objectives#

  1. Observe how flow behavior changes with velocity and Reynolds number.

  2. Verify the flow regime ranges reported in the literature for laminar, transitional, and turbulent flows.

  3. Photographically document the three flow regimes using the dye injection apparatus.

  4. Develop continued experience with automated data acquisition using:

    • A calibrated flowmeter (from a prior laboratory exercise).

    • A Raspberry Pi-based datalogger.

  5. Develop an experimental protocol to:

    • Measure flow using two methods (manual and automated).

    • Determine flow regime visually and using Reynolds number (calculated).

  6. Conduct experiments in triplicate to measure flow and pressure drop.

  7. Document the experiments in a laboratory report, including:

    • A comparison of flow rates measured manually (bucket and stopwatch) and with the flowmeter. Are low flows measurable with the flowmeter?

    • Identification of potential sources of error.

    • Comparison of observed flow regimes with those predicted by Reynolds number calculations.

Background#

Osborne Reynolds’ 1883 experiment revolutionized fluid dynamics by introducing a dimensionless number ((Re)) that predicts flow behavior. His iconic experiment used a dye stream to visualize flow regimes in a glass pipe. Reynolds observed:

  • Laminar flow: Smooth, straight dye stream (\(Re < 2000\)).

  • Transitional flow: Undulating dye stream (\(2000 \leq Re \leq 4000\)).

  • Turbulent flow: Dispersed, chaotic dye stream (\(Re > 4000\)).

The Reynolds number remains a cornerstone of engineering analysis for fluid systems.

Flow Regimes#

Laminar flow occurs at low velocities when the particles of waters move in parallel straight lines. The flow is smooth and well-ordered. As the velocity increases, the movement becomes undulating and at some point it breaks into vortices. The flow is turbulent in this case. Reynolds number classifies whether the flow is laminar or turbulent. For a circular pipe, it can be expressed as

\[Re = \frac{\rho vD}{\mu} = \frac{vD}{\nu}\]

It is nearly impossible for turbulent flow to occur at Reynolds number less than 2000 as the turbulence will be restrained by the viscous resistance. However, there is a stage when laminar flow is becoming turbulent or turbulent is becoming laminar. This is transitional flow.

For smooth pipes, the common classifications are:

  • Laminar Flow: \(Re < 2000\)

  • Transitional Flow: \(2000 \le Re \le 4000\)

  • Turbulent Flow: \(Re > 4000\)

For laminar flow, the head loss due to friction is directly proportional to the velocity: \(\frac{\Delta h}{L} \propto v\)

For turbulent flow, the head loss due to friction is proportional to the velocity to a given power, \(n\): \(\frac{\Delta h}{L} \propto v^n\)

The exponent, \(n\) varies between 1.75 and 2.

The flow velocity, \(u\) can be found from the continuity equation when the cross-sectional area of the pipe is known:

\[u = \frac{Q}{A}\]

Laboratory Setup#

Insert Photograph of Apparatus here

  • Equipment:

    • Glass column with dye injection apparatus.

    • Flowmeter with Raspberry Pi-based datalogger.

    • Stopwatch and beaker for manual flow rate measurement.

    • Water heater to modify viscosity if needed.

  • Key Measurements:

    • Flow rate (manual and automated).

    • Flow regime (visual and calculated via (Re)).

Laboratory Objectives#

  1. Observe how flow behavior changes with velocity and Reynolds number.

  2. Photographically document the three flow regimes in the dye injection apparatus.

  3. Develop continued experience with automated data aquisition, by using the flowmeter calibrated in a prior laboratory.

  4. Develop an experimental protocol (step-by-step instructions) to measure flow (two methods), determine flow regime (laminar, transition, turbulent).

  5. Upon approval of the protocol, conduct a set of experiments in triplicate to measure measure flow, and pressure drop.

  6. Document the experiment(s) into a laboratory report and address the following in the report:

  • Compare the flow rate using stopwatch and bucket to the flowmeter (Raspberry Pi); are the low flows even measurable with the flowmeter?

  • What are some potential sources of errors in your lab experiments.

Warning

The protocol is evaluated to ensure that the envisioned procedures can be safely conducted under appropriate supervision. The experiments may produce incomplete results if steps are ommitted.

Deliverables#

Protocol#

Develop a detailed experimental protocol with the following elements:

  1. Step-by-step instructions for:

    • Measuring flow rates manually and using the flowmeter.

    • Classifying flow regimes (visual observation and Reynolds number calculation).

  2. Submit the protocol for instructor approval before conducting the experiment. The protocol will be incorporated into the laboratory report.

Laboratory Report#

The report must include:

  1. A summary of the experiment and objectives.

  2. Documented flow regimes with photographic evidence.

  3. A comparison of flow rate measurements (manual vs. automated).

  4. Calculated Reynolds numbers and a discussion of their alignment with observed flow regimes.

  5. An analysis of potential error sources and their impacts on results.

  6. Triplicate experimental data with mean and standard deviation values.

End of Section#