Categories

More Posts

Batch Sparging Theory

This post is intended to serve primarily as documentation for the Batch Sparging Calculator. If you’re looking to skip to the end of the page, head over that way instead.

One great thing about batch- or no-sparge brewing is that it’s fairly easy to predict lauter efficiency, and with good results. This is due to the fact that in batch sparging, the actual mechanics of the lauter tun – the way that wort flows through the grain bed – are neglected. Some of the wort is drained, and a set fraction is left behind in the tun. We begin with a few assumptions:

  • Conversion efficiency is 100%.
  • Conversion is complete before lautering begins.
  • No additional grain is added during lautering.
  • Each infusion is fully drained, less any deadspace.

The lauter efficiency is then a simple ratio of the two wort fractions:

E = V1/V0

Where E is the lauter efficiency, V1 is the volume run off to the kettle, and V0 is the total strike volume in the lauter tun. As a practical matter, efficiency is maximized when the tun is drained as completely as possible, and so the volume run off is equal to the infusion volume minus the volume absorbed by the grain and any deadspace that can’t be drained:

V1 = V0 – Va – Vd

There is one additional factor that must be considered, and that is the expansion of the wort due to dissolved sugars. When measuring the volume and gravity of the wort, the apparent extract will be less than the estimated efficiency. We can compensate by defining an expansion coefficient, C, which is the inverse of the wort specific gravity:

C = 1/SG

When it comes to analytically determining the expansion coefficient, however, we encounter a Catch-22: the efficiency determines how much extract is in solution, but the amount of sugar extracted also depends on efficiency. In practice, the calculator just takes a brute-force numerical approach of iterating the efficiency calculation three times, approximating the expansion coefficients. The full expression for lauter efficiency is therefore:

E = CV1/(V1 + Va + Vd)

For a no-sparge beer, this is all that is needed. When considering one or more sparges, however, we have to add the extract contributions from the additional infusions. The extract available for sparging is, by definition, whatever remains after draining the previous infusion(s). This is the complement of the lauter efficiency:

(Va + Vd)/(V1 + Va + Vd)

And so the overall efficiency contribution of the n-th sparge is:

En = Cn(Vn/(Vn + Va + Vd))*((Va + Vd)/(Vn-1 + Va + Vd))

Summing the individual extract efficiencies gives the overall lauter efficiency. Expanded to four terms (three sparges), which is about the most that would ever be reasonable, the expression becomes:

E = C1((V0 – Va – Vd)/V0) + C2((Va + Vd)/V0)(V2/(V2 + Va + Vd)) + C3((Va + Vd)/V0)((Va + Vd)/V2)(V3/(V3 + Va + Vd)) + C4((Va + Vd)/V0)((Va + Vd)/V2)((Va + Vd)/V3)(V4/(V4 + Va + Vd))

Which I realize looks ridiculous written out like that but is computationally really straightforward.

With that done, all that remains is to multiply the efficiency by the (apparent) total extract, and divide by volume to get gravity. If you look at the source code for the calculator you’ll see that everything else is just parsing input and prettying up the results for output.

By the way, this is nothing new; batch sparging analysis has previously been taken up by Ken Schwartz and Kai Troester, among others.

1 comment to Batch Sparging Theory

Leave a Reply to Batch Sparging Calculator « SeanTerrill.com Cancel reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

  

  

  


4 + 7 =