devongulley1602 / nbody

MIT License
0 stars 0 forks source link

Creation of sample system #3

Open devongulley1602 opened 1 year ago

devongulley1602 commented 1 year ago

Systems can be created, although their evolution and reliability has yet to be tested. Body placement is determined using Markov chain Monte-Carlo sampling for the approximate radial mass distribution, and uniform azimuthal and polar angular distribution. The velocity of each body is initially set to uniform circular motion with the z-axis as the axis of rotation. Finished the conversion from spherical to Cartesian coordinates in the driver following the initial setup of the system. Currently analysing for performance issues and logic problems