public class DSSTThirdBodyStaticContext extends ForceModelContext
DSSTThirdBody
.
It performs parameters initialization at each integration step for the third body attraction perturbation. These parameters are initialize as soon as possible. In fact, they are initialized once with short period terms and don't evolve during propagation.
Constructor and Description |
---|
DSSTThirdBodyStaticContext(AuxiliaryElements aux,
double x,
double r3,
double[] parameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxAR3Pow()
Get the value of max power for a/R3 in the serie expansion.
|
int |
getMaxEccPow()
Get the value of max power for e in the serie expansion.
|
int |
getMaxFreqF()
Get the value of max frequency of F.
|
getAuxiliaryElements
public DSSTThirdBodyStaticContext(AuxiliaryElements aux, double x, double r3, double[] parameters)
aux
- auxiliary elementsx
- DSST Chi elementr3
- distance from center of mass of the central body to the 3rd bodyparameters
- force model parameterspublic int getMaxAR3Pow()
public int getMaxEccPow()
public int getMaxFreqF()
Copyright © 2002-2023 CS GROUP. All rights reserved.