Stovetop full volume BIAB method plus calculator

Discuss all things BIAB (Brew In A Bag)
User avatar
derek
Award Winner 1
Award Winner 1
Posts: 1296
Joined: Wed Oct 06, 2010 1:01 pm
Location: Musquodoboit Harbour, NS

Re: Stovetop full volume BIAB method plus calculator

Post by derek » Wed Mar 14, 2012 2:55 pm

jeffsmith wrote:My only issue with tools like RAP, and it's because of the consulting work I do on a daily basis, is that "machine" generated code isn't always accessible (to keyboard users, people using assistive technology, etc.) and is often much more convoluted than it needs to be
Now, I'd argue the opposite (not specifically about RAP, which I don't know, but 'machine generated code' in general). One reason I'm doing so much work in Plone these days is that what I produce comes out "accessible" (to US gov. standards), except where I personally do something to break that, and multilingual (where, in my case, all languages are English :-))
Currently on tap: Nothing!
In keg: Still nothing.
In Primary: Doggone American Rye Pale Ale

User avatar
jeffsmith
Verified User
Verified User
Posts: 4922
Joined: Tue Apr 26, 2011 4:18 pm
Name: Jeff Smith
Location: Amherst, NS
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by jeffsmith » Wed Mar 14, 2012 3:08 pm

derek wrote:
jeffsmith wrote:My only issue with tools like RAP, and it's because of the consulting work I do on a daily basis, is that "machine" generated code isn't always accessible (to keyboard users, people using assistive technology, etc.) and is often much more convoluted than it needs to be
Now, I'd argue the opposite (not specifically about RAP, which I don't know, but 'machine generated code' in general). One reason I'm doing so much work in Plone these days is that what I produce comes out "accessible" (to US gov. standards), except where I personally do something to break that, and multilingual (where, in my case, all languages are English :-))
The difference there though is that RAP is actually generating the front end based on the back end data models and code. Plone is a content management system, in the end, the developer is controlling the front end output via templates.

And accessible to US government standards and what works for those with disabilities are often two different beasts as I've seen far too many times via user testing. But that's a whole different kettle of worms. :)

User avatar
derek
Award Winner 1
Award Winner 1
Posts: 1296
Joined: Wed Oct 06, 2010 1:01 pm
Location: Musquodoboit Harbour, NS

Re: Stovetop full volume BIAB method plus calculator

Post by derek » Wed Mar 14, 2012 4:21 pm

jeffsmith wrote: And accessible to US government standards and what works for those with disabilities are often two different beasts as I've seen far too many times via user testing. But that's a whole different kettle of worms. :)
Oh, I know that - but "accessible to US government standards" will have to be good enough for most cases, because small business is not going to spend the money to go above and beyond, when, for the most part, they don't even have to meet _those_ standards.
Currently on tap: Nothing!
In keg: Still nothing.
In Primary: Doggone American Rye Pale Ale

User avatar
sleepyjamie
Award Winner 5
Award Winner 5
Posts: 2482
Joined: Sun Jun 12, 2011 7:05 pm
Name: jamie
Location: Calgary

Re: Stovetop full volume BIAB method plus calculator

Post by sleepyjamie » Wed Mar 14, 2012 5:38 pm

RAP is uses the Rich Window Toolkit (RWT) to render JFace/SWT components (written in Java) into AJAX. Essentially it brings your thick client code to a thin client environment, without having to write any thin-client code. This is great for business, scientific, engineering and military based apps. It's not all that great if you want full control over how the front end is rendered, such as in cases where you need to control pixel-by-pixel on how the UI looks, feels, and interacts with the user. Of course like jeff said there are limitations, but you have to weigh out the pros/cons depending on what your customer requirements are. There is branding you can apply to RAP applications (which is essentially theming) but it isn't nearly as flexible as developing a web application purely from basic HTML/Javascript/Jquery.

In my case, our customers want benefits of thick client applications but don't want to have the nightmare of deployment issues across hundreds of nodes. They also don't want to add any additional training to their costs, so a desktop application that looks and feels like your traditional windows application, but runs in a browser is good enough.

I certainly wouldn't use RAP for all projects. It has a time and a place, and it works well when you have an existing team of developers who are familiar with thick client development.

