public abstract class AbstractStelaDragCoef extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_FRACTION_DIGITS
Maximum fraction digits
|
protected StelaDragCoefType |
stelaDragCoefType
Drag coefficient type
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStelaDragCoef(StelaDragCoefType stelaDragCoefType)
Basis constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractStelaDragCoef |
copy()
Copy drag coefficient.
|
abstract double |
getDragCoef(StelaDragCoefInput stelaDragCoefInput)
Get the drag coefficient value.
|
StelaDragCoefType |
getDragCoefType()
Get the drag coefficient type.
|
protected static String |
getStatInformation(double data)
Get statistical drag coefficient information.
|
public static final int MAXIMUM_FRACTION_DIGITS
protected final StelaDragCoefType stelaDragCoefType
protected AbstractStelaDragCoef(StelaDragCoefType stelaDragCoefType)
stelaDragCoefType - Drag coefficient typepublic StelaDragCoefType getDragCoefType()
public abstract double getDragCoef(StelaDragCoefInput stelaDragCoefInput) throws PatriusException
stelaDragCoefInput - input necessary for drag coefficient computationPatriusException - thrown if a problem occurs while processing the drag coefficient computationprotected static String getStatInformation(double data)
data - the data to formatpublic abstract AbstractStelaDragCoef copy()
Copyright © 2025 CNES. All rights reserved.