public interface Atmosphere extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
getDensity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the local density.
|
<T extends CalculusFieldElement<T>> |
getDensity(FieldAbsoluteDate<T> date,
FieldVector3D<T> position,
Frame frame)
Get the local density.
|
Frame |
getFrame()
Get the frame of the central body.
|
default Vector3D |
getVelocity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the inertial velocity of atmosphere molecules.
|
default <T extends CalculusFieldElement<T>> |
getVelocity(FieldAbsoluteDate<T> date,
FieldVector3D<T> position,
Frame frame)
Get the inertial velocity of atmosphere molecules.
|
Frame getFrame()
double getDensity(AbsoluteDate date, Vector3D position, Frame frame)
date
- current dateposition
- current position in frameframe
- the frame in which is defined the position<T extends CalculusFieldElement<T>> T getDensity(FieldAbsoluteDate<T> date, FieldVector3D<T> position, Frame frame)
T
- instance of CalculusFieldElementdate
- current dateposition
- current position in frameframe
- the frame in which is defined the positiondefault Vector3D getVelocity(AbsoluteDate date, Vector3D position, Frame frame)
By default, atmosphere is supposed to have a null velocity in the central body frame.
date
- current dateposition
- current position in frameframe
- the frame in which is defined the positiondefault <T extends CalculusFieldElement<T>> FieldVector3D<T> getVelocity(FieldAbsoluteDate<T> date, FieldVector3D<T> position, Frame frame)
T
- instance of CalculusFieldElementdate
- current dateposition
- current position in frameframe
- the frame in which is defined the positionCopyright © 2002-2022 CS GROUP. All rights reserved.