public class AeroCoeffConstant extends Object 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.
|
boolean |
isDifferentiableBy(Parameter p)
Tell if the function is differentiable by the given parameter.
|
boolean |
supportsParameter(Parameter param)
Check if a parameter is supported.
|
double |
value(SpacecraftState state)
Getting the value of the function.
|
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 AerodynamicCoefficientType getType()
getType
in interface AerodynamicCoefficient
public boolean supportsParameter(Parameter param)
supportsParameter
in interface IParameterizable
param
- parameter to checkpublic boolean isDifferentiableBy(Parameter p)
isDifferentiableBy
in interface IParamDiffFunction
p
- function parameterpublic ArrayList<Parameter> getParameters()
The list is returned in a shallow copy.
getParameters
in interface IParameterizable
Copyright © 2023 CNES. All rights reserved.