PhaseCollocationOptions.GetAverageMassFlowRateDefect() Method

Top 

Description

Returns the average of the current mass flow rate 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 millisecond timing precision mode.

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

 

Method Signature

PhaseCollocationOptions.GetAverageMassFlowRateDefect(

)

 

 

Return Value

Type:

number

Units:

kg/s

 

 

The mass flow rate defect average

 

Syntax

myVariable1 = myPhaseCollocationOptions1.GetAverageMassFlowRateDefect();

 

 

See also

PhaseCollocationOptions Object