ScicraftLearn / Minelabs

A mod to add physics and chemistry to your life (and Minecraft)
14 stars 8 forks source link

Set limit to capacity in bohr blueprint #546

Closed JoeyDP closed 1 year ago

JoeyDP commented 1 year ago

What should the limit be @IneMEGAmaxi ?

IneMEGAmaxi commented 1 year ago

https://en.wikipedia.org/wiki/Oganesson 176 neutrons is max

however, we will probably not implement this element...

JoeyDP commented 1 year ago

Perhaps we can also look at a maximum number of protons/neutrons and electrons we will render. If we continue with the orbits, what would a logical cutoff point be then?

IneMEGAmaxi commented 1 year ago

looking at the largest non-synthetic element (Pu) we get: 94 protons, 150 neutrons however from the rendering point of view, closed shells are more interesting, this would be the largest noble gas: Og (118 protons 176 neutrons)

JoeyDP commented 1 year ago

The respective max values per shell would be as follows then right? 2, 8, 18, 32, 32, 18, 8

IneMEGAmaxi commented 1 year ago

Im honestly not that familiar with the shell model anymore.. the rows in the periodic table indicate: 2, 8, 8, 18, 18, 32, 32

JoeyDP commented 1 year ago

I just copied this: https://en.wikipedia.org/wiki/Electron_shell#List_of_elements_with_electrons_per_shell

Seems good to limit it to 7 shells and filling them according to this table (no idea if this is already the case) and setting the limit to 118 like you propose.