|
BSS
|
Provides functions for calculating the outputs. More...
Functions | |
| python.Calculations.func_q (m_2, m_1, x_1_0, y_1_0, x_2_0, y_2_0, v_x1_0, v_y1_0, v_x2_0, v_y2_0, t_final) | |
| Calculates dependent variables (m). | |
Provides functions for calculating the outputs.
| python.Calculations.func_q | ( | m_2, | |
| m_1, | |||
| x_1_0, | |||
| y_1_0, | |||
| x_2_0, | |||
| y_2_0, | |||
| v_x1_0, | |||
| v_y1_0, | |||
| v_x2_0, | |||
| v_y2_0, | |||
| t_final ) |
Calculates dependent variables (m).
| m_2 | mass of the second star (kg) |
| m_1 | mass of the first star (kg) |
| x_1_0 | initial x-position of the first star (m) |
| y_1_0 | initial y-position of the first star (m) |
| x_2_0 | initial x-position of the second star (m) |
| y_2_0 | initial y-position of the second star (m) |
| v_x1_0 | initial x-velocity of the first star (m/s) |
| v_y1_0 | initial y-velocity of the first star (m/s) |
| v_x2_0 | initial x-velocity of the second star (m/s) |
| v_y2_0 | initial y-velocity of the second star (m/s) |
| t_final | final time (s) |