Problem definition
Incropera & DeWitt, 'Fundamentals of Heat and Mass Transfer'; Shahid et al., 'Thermal Analysis of Multirotor UAVs' (2022)
Canonical RHS excerpt from the registered callable used for this benchmark cell. Expand it to verify the state equations; it is not a standalone runnable fixture.
- Parameters
- _BATT_R_INTERNAL = 0.06
- _C_BATT = 120
- _C_ESC = 2
- _C_FRAME = 50
- _C_MOTOR = 8
- _C_PAYLOAD = 15
- _ESC_R_DS_ON = 0.008
- _H_BATT_BASE = 0.1
- _H_ESC_BASE = 0.3
- _H_MOTOR_BASE = 0.5
- _MOTOR_R_PHASE = 0.15
- _R_BATT_FRAME = 8
- _R_ESC_FRAME = 6
- _R_FRAME_AIR = 15
- _R_MOTOR_FRAME = 4
- _R_PAYLOAD_FRAME = 10
- _T_AMB = 25
- Initial condition
- y(0) = [25, 25, 25, 25, 25, 25, …] [shape=(13,), min=0, max=25]
- Horizon
- t ∈ [0, 600]
Canonical RHS excerpt captured from the same registered callable used for the published benchmark. Frozen closure values are summarized below; helper imports and solver settings are intentionally omitted.