BlendedDensity#

class ansys.stk.core.stkobjects.astrogator.BlendedDensity#

Bases: IComponentInfo, ICloneable

Blended atmospheric density propagator function.

Overview#

atmos_density_model

Embeds a nominal atmosphere model from the component browser.

low_altitude_atmosphere_density_model

Embeds a low altitude atmosphere model from the component browser.

density_blending_altitude_range

Get or set the blending range (distance dimension), begins at lower bound of upper model.

atmos_density_model_name

Return the name of the embedded nominal atmospheric model.

low_altitude_atmosphere_density_model_name

Return the name of the embedded low altitude atmospheric model.

use_approx_altitude

True if using approximate altitude formula (enforced on embedded models).

lower_bound_upper_atmosphere_model

Get the lowest valid altitude of the upper atmospheric density model.

Import detail#

from ansys.stk.core.stkobjects.astrogator import BlendedDensity

Property detail#

property BlendedDensity.density_blending_altitude_range: float#

Get or set the blending range (distance dimension), begins at lower bound of upper model.

property BlendedDensity.atmos_density_model_name: str#

Return the name of the embedded nominal atmospheric model.

property BlendedDensity.low_altitude_atmosphere_density_model_name: str#

Return the name of the embedded low altitude atmospheric model.

property BlendedDensity.use_approx_altitude: bool#

True if using approximate altitude formula (enforced on embedded models).

property BlendedDensity.lower_bound_upper_atmosphere_model: float#

Get the lowest valid altitude of the upper atmospheric density model.

Method detail#

BlendedDensity.atmos_density_model(self, value: IComponentInfo) None#

Embeds a nominal atmosphere model from the component browser.

Parameters:

value : IComponentInfo

Returns:

None

BlendedDensity.low_altitude_atmosphere_density_model(self, value: IComponentInfo) None#

Embeds a low altitude atmosphere model from the component browser.

Parameters:

value : IComponentInfo

Returns:

None