| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.stela.forces.drag | |
| fr.cnes.sirius.patrius.stela.spaceobject |
| Modifier and Type | Class and Description |
|---|---|
class |
StelaConstantDragCoef
Class defining constant drag coefficients.
|
class |
StelaCookDispersedDragCoef
Class for drag coefficients using Cook formula with a multiplicative coefficient applied to the computed drag
coefficient.
|
class |
StelaCookDragCoef
Class for drag coefficients using Cook formula.
|
class |
StelaVariableDispersedDragCoef
Class for drag coefficients depending on space object's height,
with a multiplicative coefficient applied to the read drag coefficients.
|
class |
StelaVariableDragCoef
Class for drag coefficients depending on space object's altitude.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractStelaDragCoef |
AbstractStelaDragCoef.copy()
Copy drag coefficient.
|
| Constructor and Description |
|---|
StelaAeroModel(double inMass,
AbstractStelaDragCoef inCd,
double inSurface)
Constructor to be used when partial derivatives should not be computed.
|
StelaAeroModel(double inMass,
AbstractStelaDragCoef inCd,
double inSurface,
Atmosphere inAtmosphere,
double atmosDX)
Constructor to be used when partial derivatives are computed using the full finite differences method.
|
StelaAeroModel(double inMass,
AbstractStelaDragCoef inCd,
double inSurface,
Atmosphere inAtmosphere,
double atmosDH,
GeodPosition inGeodPosition)
Constructor to be used when partial derivatives are computed using the altitude finite differences method.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStelaDragCoef |
StelaSpaceObject.getDragCoef()
Gets the drag coefficient associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StelaSpaceObject.setDragCoef(AbstractStelaDragCoef dragCoef)
Sets the drag coefficient associated with the object.
|
| Constructor and Description |
|---|
StelaSpaceObject(String name,
double mass,
double dragArea,
double reflectingArea,
double reflectCoef,
AbstractStelaDragCoef dragCoef)
Constructor.
|
Copyright © 2025 CNES. All rights reserved.