public final class StelaCd extends Object
This class represent a drag coefficient model.
| Constructor and Description |
|---|
StelaCd(double inCd)
Simple constructor for a constant Cd.
|
StelaCd(Map<Double,Double> inCd,
double rEq,
double f)
Constructor for a Cd model depending on spacecraft altitude.
|
public StelaCd(double inCd)
inCd - the constant value of the cdpublic double getCd(Vector3D position) throws PatriusException
position - the spacecraft position in the inertial framePatriusException - if error while computing geodetic altitudeCopyright © 2017 CNES. All rights reserved.