A project in the course of Model-Based Systems Engineering at the Technical University of Denmark (02223)
- How would a transport network consisting of drones compare to established networks (e.g. trucks, trains, boats, airplanes) if measured in terms of average delivery time and cost efficiency? In which scenarios, if any, would drones be the best solution?
- Collision with other drones or aircrafts is not of concern
- Terrain and obstacles are not considered
- Vehicles are loaded and fueled automatically and without delay
- Unlimited supply of fuel/electricity at the base stations
- There is always a constant communication link between the vehicles and the central coordination system, and there is no delay
The following parameters describe values that the simulation can be evaluated upon, not the runtime variables.
- Movement
- Average Speed (km/h)
- Fuel (any fuel type, capacity and consumption just has to be consistent)
- Fuel Capacity (liters, mAh, etc.)
- Fuel Consumption (per m)
- Refueling time (seconds)
- Allow refueling at targets (
true
orfalse
)
- Transport
- Maximum payload weight (kg)
- Cost
- Purchasing cost (€)
- Cost per hour (€)
- Cost per km (€)
- Wind direction and speed (heading and m/s)
- List of orders (should be many and randomly generated to ensure equal chances for all vehicle types, and allows for analysis which vehicles can fulfill which orders most efficiently)
- Origin and destination vertex
- Payload weight
- Number of vehicles
- Initial distribution of vehicles (if multiple bases)
-
Current application: https://johannesmols.github.io/Caelicus/
-
Mockups: https://www.figma.com/file/9LLukX1RzZNmQ4a6vpPVAq/Caelicus
- C#
- Blazor WebAssembly
- Visual Studio 2019 Preview: https://visualstudio.microsoft.com/vs/preview/
- .NET 5.0 Preview: https://dotnet.microsoft.com/download/dotnet/5.0