FuelTank#

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

Bases: IRuntimeTypeInfoProvider

Fuel Tank parameters.

Overview#

tank_pressure

Get or set the fuel tank pressure. Uses Pressure Dimension.

tank_volume

Get or set the volume of the fuel tank. Uses SmallVolume Dimension.

tank_temperature

Get or set the temperature of the fuel tank. Uses Temperature Dimension.

fuel_density

Get or set the density of the fuel. Uses SmallDensity Dimension.

fuel_mass

Get or set the mass of the spacecraft propellant. Uses Mass Dimension.

maximum_fuel_mass

Get or set the maximum fuel mass of the spacecraft; this parameter specifically applies to Finite Maneuver segments that are being executed in Backward Sequences. Uses Mass Dimension.

Import detail#

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

Property detail#

property FuelTank.tank_pressure: float#

Get or set the fuel tank pressure. Uses Pressure Dimension.

property FuelTank.tank_volume: float#

Get or set the volume of the fuel tank. Uses SmallVolume Dimension.

property FuelTank.tank_temperature: float#

Get or set the temperature of the fuel tank. Uses Temperature Dimension.

property FuelTank.fuel_density: float#

Get or set the density of the fuel. Uses SmallDensity Dimension.

property FuelTank.fuel_mass: float#

Get or set the mass of the spacecraft propellant. Uses Mass Dimension.

property FuelTank.maximum_fuel_mass: float#

Get or set the maximum fuel mass of the spacecraft; this parameter specifically applies to Finite Maneuver segments that are being executed in Backward Sequences. Uses Mass Dimension.