... | ... | @@ -69,3 +69,15 @@ planet and the star and a grid cell and the star |
|
|
$`\tilde \Phi_d = \vec a \cdot \vec r `$
|
|
|
|
|
|
where $`\vec a$ is the acceleration of the primary due to the whole disk.
|
|
|
|
|
|
When doing simulations in production mode such terms must be included in the computations. However, it may be useful to control the contribution from indirect terms. At this purpose the indirect terms may be de activated in the config file with the flag IndirectForces in the Referential group :
|
|
|
|
|
|
```
|
|
|
Referential
|
|
|
{
|
|
|
Type Constant
|
|
|
IndirectForces true
|
|
|
Omega 1
|
|
|
NewOmega 0
|
|
|
}
|
|
|
``` |