| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.stela.forces.drag |
| Modifier and Type | Field and Description |
|---|---|
protected StelaDragCoefType |
AbstractStelaDragCoef.stelaDragCoefType
Drag coefficient type
|
| Modifier and Type | Method and Description |
|---|---|
StelaDragCoefType |
AbstractStelaDragCoef.getDragCoefType()
Get the drag coefficient type.
|
static StelaDragCoefType |
StelaDragCoefType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StelaDragCoefType[] |
StelaDragCoefType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractStelaDragCoef(StelaDragCoefType stelaDragCoefType)
Basis constructor
|
StelaCookDragCoef(StelaDragCoefType dragCoefType,
double wallTemperature,
double accommodation)
Protected constructor which allow a child different dragCoefType.
|
StelaVariableDragCoef(StelaDragCoefType dragCoefType,
Map<Double,Double> cdMap,
GeodPosition geodeticPosition)
Protected constructor which allow a child different dragCoefType
|
Copyright © 2025 CNES. All rights reserved.