public class AeroCoeffConstant extends ParamDiffFunction implements AerodynamicCoefficient
| Constructor and Description |
|---|
AeroCoeffConstant(Parameter aeroCoeffIn)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
derivativeValue(Parameter p,
SpacecraftState s)
Compute the derivative value with respect to the input parameter.
|
double |
getAerodynamicCoefficient()
Getter for the aerodynamic coefficient.
|
ArrayList<Parameter> |
getParameters()
Get the supported parameters.
|
AerodynamicCoefficientType |
getType()
Returns type of aerodynamic coefficient.
|
double |
value(SpacecraftState state)
Getting the value of the function.
|
isDifferentiableBy, supportsParameteraddParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDifferentiableBysupportsParameterpublic AeroCoeffConstant(Parameter aeroCoeffIn)
aeroCoeffIn - aerodynamic coefficientpublic double value(SpacecraftState state)
value in interface IParameterizableFunctionstate - the spacecraft statepublic double getAerodynamicCoefficient()
public double derivativeValue(Parameter p, SpacecraftState s)
derivativeValue in interface IParamDiffFunctionp - parameters - current statepublic ArrayList<Parameter> getParameters()
getParameters in interface IParameterizablegetParameters in class Parameterizablepublic AerodynamicCoefficientType getType()
getType in interface AerodynamicCoefficientCopyright © 2021 CNES. All rights reserved.