kartoun commited on
Commit
640ef6c
·
verified ·
1 Parent(s): 17f72bf

Create Field_Definitions.md

Browse files
Files changed (1) hide show
  1. Field_Definitions.md +128 -0
Field_Definitions.md ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### `designs.csv` — Field Definitions
2
+
3
+ - **design_id** – Unique identifier for each synthetic aircraft design.
4
+ - **animals** – Comma-separated list of bio-inspired animals influencing this design.
5
+ - **traits** – Comma-separated list of functional traits derived from the animals (e.g., burst power, glide efficiency).
6
+ - **animal_count** – Number of distinct animals contributing traits to this design.
7
+ - **trait_count** – Number of distinct traits applied to this design.
8
+
9
+ - **empty_mass_kg** – Airframe + systems mass without payload (kilograms).
10
+ - **payload_mass_kg** – Assigned payload mass for the DARPA mission scenario (kilograms).
11
+ - **rotor_count** – Total number of rotors / lift fans in the design.
12
+ - **max_twr** – Maximum thrust-to-weight ratio achievable by the propulsion system.
13
+ - **burst_power_factor** – Multiplier indicating short-duration burst power relative to nominal power (1.0 = none).
14
+ - **burst_duration_s** – Approximate duration for which burst power can be sustained (seconds).
15
+ - **unsteady_lift_gain** – Dimensionless factor representing additional lift from unsteady / vortex aerodynamics (bee-like hover).
16
+
17
+ - **energy_system_type** – Categorical label for the primary energy system (e.g., `li_ion`, `li_s`, `solid_state`, `fuel_cell_li_ion_hybrid`).
18
+ - **energy_system_description** – Text description of the energy system and maturity.
19
+ - **energy_density_class** – Qualitative class for energy density (e.g., `medium_high`, `very_high`, `extreme`).
20
+ - **power_class** – Qualitative class for available power output (e.g., `high`, `medium`).
21
+ - **tech_maturity_class** – Qualitative indicator of technology readiness (e.g., `high`, `medium_low`).
22
+ - **energy_system_extra_failure_risk** – Additional failure-risk contribution from the chosen energy system (dimensionless probability term).
23
+
24
+ - **battery_mass_kg** – Mass of the main battery pack (kilograms).
25
+ - **battery_spec_energy_Wh_per_kg** – Sampled specific energy of the battery chemistry (watt-hours per kilogram).
26
+ - **battery_energy_Wh** – Total usable battery energy (watt-hours).
27
+ - **supercap_mass_kg** – Mass of high-power supercapacitors (kilograms).
28
+ - **supercap_energy_Wh** – Usable energy stored in supercapacitors (watt-hours).
29
+
30
+ - **structural_material** – Primary structural material choice (e.g., `carbon_composite`, `aluminum_lithium`, `titanium_alloy`).
31
+ - **structural_material_class** – Qualitative category for weight vs stiffness (e.g., `light_stiff`, `heavy_robust`).
32
+ - **structural_extra_failure_risk** – Added structural failure-risk term from the material choice.
33
+ - **rotor_blade_material** – Material used for rotor blades (e.g., carbon composite, glass composite, aluminum).
34
+ - **landing_gear_material** – Material used for landing gear (e.g., titanium, steel, composite).
35
+
36
+ - **frame_stiffness_longitudinal** – Relative stiffness index of the longitudinal frame (higher = stiffer, lower = more compliant).
37
+ - **tendon_cable_fraction** – Fraction of structural load carried by tendon / cable analogs (0–1).
38
+ - **gust_rejection_gain** – Control-system gain describing how aggressively the aircraft rejects wind gust disturbances.
39
+ - **landing_gear_mass_kg** – Mass allocated to landing gear (kilograms).
40
+ - **max_touchdown_velocity_mps** – Maximum tolerated vertical touchdown speed before structural risk increases (meters per second).
41
+
42
+ - **cruise_speed_mps** – Nominal cruise speed used in mission planning (meters per second).
43
+ - **climb_rate_mps** – Nominal vertical climb rate to reach cruise altitude (meters per second).
44
+ - **mode_count** – Number of distinct control / flight “modes” or gaits available (e.g., hover, heavy-load cruise, light-load return).
45
+
46
+ - **mtow_kg** – Maximum takeoff weight: empty mass + payload mass (kilograms).
47
+ - **payload_to_aircraft_ratio** – Ratio of payload mass to empty aircraft mass.
48
+
49
+ - **rule_empty_mass_ok** – Boolean flag indicating whether empty mass satisfies the DARPA maximum empty-mass constraint.
50
+ - **rule_payload_ok** – Boolean flag indicating whether payload meets or exceeds the DARPA minimum payload constraint.
51
+ - **design_qualifying** – `True` if both mass and payload rules are satisfied; otherwise `False`.
52
+ - **design_qualifying_score** – Qualifying score used in the dataset, equal to `payload_to_aircraft_ratio` for qualifying designs and `0.0` otherwise.
53
+
54
+ - **design_summary** – Human-readable paragraph summarizing the design, its inspirations, and performance profile.
55
+
56
+ - **propulsion_architecture** – High-level propulsion architecture label (e.g., `pure_rotor_electric`, `rotor_plus_pusher`, `rotor_plus_small_jet`, `ducted_fans_hybrid`).
57
+ - **primary_propulsor_type** – Primary thrust mechanism type (e.g., `multirotor`, `ducted_fan_array`).
58
+ - **secondary_propulsor_type** – Secondary propulsion type if present (e.g., `pusher_propeller`, `small_jet`, or `none`).
59
+ - **secondary_propulsor_fraction** – Fraction of thrust / power budget attributed to the secondary propulsor (0–1).
60
+
61
+ - **propulsion_hover_power_factor** – Multiplier applied to hover power due to propulsion architecture.
62
+ - **propulsion_cruise_power_factor** – Multiplier applied to cruise power due to propulsion architecture.
63
+ - **propulsion_arch_extra_failure_risk** – Added failure-risk term specific to the propulsion architecture choice.
64
+
65
+ - **image_prompt** – Text prompt describing the design for use with image generation models (optional; not required for analysis).
66
+
67
+ ### `missions.csv` — Field Definitions
68
+
69
+ One row per simulated mission scenario.
70
+
71
+ - **design_id** – ID linking to the aircraft configuration used in this mission.
72
+ - **mission_id** – Unique identifier for this mission instance.
73
+ - **wind_speed_kts** – Ambient wind speed sampled for the mission (knots).
74
+ - **turbulence_index** – Dimensionless turbulence severity factor (0.0–1.0), with higher values representing more aggressive gusts.
75
+
76
+ - **success** – Boolean indicator: `True` if the aircraft completed the mission within constraints; otherwise `False`.
77
+
78
+ - **failure_phase** – Name of the flight phase where the mission failed (e.g., `climb`, `cruise`, `landing`), or `none` for successful missions.
79
+ - **failure_reason** – Text description of the reason for mission termination
80
+ (e.g., `"energy_depleted"`, `"time_exceeded"`, `"random_failure"`, `"payload_loss"`).
81
+ - **rule_violation** – DARPA rule that was violated if termination occurred (empty if none).
82
+
83
+ - **total_time_s** – Actual mission duration from takeoff to termination (seconds).
84
+ - **time_takeoff_climb_s** – Time spent climbing to cruise altitude (seconds).
85
+ - **time_loaded_cruise_s** – Time in cruise while carrying payload (seconds).
86
+ - **time_empty_cruise_s** – Return/cruise time after payload release (seconds), when applicable.
87
+ - **time_descent_landing_s** – Time spent in controlled descent and landing approach (seconds).
88
+
89
+ - **energy_used_Wh** – Total energy consumed over the mission (watt-hours).
90
+ - **battery_energy_remaining_Wh** – Remaining battery energy at mission termination (watt-hours).
91
+
92
+ - **payload_to_aircraft_ratio** – Design-level payload efficiency (repeated from design file for convenience).
93
+ - **is_qualifying_run** – `True` if all mission rules were satisfied.
94
+ - **qualifying_score** – Mission-level score for qualifying runs; `0.0` if not qualifying
95
+ (calculated as payload-to-aircraft efficiency adjusted for mission success).
96
+
97
+ ### `missions_timeseries.csv` — Field Definitions
98
+
99
+ Time-indexed telemetry data sampled throughout each mission.
100
+
101
+ One row represents one timestep for a given design and mission.
102
+
103
+ - **design_id** – Aircraft configuration identifier.
104
+ - **mission_id** – Mission instance identifier (links to `missions.csv`).
105
+
106
+ - **t_s** – Elapsed simulation time since takeoff (seconds).
107
+
108
+ - **phase** – Current flight phase label at this timestep:
109
+ - `takeoff_climb`
110
+ - `loaded_cruise`
111
+ - `empty_cruise`
112
+ - `descent_landing`
113
+ - `terminated` (if triggered by rule or random failure)
114
+
115
+ - **altitude_m** – Instantaneous altitude above ground (meters).
116
+ - **distance_m** – Total horizontal distance traveled since takeoff (meters).
117
+ - **speed_mps** – Airspeed (meters per second).
118
+
119
+ - **mass_kg** – Current total mass of the aircraft (kg), including payload when attached.
120
+
121
+ - **power_W** – Instantaneous electrical/mechanical power draw (watts).
122
+ - **energy_used_Wh_cum** – Cumulative energy consumed up to this timestep (watt-hours).
123
+ - **battery_remaining_Wh** – Estimated remaining usable battery energy (watt-hours).
124
+
125
+ - **payload_attached** – Indicates whether payload is still attached (1 = yes, 0 = deployed/removed).
126
+
127
+ - **wind_speed_kts** – Sampled wind speed affecting that timestep (knots).
128
+ - **turbulence_index** – Stochastic disturbance intensity (0.0–1.0), influencing control and gust corrections.