public class AeroCoeffByAltitude extends AbstractAeroCoeff1D
Constructor and Description |
---|
AeroCoeffByAltitude(double[] xVariables,
double[] yVariables,
ExtendedOneAxisEllipsoid earthShape)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected double |
computeXVariable(SpacecraftState state)
Computes the x variable from the spacecraft state.
|
AerodynamicCoefficientType |
getType()
Returns type of aerodynamic coefficient.
|
derivativeValue, getFunction, getParameters, getXArray, getYArray, isDifferentiableBy, supportsParameter, toString, value
public AeroCoeffByAltitude(double[] xVariables, double[] yVariables, ExtendedOneAxisEllipsoid earthShape)
xVariables
- array of x variables (altitude (m))yVariables
- array of y variables (aerodynamic coefficient)earthShape
- Earth shapeprotected double computeXVariable(SpacecraftState state)
computeXVariable
in class AbstractAeroCoeff1D
state
- the spacecraft statepublic AerodynamicCoefficientType getType()
Copyright © 2018 CNES. All Rights Reserved.