public class CustomAeroCoeffByAltitude extends CustomAeroCoeffByOneVarAbstract
| Constructor and Description |
|---|
CustomAeroCoeffByAltitude(Double[] xVariable,
Double[] yVariable,
org.orekit.bodies.ExtendedOneAxisEllipsoid earthShape)
Creates a new instance entering the x and y variables as doubles.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
computeXVariable(org.orekit.propagation.SpacecraftState state)
Computes the x variable from the spacecraft state.
|
derivativeValue, extendedVectorY, getFunction, getParameters, getXArray, getYArray, isDifferentiableBy, supportsParameter, toString, valuepublic CustomAeroCoeffByAltitude(Double[] xVariable, Double[] yVariable, org.orekit.bodies.ExtendedOneAxisEllipsoid earthShape)
xVariable - array of x variables (altitude (m))yVariable - array of y variables (aerodynamic coefficient)earthShape - Earth shapeprotected double computeXVariable(org.orekit.propagation.SpacecraftState state)
throws NonWidgetException
computeXVariable in class CustomAeroCoeffByOneVarAbstractstate - the spacecraft stateNonWidgetException - if the orbit in state is not valid.Copyright © 2017. All rights reserved.