RCAIDE-GUI 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/PKG-INFO +1 -1
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/PKG-INFO +1 -1
- rcaide_gui-1.0.3/README.md +171 -0
- rcaide_gui-1.0.3/VERSION +1 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/rcaide_io.py +4 -4
- rcaide_gui-1.0.2/README.md +0 -62
- rcaide_gui-1.0.2/VERSION +0 -1
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/LICENSE +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/SOURCES.txt +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/dependency_links.txt +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/entry_points.txt +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/requires.txt +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/top_level.txt +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/README_PyPI.md +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/common_widgets/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/common_widgets/animated_toggle.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/common_widgets/color.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/common_widgets/data_entry_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/common_widgets/image_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/common_widgets/unit_picker_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/main.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/pyproject.toml +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/setup.cfg +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/setup.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/aircraft_configs/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/aircraft_configs/aircraft_configs.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/analysis.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/aeroacoustics_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/aerodynamics_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/analysis_data_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/atmosphere_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/costs_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/energy_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/geometry_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/planets_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/propulsion_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/stability_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/analysis/widgets/weights_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/aircraft_configs.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/booms/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/booms/boom_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/cargo_bays/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/cargo_bays/cargo_bay_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/default_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/turbofan_network/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/turbofan_network/frames/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/turbofan_network/widgets/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/fuselages/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/fuselages/fuselage_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/geometry_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/landing_gears/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/landing_gears/landing_gear_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/nacelles/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/converters/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/converters/converter_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/distributors/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/distributors/distributor_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/nacelles/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/nacelles/nacelle_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/powertrain_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/propulsors/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/propulsors/propulsor_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/sources/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/sources/energy_source_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/vehicle_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/wings/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/wings/wings_frame.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/geometry.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/booms/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/booms/boom_section_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/cargo_bays/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/cabin_class_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/cabin_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/fuselage_section_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/geometry_data_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/landing_gears/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/nacelles/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/converters/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/converters/turboelectric_generator_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/distributors/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/distributors/fuel_line_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/modulators/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/modulators/esc_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/nacelles/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/nacelles/nacelle_section_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/powertrain_connector_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/powertrain_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/propulsors/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/propulsors/turbofan_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/fuel_tank_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/source_selector_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/wings/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/wings/wing_cs_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/wings/wing_section_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/home/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/home/home.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/mission.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/widgets/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/widgets/flight_controls_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/widgets/mission_analysis_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/widgets/mission_segment_helper.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/mission/widgets/mission_segment_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_2D_noise_contour.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_3D_noise_contour.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_noise_certification_contour.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_noise_level.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aerodynamic_coefficients.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aerodynamic_forces.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aircraft_aerodynamics.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_drag_components.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_lift_distribution.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_disc_performance.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_performance.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/common/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/common/plot_style.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/common/set_axes.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/create_plot_widgets.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/emissions/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/emissions/plot_emissions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_altitude_sfc_weight.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_cell_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_degradation.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_module_C_rates.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_module_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_pack_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_ragone_diagram.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_temperature.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_electric_propulsor_efficiencies.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_propulsor_throttles.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/plot_aircraft_velocities.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/plot_flight_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/plot_flight_trajectory.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_flight_forces_and_moments.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_lateral_stability.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_longitudinal_stability.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_air_cooled_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_cross_flow_heat_exchanger_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_reservoir_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_thermal_management_performance.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_wavy_channel_conditions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/weights/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/weights/plot_load_diagram.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/weights/plot_weight_breakdown.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/solve.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/style_sheet.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/tab_widget.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/core_3d_viewer.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/__init__.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/axes_gizmo.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/background.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/blueprint.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/camera.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/drag_aircraft.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/grid.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/measurement.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/screenshot.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/geometry_helper_functions.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/visualize_geometry/visualize_geometry.py +0 -0
- {rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/utilities.py +0 -0
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="app_data/images/logo.png" alt="RCAIDE GUI logo" width="140">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">RCAIDE GUI</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<strong>A visual aircraft design, analysis, and mission simulation workspace powered by RCAIDE.</strong>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://pepy.tech/projects/rcaide-gui">
|
|
13
|
+
<img src="https://static.pepy.tech/badge/rcaide-gui" alt="PyPI Downloads">
|
|
14
|
+
</a>
|
|
15
|
+
<a href="https://pypi.org/project/RCAIDE-GUI/">
|
|
16
|
+
<img src="https://img.shields.io/pypi/v/RCAIDE-GUI?label=PyPI" alt="PyPI Version">
|
|
17
|
+
</a>
|
|
18
|
+
<a href="LICENSE">
|
|
19
|
+
<img src="https://img.shields.io/badge/license-MIT-0B7285" alt="License">
|
|
20
|
+
</a>
|
|
21
|
+
<a href="https://github.com/leadsgroup/RCAIDE_GUI/stargazers">
|
|
22
|
+
<img src="https://img.shields.io/github/stars/leadsgroup/RCAIDE_GUI?style=social" alt="GitHub Stars">
|
|
23
|
+
</a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
<p align="center">
|
|
27
|
+
<a href="https://www.rcaide.leadsresearchgroup.com/gui/">Website</a>
|
|
28
|
+
|
|
|
29
|
+
<a href="https://www.docs.rcaide.leadsresearchgroup.com/install.html">Documentation</a>
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
<p align="center">
|
|
33
|
+
<img src="app_data/images/Home%20(3).png" alt="RCAIDE GUI home screen" width="92%">
|
|
34
|
+
</p>
|
|
35
|
+
|
|
36
|
+
## What is RCAIDE GUI?
|
|
37
|
+
|
|
38
|
+
To make user interaction with [RCAIDE](https://pypi.org/project/RCAIDE-LEADS/) easier and more intuitive, the RCAIDE Graphical User Interface (GUI) was developed. Implemented as a Python desktop application, the GUI provides a structured and visual workflow that guides users through the aircraft design process in a more organized and simplified way. Rather than working with scattered inputs and manual scripting, users can define the vehicle, configure analyses, and construct missions within a single environment.
|
|
39
|
+
|
|
40
|
+
The interface is arranged to follow the typical aircraft design workflow, making it easier for users to navigate the design process while reducing the likelihood of technical setup mistakes. By keeping all stages of development within one system, users can focus more on aircraft design decisions rather than software configuration and implementation details.
|
|
41
|
+
|
|
42
|
+
Developed and maintained by the [Lab for Electric Aircraft Design and Sustainability](https://www.leadsresearchgroup.com/).
|
|
43
|
+
|
|
44
|
+
## Quick Start
|
|
45
|
+
|
|
46
|
+
Install from PyPI:
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
pip install RCAIDE-GUI
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Launch the desktop app:
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
rcaide-gui
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Or run from source:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
python main.py
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## Design Workflow
|
|
65
|
+
|
|
66
|
+
```mermaid
|
|
67
|
+
%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#FFFFFF', 'primaryBorderColor': '#0891B2', 'primaryTextColor': '#111827', 'lineColor': '#0891B2', 'fontFamily': 'Inter, ui-sans-serif, system-ui, sans-serif'}, 'flowchart': {'curve': 'linear', 'nodeSpacing': 48, 'rankSpacing': 56}}}%%
|
|
68
|
+
flowchart LR
|
|
69
|
+
VS["Vehicle Setup"]
|
|
70
|
+
GV["Geometry Visualization"]
|
|
71
|
+
CS["Configurations"]
|
|
72
|
+
AS["Analyses"]
|
|
73
|
+
MS["Mission Setup"]
|
|
74
|
+
SIM["Mission Simulation"]
|
|
75
|
+
|
|
76
|
+
VS --> GV
|
|
77
|
+
GV --> CS
|
|
78
|
+
CS --> AS
|
|
79
|
+
AS --> MS
|
|
80
|
+
MS --> SIM
|
|
81
|
+
|
|
82
|
+
classDef workflow fill:#FFFFFF,stroke:#0891B2,stroke-width:2px,color:#111827;
|
|
83
|
+
class VS,GV,CS,AS,MS,SIM workflow;
|
|
84
|
+
linkStyle default stroke:#0891B2,stroke-width:2px;
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Application Tour
|
|
88
|
+
|
|
89
|
+
<table>
|
|
90
|
+
<tr>
|
|
91
|
+
<td width="50%">
|
|
92
|
+
<h3>Vehicle Setup</h3>
|
|
93
|
+
<p>The Vehicle Setup tab serves as the foundation of the aircraft design process. Users can create and modify aircraft geometry through a component-based workflow, adding wings, fuselages, landing gear, propulsors, booms, and other vehicle components. A live aircraft preview allows users to verify geometry and placement in real time, while the vehicle details panel provides access to all design parameters and properties.
|
|
94
|
+
</p>
|
|
95
|
+
</td>
|
|
96
|
+
<td width="50%">
|
|
97
|
+
<img src="app_data/images/Vehicle%20Setup%20(1).png" alt="Vehicle Setup tab">
|
|
98
|
+
</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
101
|
+
<td width="50%">
|
|
102
|
+
<img src="app_data/images/Geometry_Visualization%20(1).png" alt="Geometry Visualization tab">
|
|
103
|
+
</td>
|
|
104
|
+
<td width="50%">
|
|
105
|
+
<h3>Geometry Visualization</h3>
|
|
106
|
+
<p>The Geometry Visualization tab provides a dedicated 3D environment for inspecting aircraft geometry. Powered by VTK, the viewer supports interactive rotation, zooming, measurement tools, customizable colors and transparency, predefined viewing angles, and image export capabilities. This environment allows users to verify component placement and evaluate aircraft geometry before running analyses.</p>
|
|
107
|
+
</td>
|
|
108
|
+
</tr>
|
|
109
|
+
<tr>
|
|
110
|
+
<td width="50%">
|
|
111
|
+
<h3>Configurations Setup</h3>
|
|
112
|
+
<p>The Configurations Setup tab allows users to define aircraft operating states for different phases of flight, including takeoff, cruise, landing, and custom mission conditions. Users can configure control surface deflections, landing gear deployment, and active propulsion systems while maintaining a clear connection to the baseline vehicle geometry. These configurations are later used throughout the mission and analysis workflow.</p>
|
|
113
|
+
</td>
|
|
114
|
+
<td width="50%">
|
|
115
|
+
<img src="app_data/images/Configurations%20(1).png" alt="Configurations Setup tab">
|
|
116
|
+
</td>
|
|
117
|
+
</tr>
|
|
118
|
+
<tr>
|
|
119
|
+
<td width="50%">
|
|
120
|
+
<img src="app_data/images/Mission%20Analysis%20(1).png" alt="Analyses Setup tab">
|
|
121
|
+
</td>
|
|
122
|
+
<td width="50%">
|
|
123
|
+
<h3>Analyses Setup</h3>
|
|
124
|
+
<p>The Analyses Setup tab provides access to RCAIDE's multidisciplinary analysis capabilities through a graphical interface. Users can configure aerodynamic methods, atmospheric models, weight estimation approaches, and aeroacoustic settings without directly interacting with Python code. The available options mirror those found within RCAIDE's analysis framework, ensuring consistency between GUI-based and script-based workflows.</p>
|
|
125
|
+
</td>
|
|
126
|
+
</tr>
|
|
127
|
+
<tr>
|
|
128
|
+
<td width="50%">
|
|
129
|
+
<h3>Mission Setup</h3>
|
|
130
|
+
<p>The Mission Setup tab enables users to create complete flight profiles through an intuitive visual workflow. Mission segments such as takeoff, climb, cruise, descent, and landing can be added and customized with specific operating conditions, solver settings, and control points. Each segment can also be linked to previously defined vehicle configurations and analyses, creating a fully integrated mission definition process.</p>
|
|
131
|
+
</td>
|
|
132
|
+
<td width="50%">
|
|
133
|
+
<img src="app_data/images/Mission%20Setup%20(1).png" alt="Mission Setup tab">
|
|
134
|
+
</td>
|
|
135
|
+
</tr>
|
|
136
|
+
<tr>
|
|
137
|
+
<td width="50%">
|
|
138
|
+
<img src="app_data/images/Mission%20Simulation%20(1).png" alt="Mission Simulation tab">
|
|
139
|
+
</td>
|
|
140
|
+
<td width="50%">
|
|
141
|
+
<h3>Mission Simulation</h3>
|
|
142
|
+
<p>The Mission Simulation tab is where aircraft designs are evaluated using RCAIDE's analysis framework. Once the vehicle, configurations, analyses, and mission profile have been defined, simulations can be executed directly from the GUI. Results are presented through plots and numerical outputs, including performance metrics, fuel burn, range, energy consumption, flight time, and stability characteristics, which can be exported for further analysis.</p>
|
|
143
|
+
</td>
|
|
144
|
+
</tr>
|
|
145
|
+
</table>
|
|
146
|
+
|
|
147
|
+
## Why Use It?
|
|
148
|
+
|
|
149
|
+
| Capability | What it unlocks |
|
|
150
|
+
| --- | --- |
|
|
151
|
+
| Visual aircraft setup | Create and modify complex aircraft models without hand-writing setup scripts. |
|
|
152
|
+
| Live geometry feedback | Catch sizing, placement, and configuration issues early in the design process. |
|
|
153
|
+
| Connected analysis workflow | Move from geometry to configurations, analyses, missions, and results in one desktop environment. |
|
|
154
|
+
| RCAIDE integration | Use the same open-source design and analysis ecosystem behind scripted RCAIDE workflows. |
|
|
155
|
+
|
|
156
|
+
## Requirements
|
|
157
|
+
|
|
158
|
+
- Python 3.9 or newer
|
|
159
|
+
- PyQt6
|
|
160
|
+
- pyvista and pyvistaqt
|
|
161
|
+
- RCAIDE-LEADS, installed automatically with `RCAIDE-GUI`
|
|
162
|
+
|
|
163
|
+
For platform-specific setup notes, see the [RCAIDE installation guide](https://www.docs.rcaide.leadsresearchgroup.com/install.html).
|
|
164
|
+
|
|
165
|
+
## Contributing
|
|
166
|
+
|
|
167
|
+
Contributions are welcome! If you want to add methods, improve documentation, or fix issues, start with the [RCAIDE contribution guidelines](https://www.docs.rcaide.leadsresearchgroup.com/contributing.html), then open a pull request against this repository.
|
|
168
|
+
|
|
169
|
+
## Get in Touch
|
|
170
|
+
|
|
171
|
+
Share feedback, report issues, and request features through [GitHub Issues](https://github.com/leadsgroup/RCAIDE_GUI/issues). For broader discussion with users and maintainers, join [GitHub Discussions](https://github.com/leadsgroup/RCAIDE_LEADS/discussions).
|
rcaide_gui-1.0.3/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.3
|
|
@@ -5,7 +5,7 @@ import importlib
|
|
|
5
5
|
import numpy as np
|
|
6
6
|
import types as _types_module
|
|
7
7
|
from collections import OrderedDict
|
|
8
|
-
from RCAIDE.load import read_RCAIDE_json_dict
|
|
8
|
+
from RCAIDE.Input_Output.load import read_RCAIDE_json_dict
|
|
9
9
|
from RCAIDE.Framework.Core import Data, DataOrdered
|
|
10
10
|
|
|
11
11
|
_ROOT = os.path.dirname(os.path.abspath(__file__))
|
|
@@ -353,7 +353,7 @@ def _build_dict_r_with_types(v):
|
|
|
353
353
|
|
|
354
354
|
|
|
355
355
|
def _build_dict_base_with_types(base):
|
|
356
|
-
"""Top-level serialisation: like RCAIDE.save.build_dict_base but includes __type__."""
|
|
356
|
+
"""Top-level serialisation: like RCAIDE.Input_Output.save.build_dict_base but includes __type__."""
|
|
357
357
|
_skip = ('_component_root_map', '_energy_network_root_map', '_base', '_diff')
|
|
358
358
|
base_dict = {}
|
|
359
359
|
for k in base.keys():
|
|
@@ -420,7 +420,7 @@ rcaide_mission = RCAIDE.Framework.Mission.Sequential_Segments()
|
|
|
420
420
|
|
|
421
421
|
def vehicle_to_ui_format(vehicle_obj):
|
|
422
422
|
"""Convert a RCAIDE vehicle object to UI format for display in frames."""
|
|
423
|
-
from RCAIDE.save import build_dict_base
|
|
423
|
+
from RCAIDE.Input_Output.save import build_dict_base
|
|
424
424
|
from tabs.geometry.frames import VehicleFrame
|
|
425
425
|
|
|
426
426
|
vehicle_dict = make_json_safe(build_dict_base(vehicle_obj))
|
|
@@ -770,7 +770,7 @@ def write_to_json():
|
|
|
770
770
|
def read_from_json(data_str, source_dir=None):
|
|
771
771
|
global rcaide_vehicle, vehicle, rcaide_configs, config_data, analysis_data, mission_data, propulsor_names, rcaide_analyses
|
|
772
772
|
from RCAIDE.Library.Components.Configs.Config import Config
|
|
773
|
-
from RCAIDE.
|
|
773
|
+
from RCAIDE.Input_Output.import_data import analyses_setup as _analyses_setup
|
|
774
774
|
|
|
775
775
|
data = json.loads(data_str, object_pairs_hook=OrderedDict)
|
|
776
776
|
rcaide_vehicle_dict = data["rcaide_vehicle"]
|
rcaide_gui-1.0.2/README.md
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img src="https://github.com/leadsgroup/RCAIDE_Website/blob/main/assets/img/RCAIDE_Logo_No_Background.png" width=25% height=25%>
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
#
|
|
6
|
-
<div align="center">
|
|
7
|
-
|
|
8
|
-
<!-- [](https://github.com/leadsgroup/RCAIDE_LEADS/actions/workflows/CI.yml)
|
|
9
|
-
[](https://github.com/leadsgroup/RCAIDE_LEADS/actions/workflows/sphinx_docs.yml)
|
|
10
|
-
[](https://codecov.io/gh/leadsgroup/RCAIDE_LEADS) -->
|
|
11
|
-
|
|
12
|
-
[](https://pepy.tech/projects/rcaide-gui)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
[RCAIDE: Graphical User Interface]([link](https://www.rcaide.leadsresearchgroup.com/gui/))
|
|
19
|
-
=======
|
|
20
|
-
The Research Community Aircraft Interdisciplinary Design Environment (RCAIDE) Graphical User Interface (GUI) is an interactive, visual workflow for RCAIDE, a powerful open-source Python platform that revolutionizes aircraft design and analysis at a high-fidelity. The GUI provides an intuitive desktop application that allows aerospace engineers, researchers, and students to accelerate aircraft development and explore innovative designs without the need to write complex Python scripts. The software is developed and maintained by the [Lab for Electric Aircraft Design and Sustainability](https://www.leadsresearchgroup.com/)
|
|
21
|
-
|
|
22
|
-
[Find more information on RCAIDE, its capabilities, external interfaces, and how to download here.](https://www.docs.rcaide.leadsresearchgroup.com/install.html)
|
|
23
|
-
|
|
24
|
-
## RCAIDE GUI Architecture
|
|
25
|
-
The RCAIDE GUI is structured into tabs to flow with the aircraft design process.
|
|
26
|
-
|
|
27
|
-
* **Vehicle Setup**: This is the foundation of designing your aircraft - defining your aircraft's geometry. Using a component tree, add wings, fuselages, nacelles, landing gear, booms, and propulsors. Then, specify parameters and dimensions to build up your aircraft. This tab also features a live 3D preview of the aircraft to instantly verify geometric dimensions and placements.
|
|
28
|
-
* **Geometry Visualization**: A complete 3D rendering environment powered by VTK. Using this tab, users can inspect their aircraft, check component placement, and export top, front, and side view visualization images before conducting further analysis.
|
|
29
|
-
* **Configurations Setup**: Define the physical states of the aircraft during different phases of flight. Users can set up base, takeoff, cruise, and landing configurations by specifying control surface deflections, landing gear deployment states, and active propulsors.
|
|
30
|
-
* **Analyses Setup**: Define the analysis for RCAIDE's multidisciplinary solvers. Users can toggle and select their analyses requirements and configure the fidelity of the physics models, including aerodynamic solvers, atmospheric conditions, weights, and aeroacoustic parameters.
|
|
31
|
-
* **Mission Setup**: Construct the flight profile. Users can chain together flight segments (takeoff, climb, cruise, descent). Each segment is customized with specific altitudes and speeds, and is linked to previously defined aircraft configurations and analyses.
|
|
32
|
-
* **Mission Simulation**: The tab that displays your results. Once the vehicle, analyses, and mission are defined, the tab runs the backend RCAIDE solvers and returns numerical and graphical outputs (such as performance data, payload-range charts, and stability metrics) for the user to evaluate and export.
|
|
33
|
-
|
|
34
|
-
```mermaid
|
|
35
|
-
%%{init: {'flowchart': {'curve': 'linear', 'nodeSpacing': 50, 'rankSpacing': 50}}}%%
|
|
36
|
-
flowchart LR
|
|
37
|
-
VS[Vehicle Setup]
|
|
38
|
-
GV[Geometry Visualization]
|
|
39
|
-
CS[Configurations Setup]
|
|
40
|
-
AS[Analyses Setup]
|
|
41
|
-
MSP[Mission Setup]
|
|
42
|
-
MSI[Mission Simulation]
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
VS ---> GV
|
|
46
|
-
GV ---> CS
|
|
47
|
-
CS ---> AS
|
|
48
|
-
AS ---> MSP
|
|
49
|
-
MSP ---> MSI
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
**Getting Involved**
|
|
53
|
-
|
|
54
|
-
If you'd like to help us develop RCAIDE by adding new methods, writing documentation, or fixing embarrassing bugs, please look at these [guidelines](https://www.docs.rcaide.leadsresearchgroup.com/contributing.html).
|
|
55
|
-
|
|
56
|
-
Submit improvements or new features with a [pull request](https://github.com/leadsgroup/RCAIDE_LEADS/pulls)
|
|
57
|
-
|
|
58
|
-
## Get in touch
|
|
59
|
-
|
|
60
|
-
Share feedback, report issues, and request features via or [Github Issues](https://github.com/leadsgroup/RCAIDE_LEADS/issues)
|
|
61
|
-
|
|
62
|
-
Engage with peers and maintainers in [Discussions](https://github.com/leadsgroup/RCAIDE_LEADS/discussions)
|
rcaide_gui-1.0.2/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.2
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/landing_gears/landing_gear_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/converters/__init__.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/converters/converter_frame.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/distributors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/nacelles/nacelle_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/propulsors/__init__.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/propulsors/propulsor_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/sources/energy_source_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/fuselage_section_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/converters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/distributors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/modulators/__init__.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/modulators/esc_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/propulsors/__init__.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/propulsors/turbofan_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/fuel_tank_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_2D_noise_contour.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_3D_noise_contour.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aerodynamic_coefficients.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aerodynamic_forces.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aircraft_aerodynamics.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_lift_distribution.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_conditions.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_disc_performance.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_performance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_cell_conditions.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_module_C_rates.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_module_conditions.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_pack_conditions.py
RENAMED
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_ragone_diagram.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_flight_forces_and_moments.py
RENAMED
|
File without changes
|
|
File without changes
|
{rcaide_gui-1.0.2 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_longitudinal_stability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|