RAP also supports plugging in your own Javascript/HTML as well so you can extend it to add additional features that are not available from RWT.
On Tap:
Falconers Galaxy IPA
Simcoe SMaSH
Topaz SMaSH
Cranberry Rye Saison
Monde Souterrain (Dark Saison)

User avatar
bluenose
Verified User
Verified User
Posts: 1984
Joined: Tue Dec 20, 2011 8:49 pm
Location: New Glasgow

Re: Stovetop full volume BIAB method plus calculator

Post by bluenose » Thu Mar 15, 2012 12:55 am

I like beer!

As for non-flat walled pots, you could average the smallest and largest circumferences :spilly:
This is my signature. There are many like it, but this one is mine.

User avatar
papercrane
Verified User
Verified User
Posts: 76
Joined: Tue Jun 14, 2011 12:53 pm
Name: Jordan
Location: Spryfield

Re: Stovetop full volume BIAB method plus calculator

Post by papercrane » Thu Mar 15, 2012 10:32 am

I probably shouldn't be surprised that this hobby attracts so many programmers....

Back to the code, should the thermal coefficient be different if you're using Fahrenheit? "How To Brew" says it should be 0.2 if you're using all imperial units and 0.41 for all metric. Not sure what it should be if you us metric volumes and mass and imperial temperature.

User avatar
RubberToe
Award Winner 13
Award Winner 13
Posts: 3743
Joined: Mon Mar 14, 2011 9:47 am
Name: Rob
Location: Dartmouth
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by RubberToe » Thu Mar 15, 2012 12:43 pm

papercrane wrote:I probably shouldn't be surprised that this hobby attracts so many programmers....

Back to the code, should the thermal coefficient be different if you're using Fahrenheit? "How To Brew" says it should be 0.2 if you're using all imperial units and 0.41 for all metric. Not sure what it should be if you us metric volumes and mass and imperial temperature.
That's a great question, and one I spent a while going through as well. I'm not sure if the wording if false or not but I used to have a case in the code to switch the coefficient between 0.2 and 0.4 when using F or C. The results for F using 0.2 were _always_ wrong. It doesn't make sense to change the coefficient based on the temp units to me... the temp is the temp no matter what unit you convert it to. You can test this yourself by running the script with both F and C values - you should get the same material answer as it is now. In the code there are cases for 3 different temp calculations; I went through each repeatedly with the differing coefficents.

I think it might have something to do with the mash thickness units, L/Kg vs qts/lb.
Electric Brewery Build
On tap at RubberToe's:
Sometimes on a Sunday Belgian Dubbel, Oaked Old Ale, Ordinary Bitter

User avatar
papercrane
Verified User
Verified User
Posts: 76
Joined: Tue Jun 14, 2011 12:53 pm
Name: Jordan
Location: Spryfield

Re: Stovetop full volume BIAB method plus calculator

Post by papercrane » Thu Mar 15, 2012 2:12 pm

