| Package | Description |
|---|---|
| fr.cnes.genopus.nonWidget.vehicle.aeroCoeffs |
Package containing some objects related to vehicle aerodynamic coefficients functions
intended to be added to PATRIUS.
|
| fr.cnes.genopus.vehicle |
Package containing some widgets defining a vehicle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomAeroCoeffByAltitude
Aerodynamic coefficient function of the spacecraft altitude.
|
class |
CustomAeroCoeffByAoA
Aerodynamic coefficient function of the spacecraft angle of attack.
|
class |
CustomAeroCoeffByMach
Aerodynamic coefficient as a function of the mach number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPAeroCoeffByOneVar.setDefaultValue(CustomAeroCoeffByOneVarAbstract dragCoefFunction,
CustomAeroCoeffByOneVarAbstract liftCoefFunction)
Setter for the default values for abscisas, drag coefficients and lift coefficients.
|
void |
GPAeroCoeffByOneVar.setSavedValue(CustomAeroCoeffByOneVarAbstract dragCoefFunction,
CustomAeroCoeffByOneVarAbstract liftCoefFunction)
Setter for the saved values for abscisas, drag coefficients and lift coefficients.
|
void |
GPAeroCoeffByOneVar.setValue(CustomAeroCoeffByOneVarAbstract dragCoefFunction,
CustomAeroCoeffByOneVarAbstract liftCoefFunction)
Setter for the values for abscisas, drag coefficients and lift coefficients.
|
| Constructor and Description |
|---|
GPAeroCoeffByOneVar(String widgetId,
String label,
fr.cnes.genius.highLevel.GEntryRealVector varRealVec,
CustomAeroCoeffByOneVarAbstract dragCoefFunction,
CustomAeroCoeffByOneVarAbstract liftCoefFunction)
Creates a new instance.
|
Copyright © 2017. All rights reserved.