For now i produce saplings in a tree farm feeding a fermenter, itself feeding a row of stills. I went from using charcoal to biomass to Ethanol as fuel. I find it quite fun to produce renewable energy this way. Each technological step is rewarding (efficiency and fun). So naturally i thought "What next?". And steam seems the way to go. However...
I'am using Tech world2. I updated Railcraft to 8.3 (8.2 fireboxes refused to accept ethanol) and MineFactoryReloaded to 2.7.8 (biofuel generator were accepting water as a valid fuel in 2.7.5).
Right now with one bucket of ethanol i can produce 50kMJ with compression dynamo and 80kMJ with biofuel generator.
I started to plot curves in MatLab with according to the wiki formulas until i found this thread. It seems the wiki isn't up to date.
I'am looking for the calculation for 1 bucket of ethanol (16kHeat according to NEI) on a already maxed heat boiler (I'm only caring about asymptotic efficiency).
If I'm getting this right, according to the Forecaster calculator i need at least:
-8 tanks (51k MJ per ethanol bucket) to match the efficiency of the compression dynamo (50k MJ/Ebt)
-27 tanks(63k MJ/Ebt) to match the buildcraft engine (60k MJ/Ebt)
however
-36 tanks (71k MJ/Ebt) is still overpowered by the MFR biofuel generator (80k MJ/Ebt)
My own calculation seems quite wrong. Here is what i used in my wrong plot:
n=1:36;
usage=n.*(6.4-x*0.08)/16; (HU usage per tick)
steam = 10*n; (steam produced per tick)
MJ=8000* steam./(usage*5); (MJ per Ethanol bucket)
Forecaster, would you mind sharing your formulas?
At first i thought Boilers were not enough efficient when comparing to what i was actually planing to use. But as I'm writing, I start to realize that Biofuel generator are quite unbalanced.
I don't mind ditching them so my next goal should be to acquire a 36 tanks boiler in order to replace my compression dynamo tower instead.