Alright, I think I have this figured out. The 0.4 value is the specific heat capacity of malt, measured as (forgive me, I'm not normally this pedantic, but Wolfram Alpha insists..) thermochemical calories per gram degree Celsius difference, this makes it easy for water because the value is exactly 1 by definition and the formula excludes it from the calculations.

Now, when we convert this to thermochemical calories per gram degree Fahrenheit difference, the new value is 0.2 for malt and 0.5 for water (roughly), so our formula is screwed up, but it works out in the end because we assume a value of 1 for water.

Edit:
This article was really helpful for figuring out what was going on:
http://www.byo.com/stories/techniques/a ... -mash-heat" onclick="window.open(this.href);return false;

User avatar
RubberToe
Award Winner 13
Award Winner 13
Posts: 3743
Joined: Mon Mar 14, 2011 9:47 am
Name: Rob
Location: Dartmouth
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by RubberToe » Thu Mar 15, 2012 3:23 pm

If you look ad method 2 of the strike_calc() function it deals with the specific heat of water, grain (and therefore mash). I think that formula came from another byo article. I'm not convinced the formula is messed up as I proofed all 3 methods against each other in both F and C.

Your description of what the 0.4 constant is though makes sense (per gram degrees celcius). Thinking about this some more... "per gram". Since we're dealing in metric here it's making sense now. Is the 0.2 value a "per gram" or "per ounce" kind of thing I wonder.
Electric Brewery Build
On tap at RubberToe's:
Sometimes on a Sunday Belgian Dubbel, Oaked Old Ale, Ordinary Bitter

User avatar
papercrane
Verified User
Verified User
Posts: 76
Joined: Tue Jun 14, 2011 12:53 pm
Name: Jordan
Location: Spryfield

Re: Stovetop full volume BIAB method plus calculator

Post by papercrane » Thu Mar 15, 2012 4:41 pm

I meant the equation is messed up in a very narrow way, it works out to the same value in the end because 0.4/1 == 0.222../0.5555..

I think when you're using all imperial units the 0.2 value is because the specific heat capacity of malt in BTU/(lb F) is, conveniently, 0.4 and a 1/2lb of water is roughly a quart. So I guess you can think of the specific heat capacity as 0.2 BTU per (quart of water degrees Fahrenheit difference.)

User avatar
Jimmy
Site Admin Award Winner
Site Admin Award Winner
Posts: 6984
Joined: Wed Sep 22, 2010 6:35 pm
Location: Halifax, NS

Re: Stovetop full volume BIAB method plus calculator

Post by Jimmy » Tue Oct 23, 2012 6:52 pm

Did you guys ever do anything with this?

User avatar
RubberToe
Award Winner 13
Award Winner 13
Posts: 3743
Joined: Mon Mar 14, 2011 9:47 am
Name: Rob
Location: Dartmouth
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by RubberToe » Tue Oct 23, 2012 7:12 pm

I mostly ported it to javascript but didn't finish it. I still use the original one every brew so maybe I should finish the job. My webserver's back up too so I guess I have no excuse.
Electric Brewery Build
On tap at RubberToe's:
Sometimes on a Sunday Belgian Dubbel, Oaked Old Ale, Ordinary Bitter

User avatar
sleepyjamie
Award Winner 5
Award Winner 5
Posts: 2482
Joined: Sun Jun 12, 2011 7:05 pm
Name: jamie
Location: Calgary

Re: Stovetop full volume BIAB method plus calculator

Post by sleepyjamie » Tue Oct 23, 2012 7:33 pm

i've been fooling around with developing on android. maybe i can port the source code over to android if anyone is interested.
On Tap:
Falconers Galaxy IPA
Simcoe SMaSH
Topaz SMaSH
Cranberry Rye Saison
Monde Souterrain (Dark Saison)

User avatar
derek
Award Winner 1
Award Winner 1
Posts: 1296
Joined: Wed Oct 06, 2010 1:01 pm
Location: Musquodoboit Harbour, NS

Re: Stovetop full volume BIAB method plus calculator

Post by derek » Tue Oct 23, 2012 8:41 pm

sleepyjamie wrote:i've been fooling around with developing on android. maybe i can port the source code over to android if anyone is interested.
Definitely. I know I'll never get around to it myself...
Currently on tap: Nothing!
In keg: Still nothing.
In Primary: Doggone American Rye Pale Ale

User avatar
pet lion
Verified User
Verified User
Posts: 751
Joined: Sun Jul 10, 2011 4:42 pm
Name: Peter
Location: Halifax peninsula

Re: Stovetop full volume BIAB method plus calculator

Post by pet lion » Sat Jan 12, 2013 8:44 pm

I'm trying to figure out doing thick mash all grain for my set up. I mash in a 11.4 L cooler. I figure I can do this if I use a 1.25 L/kg mash thickness. Should I have any concerns about this thick a mash? Any other tips on doing this thick a mash?

My plan is to do a 14 L imperial stout (I have some 19 L carboys) and then try a full 23 L pale ale using this method.
https://www.facebook.com/tidehousebrewingcompany" onclick="window.open(this.href);return false;

User avatar
RubberToe
Award Winner 13
Award Winner 13
Posts: 3743
Joined: Mon Mar 14, 2011 9:47 am
Name: Rob
Location: Dartmouth
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by RubberToe » Sat Jan 12, 2013 8:48 pm

what's your grain bill? Total weight.. are you using any sugar or only if you need to?

Sent from the brew timer.
Electric Brewery Build
On tap at RubberToe's:
Sometimes on a Sunday Belgian Dubbel, Oaked Old Ale, Ordinary Bitter

User avatar
pet lion
Verified User
Verified User
Posts: 751
Joined: Sun Jul 10, 2011 4:42 pm
Name: Peter
Location: Halifax peninsula

Re: Stovetop full volume BIAB method plus calculator

Post by pet lion » Sat Jan 12, 2013 8:52 pm

I am aiming to do this with no sugar additions. For the imperial stout my grain bill is sitting at 5.5 kg. Plugging in a 1.25 mash thickness in BrewTarget it says I could get an 8.4 ABV beer. I expect my efficiency will be less than it is currently dialed in for though.
https://www.facebook.com/tidehousebrewingcompany" onclick="window.open(this.href);return false;

User avatar
RubberToe
Award Winner 13
Award Winner 13
Posts: 3743
Joined: Mon Mar 14, 2011 9:47 am
Name: Rob
Location: Dartmouth
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by RubberToe » Sat Jan 12, 2013 8:57 pm

With that grain bill for a 19l batch I used to get 55% eff. I'll run the numbers in a bit, will let ya know what I come up with.

Sent from the brew timer.
Electric Brewery Build
On tap at RubberToe's:
Sometimes on a Sunday Belgian Dubbel, Oaked Old Ale, Ordinary Bitter

User avatar
pet lion
Verified User
Verified User
Posts: 751
Joined: Sun Jul 10, 2011 4:42 pm
Name: Peter
Location: Halifax peninsula

Re: Stovetop full volume BIAB method plus calculator

Post by pet lion » Sat Jan 12, 2013 9:09 pm

Doing a 14 L batch if you didn't catch that.
https://www.facebook.com/tidehousebrewingcompany" onclick="window.open(this.href);return false;

User avatar
RubberToe
Award Winner 13
Award Winner 13
Posts: 3743
Joined: Mon Mar 14, 2011 9:47 am
Name: Rob
Location: Dartmouth
Contact:

Re: Stovetop full volume BIAB method plus calculator

Post by RubberToe » Sat Jan 12, 2013 10:13 pm

Wait a minute... a cooler. You're going to sparge, right? This is slightly different... do you have Beersmith? I'd do this as you normally would but calculate your recipe with lower efficiency in mind.

For what it's worth:
./brew_calc.py --target_temp=66 --grain_temp=18 --grain_mass=5.5 -t C --total_vol=11

The max strike water you can use for 11.00 L with 5.500 Kg of grain: 7.315 L at 1.330 L/Kg
The strike water should be heated to 80.44 C for a target temperature of 66.0
Electric Brewery Build
On tap at RubberToe's:
Sometimes on a Sunday Belgian Dubbel, Oaked Old Ale, Ordinary Bitter

User avatar
pet lion
Verified User
Verified User
Posts: 751
Joined: Sun Jul 10, 2011 4:42 pm
Name: Peter
Location: Halifax peninsula

Re: Stovetop full volume BIAB method plus calculator

Post by pet lion » Sat Jan 12, 2013 10:23 pm

Yes I sparge. Thanks for the info.
https://www.facebook.com/tidehousebrewingcompany" onclick="window.open(this.href);return false;

User avatar
pet lion
Verified User
Verified User
Posts: 751
Joined: Sun Jul 10, 2011 4:42 pm
Name: Peter
Location: Halifax peninsula

Re: Stovetop full volume BIAB method plus calculator

Post by pet lion » Sat Jan 12, 2013 10:25 pm

Those numbers are near what BrewTarget calculated. Haven't tried out Beersmith yet.
https://www.facebook.com/tidehousebrewingcompany" onclick="window.open(this.href);return false;

User avatar
pet lion
Verified User
Verified User
Posts: 751
Joined: Sun Jul 10, 2011 4:42 pm
Name: Peter
Location: Halifax peninsula

Re: Stovetop full volume BIAB method plus calculator

Post by pet lion » Mon Feb 04, 2013 8:24 pm

So I've taken my first stab at this. I knew I wouldn't have room for the sparge in my cooler so I tried in the brewing pot but still had to split the sparge in two. I didn't hit the calculated boil gravity but expected that to be off with the loss of efficiency.

If I want to keep doing this technique I'm going to have to get a larger mash cooler and a new bag from Jimmy.
https://www.facebook.com/tidehousebrewingcompany" onclick="window.open(this.href);return false;

Post Reply

Return to “BIAB Discussion”

Who is online

Users browsing this forum: No registered users and 11 guests