Electricity: Difference between revisions

GT power loss was changed and not fixed here for the most part
(correct machine innate output loss)
(GT power loss was changed and not fixed here for the most part)
Line 242:
|-
!LV
| 32 || 1 || 3.1250303 || 3433
|-
!MV
| 128 || 2 || 1.56255384 || 132130
|-
!HV
| 512 || 4 || 0.78125 77519|| 520516
|-
!EV
| 2048 || 8 || 0.39062538911 || 20642056
|-
!IV
| 8192 || 16 || 0.195312519493 || 82248208
|-
!LuV
| 32768 || 32 || 0.09765625097561 || 3283232800
|-
!ZPMV
| 131072 || 64 || 0.048828125048804 || 131200131136
|-
!UV
| 524288 || 128 || 0.0244140625024408 || 524544524416
|}
 
Line 275:
<!--T:113-->
Let's first define our terms, a segment is the length of a Battery plus a number of sequential Cables.
The efficiency of such a segment will be <math>\frac{8\times4^T-(D-1)\times L}{8\times4^T+2^{T-1}}</math>.
T is the tier (ULVLV is tier 01, LVMV is tier 12, and so on).
L is the loss of the cable in voltage/meter/ampere.
D is the distance of the segment, so the length of the Cables plus the battery.
 
<!--T:114-->
But this is no good since we want to figure out the optimal length when there is an element of exponential decline that we haven't accounted for. We do this by making an expression of how much efficiency we get in each single block if there was a uniform exponential decline over the whole segment. This turns out to be <math>\left(\frac{8\times4^T-(D-1)\times L}{8\times4^T+2^{T-1}}\right)^\frac{1}{D}</math>.
 
<!--T:115-->
Line 287:
 
<!--T:116-->
Step 1: go to http://www.wolframalpha.com/ because we are lazy. Step 2: Enter "(d/dD) ((8 * 4^T - (D - 1)L) / (8 * 4^T + 2^(T - 1)))^(1 / D) = 0, T=<Insert tier here>, L=<Insert Cable loss here>". It will solve the problem numerically for each separate case. So if you want to know the optimal length of Annealed Copper Cable between your MV Batteries, you enter T=2, L=1 and it will give you the optimal length of each segment (This includes the battery!). In the case of Annealed Copper Cable this turns out to be about 2414.17876, so 2324 cables between each battery is optimal. For more information on other cables, see the table above. Remember to change the forumla to "(d/dD) ((8 * 4^T - (D - 1)L) / (8 * 4^T + 2^T))^(1 / D) = 0"
 
== Transformers ==
142

edits