Hello!
I am currently developing a simulation of the solar system and I wanted it to be realistic taking into account my current capabilities. At least gravity I want to be simulated accurately.
Everything needs to be scaled down (distances, masses).
The scaling factor I am using for distance is 1 unit = 100000 (km).
And the mass scaling factor is 1 = 1,00e+25.
With this said, I am having difficulty figuring out how to scale the gravitational constant for Newtonian gravitation law.
Its value is: 6.674e-11 (s^3 * kg^-1 * s^-2)
Considering my scaling factors how would I calculate the correct value for the gravitational constant for my simulation?
Hopefully, the question is clear, For any clarification just ask and I will try to explain as best as possible.
Thanks in advance!