InterpolatedTank.MassMixPartsPer Property

Top 

Description

Indicates the ratio of mass supplied by this Tank when more than one Tank is being used to supply a Thruster. This property sets the number of parts supplied by this Tank; the resulting ratio is calculated as parts supplied by this Tank per total parts supplied by all Tanks for a given Thruster. This property is used in the calculation of the Thruster AveragePreInletPress, AveragePreInletRefTemp, and AveragePreInletTemp properties. If only one Tank is used at a time, this property should be set to 1.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

parts

Default Value:

1.0

Valid Range:

InterpolatedTank.MassMixPartsPer ≥ 0

 

Syntax

myVariable1 = myInterpolatedTank1.MassMixPartsPer;

 

myInterpolatedTank1.MassMixPartsPer = myVariable1;

 

See also

InterpolatedTank Object

Tanks Guide