LVThrustToWeight:
--------------------------------------------------------------------------
Compute takeoff thrust to weight ratio for a launch vehicle.
Accounts for solid boosters using LVCombineSRB.
Since version 2015.1
--------------------------------------------------------------------------
Form:
[ratio,time] = LVThrustToWeight( lv )
--------------------------------------------------------------------------
------
Inputs
------
lv (.) Launch vehicle data structure
-------
Outputs
-------
ratio (1,:) Takeoff thrust to weight ratio per stage
time (1,:) Start time of each stage
--------------------------------------------------------------------------
Children:
LaunchVehicle: LVDatabase/RocketDatabase
LaunchVehicle: Utilities/LaunchConstants
LaunchVehicle: VehicleModels/LVCombineSRB