Click or drag to resize

ConstantWindModel Properties

The ConstantWindModel type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets or sets the central body that the wind model is associated with.
(Inherited from WindModel.)
Public propertyHorizontalWindSpeed
Gets or sets the horizontal speed of the wind in meters/second.
Public propertyIsFrozen
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.)
Public propertyRelativeVelocityVector
Gets a VectorDependentOnServiceProvider that calculates the velocity of a specified point relative to the moving atmosphere according to this wind model.
(Inherited from WindModel.)
Public propertyVerticalWindSpeed
Gets or sets the vertical speed of the wind in meters/second.
Public propertyWindDirection
Gets or sets the direction the wind is coming from in radians, measured clockwise from North toward East.
Public propertyWindVector
Gets a VectorDependentOnServiceProvider that calculates the wind at a specified point.
(Inherited from WindModel.)
Top
See Also