How large would it be for a 9x9 fission reactor? Iโve googled this a ton and even tried to ask people on discord and gotten no answers. Is there some kind of PDF that shows this or something?
The wiki tells me that one could just use the command formula at the bottom to calculate flow rate. The author tells us to just "perform the commands". So first, how do I "perform" these commands ? Is it lua or javascript or something ? Or is it just pseudo code ?
Secondly, looking at certain values, it's hard to tell what those are. For example : "How much steam is inside" for TURBINE_STORED_AMOUNT. What does that mean ? I didn't even finish building the damn thing. Or is the flow rate ever changing or something ? What are "getMaxEnergy()" and "getEnergy()" ??? The only description accompanying this is " You will receive a nobel prize if you understand this!", bruh I just wanted a power armor ffs, but I want to do things clean. Also the example for "structure.lowerVolume" seems to have errors in it, as it says that for a 8*8 base you should calculate a "7*7*ROTOR_HEIGHT" volume, while the volume I obtain in the turbine's user interface would correspond to the full length (so for length / width of 8, 8*8*ROTOR_HEIGHT). How does this work ?