FuelTank#
- class ansys.stk.core.stkobjects.astrogator.FuelTank#
Bases:
IRuntimeTypeInfoProvider
Fuel Tank parameters.
Overview#
Get or set the fuel tank pressure. Uses Pressure Dimension. |
|
Get or set the volume of the fuel tank. Uses SmallVolume Dimension. |
|
Get or set the temperature of the fuel tank. Uses Temperature Dimension. |
|
Get or set the density of the fuel. Uses SmallDensity Dimension. |
|
Get or set the mass of the spacecraft propellant. Uses Mass Dimension. |
|
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_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.