RCAIDE.Library.Mission.Common.Pre_Process.geometry

geometry#

geometry(mission)[source]#

Initializes and processes geometry for mission segments

Parameters:

mission (Mission) –

The mission containing segments to be analyzed
  • analyses.geometryAnalysis

    Stability analysis module - vehicle : Vehicle

    Aircraft geometry definition - wings : list

    Wing geometry definitions

    • process.compute.lift.inviscid_wingsProcess

      Lift computation process

    • surrogatesData

      Stability surrogate models

Returns:

Updates mission segment analyses directly

Return type:

None

Notes

This function prepares the geometry for each mission segment

geometry_preprocess_routine(analyses)[source]#
write_geometry_to_excel(vehicle)[source]#

Export vehicle geometry and related fuel/propulsor data to an Excel workbook.

Parameters:

vehicle (RCAIDE.Vehicle) – Vehicle object containing fuselages, wings, segments, networks, fuel tanks, and propulsors to be serialized into tabular sheets.

Notes

None