ConstantWindModel Properties |
The ConstantWindModel type exposes the following members.
| Name | Description | |
|---|---|---|
| CentralBody |
Gets or sets the central body that the wind model is associated with.
(Inherited from WindModel.) | |
| HorizontalWindSpeed |
Gets or sets the horizontal speed of the wind in meters/second.
| |
| IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
| RelativeVelocityVector |
Gets a VectorDependentOnServiceProvider that calculates the velocity of a specified point relative to the moving atmosphere according to this wind model.
(Inherited from WindModel.) | |
| VerticalWindSpeed |
Gets or sets the vertical speed of the wind in meters/second.
| |
| WindDirection |
Gets or sets the direction the wind is coming from in radians, measured clockwise from North toward East.
| |
| WindVector |
Gets a VectorDependentOnServiceProvider that calculates the wind at a specified point.
(Inherited from WindModel.) |