Package | Description |
---|---|
agi.foundation.aircraftpropagation |
Contains types for propagating an aircraft through various maneuvers subject to
flight phase performance models and wind effects.
|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
WindModel |
VerticalBehavior.getWindModel()
Gets the wind model to be used when evaluating the behavior.
|
WindModel |
SimpleFixedWingCoordinatedFlight.getWindModel()
Gets the wind model to be applied to the coordinated flight condition.
|
WindModel |
Maneuver.getWindModel()
Gets the wind model to be used when evaluating the maneuver.
|
WindModel |
HorizontalBehavior.getWindModel()
Gets the wind model to be used when evaluating the behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalBehavior.setWindModel(WindModel value)
Sets the wind model to be used when evaluating the behavior.
|
void |
SimpleFixedWingCoordinatedFlight.setWindModel(WindModel value)
Sets the wind model to be applied to the coordinated flight condition.
|
void |
Maneuver.setWindModel(WindModel value)
Sets the wind model to be used when evaluating the maneuver.
|
void |
HorizontalBehavior.setWindModel(WindModel value)
Sets the wind model to be used when evaluating the behavior.
|
Motion1<Cartesian> |
AircraftReferenceState.toMotionInFixedFrame(WindModel winds)
|
Constructor and Description |
---|
AircraftMotionElement(String id,
AircraftReferenceState initialState,
WindModel winds)
Initializes a new instance.
|
SimpleFixedWingCoordinatedFlight(Point referencePoint,
WindModel windModel,
SimpleFixedWingForwardFlightAerodynamics aerodynamicModel,
Scalar mass,
Scalar gravityModel)
Initializes a new instance with the specified parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantWindModel
Represents a constant wind speed and direction.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
WindModel.checkForSameDefinition(WindModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ConstantWindModel.checkForSameDefinition(WindModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
WindModel(WindModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|