|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.assembly.models.DragCoefficient
public final class DragCoefficient
Drag coefficient container. Drag coefficient is split in 4 parts:
Drag coefficient must be expressed in satellite frame.
| Constructor Summary | |
|---|---|
DragCoefficient(Vector3D scAbsIn,
Vector3D scSpecIn,
Vector3D scDiffAvIn,
Vector3D scDiffArIn)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 frame| Method Detail |
|---|
public Vector3D getScAbs()
public Vector3D getScSpec()
public Vector3D getScDiffAv()
public Vector3D getScDiffAr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||