| Package | Description |
|---|---|
| agi.foundation.aircraftpropagation |
Contains types for propagating an aircraft through various maneuvers subject to
flight phase performance models and wind effects.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleFixedWingForwardFlightAerodynamics |
SimpleFixedWingCoordinatedFlight.getAerodynamicModel()
Gets the aerodynamic model to be applied to the coordinated flight condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFixedWingCoordinatedFlight.setAerodynamicModel(SimpleFixedWingForwardFlightAerodynamics value)
Sets the aerodynamic model to be applied to the coordinated flight condition.
|
| Constructor and Description |
|---|
SimpleFixedWingCoordinatedFlight(Point referencePoint,
WindModel windModel,
SimpleFixedWingForwardFlightAerodynamics aerodynamicModel,
Scalar mass,
Scalar gravityModel)
Initializes a new instance with the specified parameters.
|
SimpleFixedWingForwardFlightAerodynamics(SimpleFixedWingForwardFlightAerodynamics existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|