Viscosity Model Simulator: Power-Law & Herschel-Bulkley Flow Curves

simulator intermediate ~10 min
Loading simulation...
η = 0.56 Pa·s — shear-thinning at γ̇ = 100 /s

With K = 5, n = 0.5, and γ̇ = 100/s, the Herschel-Bulkley model predicts an apparent viscosity of 0.56 Pa·s — dramatically lower than the low-shear value, illustrating classic shear-thinning behavior.

Formula

τ = τ₀ + K × γ̇ⁿ (Herschel-Bulkley)
η_app = K × γ̇^(n−1) + τ₀ / γ̇
η_ratio = (K × 1^(n−1) + τ₀) / (K × 1000^(n−1) + τ₀/1000)

Beyond Newtonian Flow

Isaac Newton assumed that the ratio of shear stress to shear rate — viscosity — is a fixed material constant. While this holds beautifully for water, air, and simple oils, the vast majority of real-world fluids violate this assumption. Polymer solutions uncoil and align under shear, blood cells deform and aggregate, and particle suspensions rearrange their microstructure. The result is a viscosity that depends on how fast you shear the material, demanding more sophisticated constitutive models.

The Power-Law Framework

The simplest non-Newtonian model is the Ostwald-de Waele power law: τ = K × γ̇ⁿ. The consistency index K sets the overall viscosity scale, while the power-law exponent n determines the character of the response. For n < 1 (shear-thinning), viscosity drops with increasing shear rate — think of paint that flows smoothly under a brush but stays put on a wall. For n > 1 (shear-thickening), viscosity rises, as seen in concentrated cornstarch suspensions that seize up under impact.

Adding Yield Stress

Many structured fluids — toothpaste, concrete, drilling mud — behave as solids at rest and only begin to flow once a critical stress threshold is exceeded. The Herschel-Bulkley model captures this by adding a yield stress τ₀ to the power-law: τ = τ₀ + K × γ̇ⁿ. Below τ₀ the material remains unyielded, forming a plug region in pipe flow. This simulation visualizes both the flow curve and the yielded/unyielded zones as you adjust parameters.

Industrial Relevance

Viscosity modeling drives process design across industries. In polymer extrusion, shear-thinning behavior enables high throughput at manageable pressures. In food processing, yield stress keeps salad dressing suspended on lettuce but allows it to pour from the bottle. In oil drilling, the Herschel-Bulkley model predicts whether drilling mud can suspend cuttings at rest yet flow freely during circulation. Accurate rheological characterization saves energy, reduces waste, and ensures product quality.

FAQ

What is a non-Newtonian fluid?

A non-Newtonian fluid has a viscosity that changes with the applied shear rate. Unlike water or oil (Newtonian), materials like ketchup, paint, and blood become thinner or thicker when stirred. The power-law model η = K × γ̇^(n−1) captures this with an exponent n that differs from unity.

What does the power-law exponent n mean?

When n < 1 the fluid is shear-thinning (pseudoplastic) — viscosity decreases with increasing shear rate. When n > 1 it is shear-thickening (dilatant). At n = 1 the model reduces to a Newtonian fluid with constant viscosity equal to K.

What is the Herschel-Bulkley model?

The Herschel-Bulkley model extends the power-law by adding a yield stress τ₀: τ = τ₀ + K × γ̇ⁿ. Below the yield stress the material behaves as a solid. It unifies Bingham plastic (n=1) and power-law (τ₀=0) models and is widely used for drilling fluids, food products, and cosmetics.

How is viscosity measured in practice?

Rotational rheometers apply controlled shear rates (or stresses) and measure the resulting torque (or deformation). Cone-plate and parallel-plate geometries provide well-defined shear fields. Capillary rheometers push fluid through a tube at controlled flow rates to determine viscosity at high shear rates typical of processing.

Sources

Embed

<iframe src="https://homo-deus.com/lab/rheology/viscosity-models/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub