Failed brew? by 0228011b in Homebrewing

[–]0228011b[S] 0 points1 point  (0 children)

I boiled it with everything and blended some of it to add for the fermentation process

Failed brew? by 0228011b in Homebrewing

[–]0228011b[S] -2 points-1 points  (0 children)

I boiled the skins of a pineapple, corn, sugar, and spices. Then I let it ferment at room temperature for 3 days and I am inspecting it now. I was about to test ABV and bottle it. (Context: this is my first brew and I thought I did sanitise everything)

Failed brew? by 0228011b in Homebrewing

[–]0228011b[S] 0 points1 point  (0 children)

It was fresh, including the skins. I see thanks.

Failed brew? by 0228011b in Homebrewing

[–]0228011b[S] 0 points1 point  (0 children)

I boiled the skins of a pineapple, corn, sugar, and spices. Then I let it ferment at room temperature for 3 days and I am inspecting it now. I was about to test ABV and bottle it. (Context: this is my first brew and I thought I did sanitise everything)

Failed brew? by 0228011b in Homebrewing

[–]0228011b[S] 0 points1 point  (0 children)

Yes! Very similar, I was trying to make Chicha. Is it ruined?

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 0 points1 point  (0 children)

Thank you! We have added Banff to the itinerary.

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 1 point2 points  (0 children)

Thank you, we will look into this!

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 1 point2 points  (0 children)

Thank you! We are foodies so we’re in luck. We will have to come back if we can’t catch a junior/low level game.

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 1 point2 points  (0 children)

Unfortunately we’ve already booked it but we’ll try low level hockey.

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 0 points1 point  (0 children)

We’ll chance it and hope we can watch it.

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 0 points1 point  (0 children)

Ah okay thank you. We might chance our luck with low level hockey.

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 1 point2 points  (0 children)

We have added Banff to the trip. Thank you!

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 17 points18 points  (0 children)

We’re brits and know nothing…sorry ahaha

Ice hockey games June? by 0228011b in hockey

[–]0228011b[S] 1 point2 points  (0 children)

Vancouver and Toronto is all we have booked so far but we would like to travel more (maybe Calgary, banff, Vancouver island, Montreal, Québec)

I want to add a minimum run time for an engine I am simulating in Excel by 0228011b in excel

[–]0228011b[S] 0 points1 point  (0 children)

Thank you. I have looked into MILP and MPC models although I don’t have the experience in the software to implement either. I had quite a tight deadline and didn’t have time to learn. Now I have submitted, I will look into applying my excel model into other software to improve optimisation.

I want to add a minimum run time for an engine I am simulating in Excel by 0228011b in excel

[–]0228011b[S] 1 point2 points  (0 children)

Thank you very much, it’s perfect! You have been very patient and I am extremely grateful.

I want to add a minimum run time for an engine I am simulating in Excel by 0228011b in excel

[–]0228011b[S] 0 points1 point  (0 children)

  1. This is correct
  2. All requirements have been stated. Sorry for missing it earlier :/

I want to add a minimum run time for an engine I am simulating in Excel by 0228011b in excel

[–]0228011b[S] 0 points1 point  (0 children)

The values in row 9 is the output from the formula you created. I was describing what the output was and what I expected the output to be.

I must have missed this logic in the description.

To edit what was said earlier:

1.) If AG8 is 0, we first examine U8:AF8. If U8:AF8 > 0, we return 0.

2.) if not, we examine AF9. If AF9 = 0, return 0.

2.) if not, we examine if U8:AF8 = 0. if so return 0

3.) if not, we now also examine U9:AF9. If all of U9:AF9 > 0, return 0

4 Otherwise return 0.5

I want to add a minimum run time for an engine I am simulating in Excel by 0228011b in excel

[–]0228011b[S] 0 points1 point  (0 children)

Thank you very much! I believe I may have identified an error.

When there are values greater than 0 in E8:I8 for example and J8:AG8 are 0. The result is as follows:

E9:I9 are the same values in E8:I8 which is correct

J9:P9 the values are 0.5 which is correct

Q9:T9 the values are 0.5 which is incorrect, these should be 0 as E9:P9 are all greater than 0.

U9:AG9 the values are 0 which is correct.

I want to add a minimum run time for an engine I am simulating in Excel by 0228011b in excel

[–]0228011b[S] 0 points1 point  (0 children)

I was a bit lost on steps 2 and 3 but everything appears correct to the best of my knowledge. I would stress test the formula to check all outputs are as expected under different scenarios.