public interface Atmosphere extends Serializable
Modifier and Type | Method and Description |
---|---|
Atmosphere |
copy()
A copy of the atmosphere.
|
double |
getDensity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the local density.
|
double |
getSpeedOfSound(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the local speed of sound.
|
Vector3D |
getVelocity(AbsoluteDate date,
Vector3D position,
Frame frame)
Get the spacecraft velocity relative to the atmosphere.
|
double getDensity(AbsoluteDate date, Vector3D position, Frame frame) throws PatriusException
date
- current dateposition
- current position in frameframe
- the frame in which is defined the positionPatriusException
- if date is out of range of solar activity model or if some frame
conversion cannot be performedVector3D getVelocity(AbsoluteDate date, Vector3D position, Frame frame) throws PatriusException
date
- current dateposition
- current position in frameframe
- the frame in which is defined the positionPatriusException
- if some conversion cannot be performeddouble getSpeedOfSound(AbsoluteDate date, Vector3D position, Frame frame) throws PatriusException
date
- current dateposition
- current position in frameframe
- the frame in which is defined the positionPatriusException
- if some conversion cannot be performedAtmosphere copy()
Copyright © 2018 CNES. All Rights Reserved.