interesting... that's the kind of conclusions I was interested to observe in the simulation... but if the numbers are that big I guess it would take around 6.49x10104 seconds per time step to simulate, which is a bit too big... I'd probably have to simplify the model and update my physics' facts...
That depends on the number of particles that are initially crammed together, no? If there's enough, the ones in the middle will get enough velocity to enter fusion, and the whole of the "star" will hold together because of the gravitationnal force ? that's what I think, anyway, though I don't...
Hi! I am currently interested in working on a simulator that emulates the creation of a star in c++. Basically, I'm thinking of generating a large number of particles (protons) fairly close to each other and apply gravitational and electro-magnetic force to them, and then see what happens. It...