Versione italiana
Esercizi sui Fluidi Newtoniani
Concetti Chiave
-
Fluido Newtoniano: Un fluido che segue la legge di viscosità di Newton, in cui la tensione di taglio \tau è proporzionale al gradiente di velocità \frac{du}{dy}:
\tau = \mu \frac{du}{dy}
dove:- \tau = tensione di taglio (Pa)
- \mu = viscosità dinamica (Pa·s)
- \frac{du}{dy} = gradiente di velocità (s⁻¹)
-
Viscosità: Una misura della resistenza di un fluido al flusso. I fluidi newtoniani hanno una viscosità costante indipendentemente dalla velocità di deformazione.
-
Flusso Laminar: Un tipo di flusso in cui le particelle di fluido si muovono in strati paralleli senza mescolarsi. Si verifica a basse velocità e in fluidi con alta viscosità.
-
Numero di Reynolds (Re): Un parametro adimensionale che determina il regime di flusso. È definito come:
Re = \frac{\rho v L}{\mu}
dove:-
\rho = densità del fluido (kg/m³)
-
v = velocità del fluido (m/s)
-
L = lunghezza caratteristica (m)
-
\mu = viscosità dinamica del fluido (Pa·s)
-
Se Re < 2000, il flusso è laminare.
-
Se Re > 4000, il flusso è turbolento.
-
Esercizio 1: Calcolo della Viscosità
Problema
Un fluido newtoniano ha una tensione di taglio di \tau = 0.5 \, \text{Pa} e un gradiente di velocità di \frac{du}{dy} = 100 \, \text{s}^{-1}. Calcola la viscosità \mu del fluido.
Soluzione
-
Usa la legge di viscosità di Newton:
\tau = \mu \frac{du}{dy} -
Isola \mu:
\mu = \frac{\tau}{\frac{du}{dy}} -
Calcola \mu:
\mu = \frac{0.5}{100} = 0.005 \, \text{Pa*s} -
Conclusione: La viscosità del fluido è 0.005 \, \text{Pa*s}.
Esercizio 2: Flusso in un Tubo Circolare
Problema
Un fluido newtoniano scorre attraverso un tubo di raggio r = 0.01 \, \text{m} con una differenza di pressione di \Delta P = 200 \, \text{Pa} su una lunghezza di L = 1 \, \text{m}. La viscosità del fluido è \mu = 0.001 \, \text{Pa*s}. Calcola la portata volumetrica Q del fluido.
Soluzione
-
Usa la legge di Poiseuille:
Q = \frac{\pi r^4 \Delta P}{8 \mu L} -
Calcola Q:
Q = \frac{\pi (0.01)^4 (200)}{8 \times 0.001 \times 1}
Q = \frac{\pi \times 1 \times 10^{-8} \times 200}{0.008}
Q = \frac{6.2832 \times 10^{-6}}{0.008} \approx 7.85 \times 10^{-4} \, \text{m}^3/\text{s} -
Conclusione: La portata volumetrica del fluido è di circa 0.785 \, \text{L/s}.
Esercizio 3: Calcolo del Numero di Reynolds
Problema
Un fluido newtoniano con densità \rho = 1000 \, \text{kg/m}^3 scorre attraverso un tubo di raggio r = 0.005 \, \text{m} a una velocità v = 1 \, \text{m/s}. La viscosità del fluido è \mu = 0.001 \, \text{Pa*s}. Calcola il numero di Reynolds Re e determina se il flusso è laminare o turbolento.
Soluzione
-
Calcola la lunghezza caratteristica:
L = 2r = 2 \times 0.005 = 0.01 \, \text{m} -
Calcola il numero di Reynolds:
Re = \frac{\rho v D}{\mu}
dove D = 2r = 0.01 \, \text{m}:
Re = \frac{1000 \times 1 \times 0.01}{0.001} = 10000 -
Conclusione: Poiché Re > 4000, il flusso è turbolento.
Esercizio 4: Flusso in un Canale Pianeggiante
Problema
Un fluido newtoniano scorre in un canale pianeggiante con una pendenza di 5^\circ. La densità del fluido è \rho = 950 \, \text{kg/m}^3 e la viscosità è \mu = 0.002 \, \text{Pa*s}. Determina l'effetto della gravità sul flusso, considerando che la forza di gravità agisce lungo la direzione del flusso.
Soluzione
-
Calcola la forza di gravità per unità di volume:
f = \rho g \sin(\theta)
dove g = 9.81 \, \text{m/s}^2 e \theta = 5^\circ:
f = 950 \times 9.81 \times \sin(5^\circ)
f = 950 \times 9.81 \times 0.0872 \approx 81.1 \, \text{N/m}^3 -
Scrivi l'equazione di Navier-Stokes per il flusso stazionario:
\rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) = -\nabla p + \mu \nabla^2 \mathbf{u} + \rho g \sin(\theta) -
Considerando un flusso stazionario (cioè \frac{\partial \mathbf{u}}{\partial t} = 0):
\rho \left( \mathbf{u} \cdot \nabla \mathbf{u} \right) = -\nabla p + \mu \nabla^2 \mathbf{u} + 81.1 -
Conclusione: L'effetto della gravità sul flusso è rappresentato dal termine 81.1 \, \text{N/m}^3, che contribuisce alla forza di gravità lungo la direzione del flusso.
English version
Newtonian Fluid Exercises
Key Concepts
- Newtonian Fluid: A fluid that follows Newton's law of viscosity, where the shear stress \tau is proportional to the velocity gradient \frac{du}{dy}:
\tau = \mu \frac{du}{dy}
where:
- \tau = shear stress (Pa)
- \mu = dynamic viscosity (Pa s)
- \frac{du}{dy} = velocity gradient (s⁻¹)
-
Viscosity: A measure of a fluid's resistance to flow. Newtonian fluids have a constant viscosity regardless of the rate of deformation.
-
Laminar Flow: A type of flow in which fluid particles move in parallel layers without mixing. Occurs at low velocities and in fluids with high viscosity.
-
Reynolds number (Re): A dimensionless parameter that determines the flow regime. It is defined as:
Re = \frac{\rho v L}{\mu}
where:
-
\rho = fluid density (kg/m³)
-
v = fluid velocity (m/s)
-
L = characteristic length (m)
-
\mu = dynamic viscosity of the fluid (Pa s)
-
If Re < 2000, the flow is laminar.
-
If Re > 4000, the flow is turbulent.
Exercise 1: Calculating Viscosity
Problem
A Newtonian fluid has a shear stress of \tau = 0.5 \, \text{Pa} and a velocity gradient of \frac{du}{dy} = 100 \, \text{s}^{-1}. Calculate the viscosity \mu of the fluid.
Solution 1. Use Newton's law of viscosity: $\tau = \mu \frac{du}{dy} $ 2. Isolate \mu: $\mu = \frac{\tau}{\frac{du}{dy}} $ 3. Calculate \mu: $\mu = \frac{0.5}{100} = 0.005 , \text{Pa*s} $ 4 e**: The viscosity of the fluid is 0.005 \, \text{Pa*s}.
Exercise 2: Flow in a Circular Pipe
Problem
A Newtonian fluid flows through a pipe of radius r = 0.01 \, \text{m} with a pressure difference of \Delta P = 200 \, \text{Pa} over a length of L = 1 \, \text{m}. The viscosity of the fluid is \mu = 0.001 \, \text{Pa*s}. Calculate the volumetric flow rate Q of the fluid.
Solution
-
Use Poiseuille's law:
Q = \frac{\pi r^4 \Delta P}{8 \mu L} -
Calculate Q:
Q = \frac{\pi (0.01)^4 (200)}{8 \times 0.001 \times 1}
Q = \frac{\pi \times 1 \times 10^{-8} \times 200}{0.008}
Q = \frac{6.2832 \times 10^{-6}}{0.008} \approx 7.85 \times 10^{-4} \, \text{m}^3/\text{s} -
Conclusion: The volumetric flow rate of the fluid is approximately 0.785 \, \text{L/s}.
Exercise 3: Calculating the Reynolds Number
Problem
A Newtonian fluid with density \rho = 1000 \, \text{kg/m}^3 flows through a tube of radius r = 0.005 \, \text{m} at a velocity v = 1 \, \text{m/s}. The viscosity of the fluid is \mu = 0.001 \, \text{Pa*s}. Calculate the Reynolds number Re and determine whether the flow is laminar or turbulent.
Solution
-
Calculate the characteristic length:
L = 2r = 2 \times 0.005 = 0.01 \, \text{m} -
Calculate the Reynolds number:
Re = \frac{\rho v D}{\mu}
where D = 2r = 0.01 \, \text{m}:
Re = \frac{1000 \times 1 \times 0.01}{0.001} = 10000 -
Conclusion: Since Re > 4000, the flow is turbulent.
Exercise 4: Flow in a Flat Channel
Problem
A Newtonian fluid flows in a flat channel with a slope of 5^\circ. The density of the fluid is \rho = 950 \, \text{kg/m}^3 and the viscosity is \mu = 0.002 \, \text{Pa*s}. Determine the effect of gravity on the flow, considering that the gravitational force acts along the direction of flow.
Solution
-
Calculate the force of gravity per unit volume:
f = \rho g \sin(\theta) where g = 9.81 \, \text{m/s}^2 and \theta = 5^\circ:
f = 950 \times 9.81 \times \sin(5^\circ)
f = 950 \times 9.81 \times 0.08 72 \approx 81.1 \, \text{N/m}^3 -
Write the Navier-Stokes equation for steady flow:
\rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) = -\nabla p + \mu \nabla^2 \mathbf{u} + \rho g \sin(\theta) -
Considering a steady flow (i.e. \frac{\partial \mathbf{u}}{\partial t} = 0):
\rho \left( \mathbf{u} \cdot \nabla \mathbf{u} \right) = -\nabla p + \mu \nabla^2 \mathbf{u} + 81.1 -
Conclusion: The effect of gravity on the flow is represented by the term 81.1 \, \text{N/m}^3, which contributes to the gravitational force along the direction of the flow.
Commenti
Posta un commento