RCAIDE.Library.Methods.Powertrain.Sources.Fuel_Tanks.Non_Integral_Tank.compute_prismatic_tank_volume
compute_prismatic_tank_volume#
- compute_prismatic_tank_volume(fuel_tank)[source]#
Computes the volume of a Prismatic non-integral fuel tanks.
- Parameters:
fuel_tank (Fuel_Tank) –
- Fuel tank object containing tank specifications
- fuelFuel
Fuel properties including density
- lengthfloat
Length of the tank (computed)
- widthfloat
Width of the tank (computed)
- heightfloat
Height of the tank (computed)
- Returns:
volume – Internal volume of the non-integral fuel tank
- Return type:
float