org.orekit.forces.gravity.tides
Interface PotentialTimeVariations

All Known Implementing Classes:
AbstractTides, OceanTides, TerrestrialTides, VariablePotentialAttractionModel

public interface PotentialTimeVariations

Interface for perturbating forces that moficate the C and S coefficients over the time.

Since:
1.1
Version:
$Id: PotentialTimeVariations.java 17582 2017-05-10 12:58:16Z bignon $
Author:
Julie Anton

Method Summary
 void updateCoefficientsCandS(AbsoluteDate date)
          Update the C and the S coefficients for acceleration computation.
 void updateCoefficientsCandSPD(AbsoluteDate date)
          Update the C and the S coefficients for partial derivatives computation.
 

Method Detail

updateCoefficientsCandS

void updateCoefficientsCandS(AbsoluteDate date)
                             throws OrekitException
Update the C and the S coefficients for acceleration computation.

Parameters:
date - : date
Throws:
OrekitException - if position cannot be computed in given frame

updateCoefficientsCandSPD

void updateCoefficientsCandSPD(AbsoluteDate date)
                               throws OrekitException
Update the C and the S coefficients for partial derivatives computation.

Parameters:
date - : date
Throws:
OrekitException - if position cannot be computed in given frame


Copyright © 2017 CNES. All Rights Reserved.