public final class StelaCd extends Object implements Serializable
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.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCd(Vector3D position)
Compute the value of the Cd coefficient 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 © 2024 CNES. All rights reserved.