RCAIDE.Library.Methods.Mass_Properties.Weight_Buildups.Conventional.General_Aviation.Raymer.compute_propulsion_system_weight

compute_propulsion_system_weight#

compute_propulsion_system_weight(network)[source]#
compute_jet_engine_weight(propulsor)[source]#

Calculate the weight of the dry engine

Assumptions:

calculated engine weight from a correlation of engines

Source:

N/A

Inputs:

thrust_sls - sea level static thrust of a single engine [Newtons]

Outputs:

weight - weight of the dry engine [kilograms]

Properties Used:

N/A

compute_motor_weight(motor)[source]#

Calculate the weight of motor using NASA correlations

Inputs:

torque- maximum torque the motor can deliver safely [N-m] kwt2 xwt

Outputs:

mass- mass of the motor [kilograms]

Properties Used:

N/A

compute_piston_engine_weight(propulsor)[source]#

Calculate the weight of an piston engine weight correlation; weight=kwt2*(max_power**xwt) Inputs:

max_power- maximum power the motor can deliver safely [Watts] kwt2 xwt

Outputs:

weight- weight of the motor [kilograms]

Source: Raymer, Aircraft Design, a Conceptual Approach

compute_turboprop_engine_weight(propulsor)[source]#

Calculate the weight of an turboprop engine weight correlation; weight=kwt2*(max_power**xwt) Inputs:

max_power- maximum power the motor can deliver safely [Watts] kwt2 xwt

Outputs:

weight- weight of the motor [kilograms]

Source: Raymer, Aircraft Design, a Conceptual Approach

integrated_propulsion_jet(jet_engine_weight, engine_W_factor=1.6)[source]#

Calculate the weight of the entire propulsion system

Assumptions:

The propulsion system is a fixed 60% greater than the dry engine alone. The propulsion system includes the engines, engine exhaust, reverser, starting, controls, lubricating, and fuel systems. The nacelle and pylon weight are also part of this calculation.

Source:

N/A

Inputs:

compute_jet_engine_weight - dry weight of the engine [kilograms] num_eng - total number of engines on the aircraft [dimensionless] engine_W_factor - weight increase factor for entire integrated propulsion system [dimensionless]

Outputs:

weight - weight of the full propulsion system [kilograms]

Properties Used:

N/A

integrated_propulsion_piston(engine_weight)[source]#

Calculate the weight of the entire propulsion system

Source:

Source: Raymer, Aircraft Design, a Conceptual Approach

Inputs:

piston_engine_weight - dry weight of a single engine [kilograms] num_eng - total number of engines on the aircraft [dimensionless] engine_W_factor - weight increase factor for entire integrated propulsion system [dimensionless]

Outputs:

weight - weight of the full propulsion system [kilograms]