public class NonInertialContribution extends AbstractStelaGaussContribution
dPert
Constructor and Description |
---|
NonInertialContribution(int quadPointsIn,
Frame referenceSystemIn)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Vector3D |
computeOmega(AbsoluteDate date,
Frame frame1,
Frame frame2)
Compute rotation vector of frame2 with respect to frame1 expressed in frame2,
which is the rotation vector from frame1 to frame2.
|
Vector3D |
computeOmegaDerivative(AbsoluteDate date,
Frame frame1,
Frame frame2,
double dt)
Compute rotation vector derivative from frame1 to frame2 using finite differences.
|
double[][] |
computePartialDerivatives(StelaEquinoctialOrbit orbit)
Compute the partial derivatives for a given spacecraft state.
|
double[] |
computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
Compute the dE/dt force derivatives for a given spacecraft state.
|
double[] |
computeShortPeriods(StelaEquinoctialOrbit orbit)
Compute the short periodic variations for a given spacecraft state.
|
computeGaussDerivativeEquations, computeGaussEquations, getdPert, getType
public NonInertialContribution(int quadPointsIn, Frame referenceSystemIn)
quadPointsIn
- number of points for Simpson' squaring (must be odd)referenceSystemIn
- reference systempublic double[] computePerturbation(StelaEquinoctialOrbit orbit, OrbitNatureConverter converter) throws PatriusException
computePerturbation
in class AbstractStelaGaussContribution
orbit
- current orbit information: date, kinematicsconverter
- mean / osculating parameters converterPatriusException
- if perturbation computation failspublic double[] computeShortPeriods(StelaEquinoctialOrbit orbit) throws PatriusException
orbit
- current orbit information: date, kinematicsPatriusException
- if short periods computation failspublic double[][] computePartialDerivatives(StelaEquinoctialOrbit orbit) throws PatriusException
orbit
- current orbit information: date, kinematicsPatriusException
- if partial derivatives computation failspublic Vector3D computeOmegaDerivative(AbsoluteDate date, Frame frame1, Frame frame2, double dt) throws PatriusException
date
- a dateframe1
- reference frameframe2
- expression framedt
- time difference for finite differences (s)PatriusException
- thrown if conversion is not availablepublic Vector3D computeOmega(AbsoluteDate date, Frame frame1, Frame frame2) throws PatriusException
date
- a dateframe1
- reference frameframe2
- expression framePatriusException
- thrown if conversion is not availableCopyright © 2020 CNES. All rights reserved.