River Currants Beer Recipe | All Grain English IPA | Brewer's Friend (2024)

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

xander10

Beer Stats

Method:All Grain
Style:English IPA
Boil Time:60 min
Batch Size: 10 liters (ending kettle volume)
Pre Boil Size:12 liters
Pre Boil Gravity:1.050(recipe based estimate)
Efficiency: 70% (ending kettle)
Source:Alex S

No Chill:10 minute extended hop boil time
Calories:188 calories (Per 330ml)
Carbs:19.2 g (Per 330ml)

Created: Monday June 10th 2024

1.061

1.015

70.8

11.4

5.4

n/a

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

Fermentables

AmountFermentableCostPPG°LBill %
2.20 kgCrisp Malting - No.19 Floor Malt Maris Otter37378.6%
0.20 kgSimpsons - Crystal Medium3365.017.1%
0.10 kgCrisp Malting - Wheat Malt37.2623.6%
0.30 kgCrisp Malting - Rye Malt39.811.810.7%
2.80 kg / $0.00

Hops

Amount Variety Cost Type AA Use Time IBU Bill %
10 g Target Pellet 11.5 Boil 60 min 30.02 10%
10 g Barth-Haas - Endeavour Pellet 9 Boil 5 min 11.29 10%
10 g Charles Faram - Mystic Pellet 5 Boil 5 min 6.27 10%
10 g Charles Faram - Jester Pellet 8 Boil 5 min 10.03 10%
20 g Barth-Haas - Endeavour Pellet 9 Whirlpool at 80 °C 10 min 5.4 20%
20 g Charles Faram - Mystic Pellet 5 Whirlpool at 80 °C 10 min 3 20%
20 g Charles Faram - Jester Pellet 8 Whirlpool at 80 °C 10 min 4.8 20%
100 g / $0.00

Other Ingredients

AmountNameCostTypeUseTime
5 gLactic acid Water AgtMash--

Yeast

Fermentis - Safale - English Ale Yeast S-04

Amount:

1Each

Cost:

Attenuation (avg):

75%

Flocculation:

High

Optimum Temp:

12 - 25 °C

Starter:

No

Fermentation Temp:

-

Pitch Rate:

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

Priming

Method: sucroseAmount: 53.5 gTemp: 20 °CCO2 Level: 2.2 Volumes

Target Water Profile

London (Gunnersbury), UK 2022

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

Last Updated and Sharing

22

Views

Brews

River Currants Beer Recipe | All Grain English IPA | Brewer's Friend (4)

  • Public: Yup, Shared
  • Last Updated: 2024-06-10 15:29 UTC

NEW Water Requirements:
River Currants

Equipment Profile Used

System Default

Close

Print

Water Requirements:
River Currants

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

River Currants Beer Recipe | All Grain English IPA | Brewer's Friend (2024)

References

Top Articles
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 6299

Rating: 4.3 / 5 (54 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.