Hello guys,
i have created an Excel Spreadsheet to calculate how many energy can produce a windmill farm.
So here is the hypothesis :
- The tower is made of 8 stack of wind mills. far enought from each other to not interact with the nearby stacks.
- Each stack is a straight cable pointing to sky, and leaving at least 2 cables under the last wind mill with nothing on it.
-the first layer of each stack always start at the layer 128.
-top view of a stack
....
....
-Side view of a stack (for exemple a stack with 3 layers, it can be more or less, that's the point of the calculation ....)
....
....
....
and now here are the maths : for exemple a stack of 15 layers of windmills
explanations of how it works.
layer wind mill : this is the Y position of a layers of wind mill
wm above : the amount of windmills above the concerned layer in a max range of 4 block according to the behavior of the wind mill.
wm under : idem, but range max 2b and we must count the 2 cables at least if = 0.
obstruc : the amount of obstructions. 4 for the layers itself (the windmill isn't a obstruction for itself and i count the center cable). 5 obstruc for each layers above or under the concerned layers. and eventually the minimum of 2 blocks of cable under the stack.
energy (for ONE layer and for one day/night cycle) : 250*4*(layer-obtructions)
total : total of all the layers.
"for tower ub eu/s" typo fail here. i mean the total in eu/s for 8 stacks. so (total*8 )/24000
e.g. for a layers .
layer 125 as 3 layers of mills above (126,127,128 ) and 2 layers of mill under (125,124) so the amount of obstruction is : 5+5+5+4+5+5 = 29 obstructions.
energy outut for this layers is 4*250*(125-29) = 96keu for one day. (so 1eu/s for each mill (96k/(4*24000), still logical). (IT'S OVER NINE THOUSANNND)
Infine, this post has 2 purpose. checking the calculation and sharing the idea. so what do you think of this ?