When you want to perform any simulation three things are very important:
- A computer program which excutes an algorithm or mathematical law.
In this case that is Newtons law. In that case because we want to predict the positions of three objects this are 3 times 2 equations. One to calculate the speed and one to calculate the position.
There are many different ways to calculate these parameters. The most important issue is the number of previous positions involved.
- Observations. Observations are the positions of the objects considered in the past.
Using these observations the parameters of the equations are calculated. In this case the masses of the objects.
All observations are involved.
- Initial conditions. In summary, the position and velocity at the start of the simulation of each object. These two values have to be calculated as a function of all observations.
This strategy is also used in the following two programs:
- "VB2019 BHmerger". The program VB2019 BHmerger demonstrates the issues involved with BH mergers.
For more detail see: VB2010 BHmerger operation
- "VB2019 Sagittarius". The program VB2019 Sagittarius demonstrates the 10 large stars around the BH.
For more detail see: VB2019 Sagittarius