PhaseCollocationOptions.GetAverageVelocityDefect() Method

Top 

Description

Returns the average of the current velocity defects across all collocation points.

 

Note: Dynamical error can still exist in the trajectory path after the collocation defects have been driven to zero. See the 'CollocationOptions.RefineNodes' method for more information.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

PhaseCollocationOptions.GetAverageVelocityDefect(

)

 

 

Return Value

Type:

number

Units:

km/s

 

 

The velocity defect average.

 

Syntax

myVariable1 = myPhaseCollocationOptions1.GetAverageVelocityDefect();

 

 

See also

PhaseCollocationOptions Object