Modifier and Type | Interface and Description |
---|---|
interface |
AerodynamicCoefficient
Interface for aerodynamic coefficients.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAeroCoeff1D
Aerodynamic coefficient function of one variable.
|
class |
AeroCoeffByAltitude
Aerodynamic coefficient function of the spacecraft altitude.
|
class |
AeroCoeffByAoA
Aerodynamic coefficient function of the spacecraft angle of attack.
|
class |
AeroCoeffByAoAAndMach
Aerodynamic coefficient function of the spacecraft angle of attack and Mach number.
|
class |
AeroCoeffByMach
Aerodynamic coefficient function of the spacecraft Mach number.
|
class |
AeroCoeffConstant
Constant aerodynamic coefficient.
|
Modifier and Type | Class and Description |
---|---|
class |
CnCookModel
This class implements Cook normal coefficient to a facet.
|
class |
CtCookModel
This class implements Cook tangential coefficient to a facet.
|
Constructor and Description |
---|
AeroAttitudeLaw(IParameterizableFunction angleofattack,
IParameterizableFunction sideslip,
IParameterizableFunction rollVel,
EllipsoidBodyShape earthShape)
Constructor.
|
AeroAttitudeLaw(IParameterizableFunction angleofattack,
IParameterizableFunction sideslip,
IParameterizableFunction rollVel,
EllipsoidBodyShape earthShape,
double dtSpin,
double dtAcc)
Constructor with parameterizable delta-time for spin and acceleration computation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IParamDiffFunction
This class is used to define a derivative function parameterizable.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantFunction
This class is used to define a constant parameterizable function.
|
class |
IntervalsFunction
This class is used to define parameterizable interval functions.
|
class |
LinearCombinationFunction
This class is used to define a linear combination of functions where the linear coefficients are
parameters:
g(sc) = p1*f1(sc) + p2*f2(sc) + ...
|
class |
LinearFunction
This class is used to define parameterizable linear function: f = a0 + a1 * (t - t0).
|
class |
NthOrderPolynomialFunction
This class is used to define parameterizable Nth order polynomial function: f = a0 + a1 * (t -
t0) + a2 * (t - t0)^2 + ....
|
class |
PiecewiseFunction
This class is used to define parameterizable piecewize function.
|
Copyright © 2023 CNES. All rights reserved.