public final class DragCoefficient extends Object
Drag coefficient must be expressed in satellite frame.
Constructor and Description |
---|
DragCoefficient(Vector3D scAbsIn,
Vector3D scSpecIn,
Vector3D scDiffAvIn,
Vector3D scDiffArIn)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Vector3D |
getScAbs()
Get the absorption part in satellite frame.
|
Vector3D |
getScDiffAr()
Get the diffuse part (rear) in satellite frame.
|
Vector3D |
getScDiffAv()
Get the diffuse part (front) in satellite frame.
|
Vector3D |
getScSpec()
Get the specular part in satellite frame.
|
public DragCoefficient(Vector3D scAbsIn, Vector3D scSpecIn, Vector3D scDiffAvIn, Vector3D scDiffArIn)
scAbsIn
- absorption part in satellite framescSpecIn
- specular part in satellite framescDiffAvIn
- diffuse part (front) in satellite framescDiffArIn
- diffuse part (rear) in satellite framepublic Vector3D getScAbs()
public Vector3D getScSpec()
public Vector3D getScDiffAv()
public Vector3D getScDiffAr()
Copyright © 2021 CNES. All rights reserved.