public class AeroCoeffByAoAAndMach extends Object implements AerodynamicCoefficient
| Constructor and Description |
|---|
AeroCoeffByAoAAndMach(double[] anglesOfAttack,
double[] machNumbers,
double[][] coeffs,
Atmosphere atmosphere,
OneAxisEllipsoid earthShapeIn)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
derivativeValue(Parameter p,
SpacecraftState s)
Compute the derivative value with respect to the input parameter.
|
double[][] |
getAerodynamicCoefficientsArray()
Getter for the aerodynamic coefficients array.
|
double[] |
getAoAArray()
Getter for the Angles of Attack array.
|
BiLinearIntervalsFunction |
getFunction()
Getter for the function.
|
double[] |
getMachArray()
Getter for the Mach numbers array.
|
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 AeroCoeffByAoAAndMach(double[] anglesOfAttack,
double[] machNumbers,
double[][] coeffs,
Atmosphere atmosphere,
OneAxisEllipsoid earthShapeIn)
anglesOfAttack - array of angles of attack (rad)machNumbers - array of mach numberscoeffs - array of arrays of aerodynamic coefficientsatmosphere - atmosphere modelearthShapeIn - earth shapepublic double value(SpacecraftState state)
value in interface IParameterizableFunctionstate - the spacecraft statepublic ArrayList<Parameter> getParameters()
getParameters in interface IParameterizablepublic boolean supportsParameter(Parameter param)
supportsParameter in interface IParameterizableparam - parameter to checkpublic double derivativeValue(Parameter p, SpacecraftState s)
derivativeValue in interface IParamDiffFunctionp - parameters - current statepublic boolean isDifferentiableBy(Parameter p)
isDifferentiableBy in interface IParamDiffFunctionp - function parameterpublic double[] getAoAArray()
public double[] getMachArray()
public double[][] getAerodynamicCoefficientsArray()
public BiLinearIntervalsFunction getFunction()
public AerodynamicCoefficientType getType()
getType in interface AerodynamicCoefficientCopyright © 2025 CNES. All rights reserved.