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.
|
String |
toString() |
double |
value(SpacecraftState state)
Getting the value of the function.
|
public 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 AerodynamicCoefficientType getType()
getType in interface AerodynamicCoefficientpublic boolean supportsParameter(Parameter param)
supportsParameter in interface IParameterizableparam - parameter to checkpublic boolean isDifferentiableBy(Parameter p)
isDifferentiableBy in interface IParamDiffFunctionp - function parameterpublic ArrayList<Parameter> getParameters()
The list is returned in a shallow copy.
getParameters in interface IParameterizableCopyright © 2025 CNES. All rights reserved.