Esempio n. 1
0
 /**
  * Remove all perturbing force models from the global perturbation model.
  *
  * <p>Once all perturbing forces have been removed (and as long as no new force model is added),
  * the integrated orbit will follow a keplerian evolution only.
  *
  * @see #addForceModel(DSSTForceModel)
  */
 public void removeForceModels() {
   mapper.removeForceModels();
 }