|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.stela.forces.drag.StelaCd
public final class StelaCd
This class represent a drag coefficient model.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
double |
getCd(Vector3D position)
Compute the value of the Cd coefficient depending on spacecraft altitude. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StelaCd(double inCd)
inCd
- the constant value of the cdpublic StelaCd(Map<Double,Double> inCd, double rEq, double f)
inCd
- the map containing the Cd value with respect to the geodetic altitude of the spacecraftrEq
- the Earth radiusf
- the Earth flatteningMethod Detail |
---|
public double getCd(Vector3D position) throws OrekitException
position
- the spacecraft position in the inertial frame
OrekitException
- if error while computing geodetic altitude
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |