Bodhizafa Beer Recipe | All Grain American IPA by Rosann | Brewer's Friend (2024)

Brew your best beer EVER. Save 10% on Brewer's Friend Premium today. Use code TAKE10.Sign Up×

Bodhizafa Beer Recipe | All Grain American IPA by Rosann | Brewer's Friend (3)

Rosann

Beer Stats

Method:All Grain
Style:American IPA
Boil Time:90 min
Batch Size: 5.5 gallons (fermentor volume)
Pre Boil Size:7 gallons
Pre Boil Gravity:1.051(recipe based estimate)
Post Boil Gravity:1.065 (recipe based estimate)
Efficiency: 70% (brew house)
Source:Rosann Fitzpatrick

Calories:213 calories (Per 12oz)
Carbs:18.2 g (Per 12oz)

Created: Wednesday July 3rd 2024

Similar Recipes

Jason's Tropical IPA - All-Grain

by RockyMtnGT

OG: 1.066FG: 1.016ABV: 6.6%IBU: 67

DDH Zero IBU NEIPA

by HoppySnob

OG: 1.077FG: 1.020ABV: 7.6%IBU: 59

1.065

1.011

7.0%

63.9

6.0

5.7

n/a

Want no ads? Go Premium and unlock all our brewing tools!

Fermentables

AmountFermentableCostPPG°LBill %
11.50 lbAmerican - Pilsner371.882.1%
2 lbMunich - Light 10L331014.3%
0.50 lbFlaked Oats332.23.6%
14 lbs / $0.00

Hops

Amount Variety Cost Type AA Use Time IBU Bill %
1 oz Columbus Pellet 15 Boil 90 min 55.05 12.5%
1 oz Chinook Pellet 13 Boil 5 min 8.89 12.5%
1 oz Mosaic Pellet 12.5 Boil 0 min 12.5%
1 oz Citra Pellet 11 Boil 0 min 12.5%
1 oz Citra Pellet 11 Dry Hop (High Krausen) 7 days 12.5%
1.50 oz Mosaic Pellet 12.5 Dry Hop 0 days 18.8%
1.50 oz Citra Pellet 11 Dry Hop 0 days 18.8%
8 oz / $0.00

Mash Guidelines

AmountDescriptionTypeStart TempTarget TempTime
7.7 galStrike160 °F152 °F60 min
Starting Mash Thickness:2.2qt/lb
Starting Grain Temp:65°F

Yeast

Fermentis - Safale - American Ale Yeast US-05

Amount:

1Each

Cost:

Attenuation (avg):

81%

Flocculation:

Medium

Optimum Temp:

54 - 77 °F

Starter:

No

Fermentation Temp:

-

Pitch Rate:

0.35(M cells / ml / ° P)116 B cells required
$0.00Yeast Pitch Rate and Starter Calculator

Priming

CO2 Level: 2.25 Volumes

Target Water Profile

Light colored and hoppy

Ca+2Mg+2Na+Cl-SO4-2HCO3-
75510501500
Mash Chemistry and Brewing Water Calculator

Last Updated and Sharing

46

Views

Brews

Bodhizafa Beer Recipe | All Grain American IPA by Rosann | Brewer's Friend (4)

  • Public: Yup, Shared
  • Last Updated: 2024-07-03 01:27 UTC

NEW Water Requirements:
Bodhizafa

Equipment Profile Used

System Default

Close

Print

Water Requirements:
Bodhizafa

Close

Print

' + frontendQWRResults['equipmentProfileName'] + '

';$('#new_waterrequirement_results').append(profileInfo) .append('

') .append('

');// add div placeholders for warnings and volume resultsvar modalWarnings = $('#waterrequirement_warnings');var modalVolumes = $('#waterrequirement_volumes');// add table column headers based on current display unitif ('us' == units) {modalVolumes.append('

WaterGallonsQuarts

');} else {modalVolumes.append('

WaterLiters

');}var volumeContent = '';var totalContent = '';var showDiscrepancyWarning = false;// fill in QWR volume content$('.ui.view_new_waterrequirement_dialog.modal .ui.form').removeClass('loading');Object.keys(frontendQWRResults).forEach(function (volume) {var contentJSON = frontendQWRResults[volume];if ('warning' == contentJSON.messageType && contentJSON.message && contentJSON.message.length > 0) {modalWarnings.append('

' + contentJSON.message + '

');return;}if ('total' == volume) {totalContent = '

';if ('us' == units) {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON), 2) + '';} else {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '';}totalContent += '

';return;}if ('equipmentProfileName' == volume) {return;}var estimationMessage = '';if (isNumber(contentJSON.estimatedVolume)) {var volumeDiscrepancy = rounddecimal((contentJSON.estimatedVolume - contentJSON.volume), 2);if (volumeDiscrepancy > 0.01 || volumeDiscrepancy < -0.01) {var estimatedValue = '';if ('us' == units) {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " gal | " + rounddecimal(gallonsToQuarts(contentJSON.estimatedVolume), 2) + " qt";} else {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " L";}estimationMessage = '';showDiscrepancyWarning = true;}}if ('us' == units) {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON.volume), 2) + '

';} else {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '

';}});if (showDiscrepancyWarning) {modalWarnings.prepend('

NOTE: There appears to be at least one volume discrepancy between our estimations and your volumes. Check tooltip(s) below for details.

');}modalVolumes.append('

' + volumeContent + '

').append(totalContent);$('#new_waterrequirement_results').append('Brewer\'s Friend generated the above breakdown of water usage for the recipe. This is a combination of the recipe and the selected

equipment profile

. Volumes listed are calibrated to 68 °F / 20 °C.');$('#new_waterrequirement_results').fadeIn();$('#new_waterrequirement_results .exclamation').popup();}function loadWaterRequirementDialog() {$('.ui.view_waterrequirement_dialog.modal .ui.form').addClass('loading');$('#waterrequirement_results').hide();$('#waterrequirement_results').html("");// get the queryvar query = (typeof getQWRQuery != 'undefined') ? getQWRQuery() : '';// persist the change to the system$.ajax({url: "https://www.brewersfriend.com/homebrew/quick/waterrequirements/" + recipeIdForDialog+'?'+query,type: "GET",cache: false,timeout: 20000,success:function(data) {$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html(data);$('#waterrequirement_results').fadeIn();},error:function(request, status, error) {alert("There was an error loading the water requirements. Please make sure you are connected to the internet and try again.");$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html("Unable to get water requirements.");$('#waterrequirement_results').fadeIn();}});}

Recipe Cost $ (USD)

Recipe costs can be adjusted by changing the batch size. They won't be saved but will give you an idea of costs if your final yield was different.

Gallons

Cost $ Cost %
Fermentables $
Steeping Grains
(Extract Only)
$
Hops $
Yeast $
Other $
Cost Per Barrel $ 0.00
Cost Per Pint $ 0.00
Total Cost $ 0.00

Ok

Discussion about this recipe:

You must be logged in to add comments.

If you do not yet have an account, you may register here.


Back To Top

Bodhizafa Beer Recipe | All Grain American IPA by Rosann | Brewer's Friend (2024)

References

Top Articles
Latest Posts
Article information

Author: Carmelo Roob

Last Updated:

Views: 6432

Rating: 4.4 / 5 (65 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.