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, supportsParameter
addParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDifferentiableBy
supportsParameter
public AeroCoeffConstant(Parameter aeroCoeffIn)
aeroCoeffIn
- aerodynamic coefficientpublic double value(SpacecraftState state)
value
in interface IParameterizableFunction
state
- the spacecraft statepublic double getAerodynamicCoefficient()
public double derivativeValue(Parameter p, SpacecraftState s)
derivativeValue
in interface IParamDiffFunction
p
- parameters
- current statepublic ArrayList<Parameter> getParameters()
getParameters
in interface IParameterizable
getParameters
in class Parameterizable
public AerodynamicCoefficientType getType()
getType
in interface AerodynamicCoefficient
Copyright © 2021 CNES. All rights reserved.