Download presentation
Presentation is loading. Please wait.
Published byAhmad Beecher Modified over 9 years ago
1
MaxSea International Software editor for marine market MaxSea is distributed in 25 countries Available in 13 languages. 90.000 ships equiped
2
Our group H OLDING B IDART - F RANCE S OFTWARE B IDART - F RANCE C OMMERCIAL, S ALES, M ARKETING, SUPPORT B ARCELONA - S PAIN S OFTWARE P ORTLAND - USA C HARTS B IDART - F RANCE 75 E MPLOYES T URNOVER 2012: 6.2 M€ (+10%)
3
Radar Overlay Strong collaboration with FURUNO Japan (1st worldwide marine electronics manufacturer).
4
Cameras FLIR (IR, night vision…)
5
Isochrones for minimum time route optimization Wind polar Wave polar Set sail Weather prediction (wind, waves) Currents Optimal route
6
DEMO
7
Isochrone : Dynamic programming N Objective: Maximize distance for a given time interval ∆t DStep n →Isochrone at time ζ Reference : Knmi publicatie met nummer : 102.94 On minimal-time ship routing S.J. Bijlsma 1975
8
N D Wind Polars Isochrone : Dynamic programming
9
N D a d1d1 d2d2 d3d3 d4d4 What is the shorter path ? Isochrone : Dynamic programming
10
N D Wind polar Direct construction of next point : normal to isochrone == normal to polar Isochrone : Dynamic programming
11
N D Repeat for all isochrone point, you construct next isochrone. Isochrone : Dynamic programming
12
Next isochrone (dash) Optimization becomes a geometrical optimization. Not easy to resolve, in good computational time, taking into account numerical precision. Multiple path for optimal route at intersection point. Isochrone : Dynamic programming
13
Route optimization for motor boats Main goal: fuel consumption optimization. But also limit weather conditions. Several types of boats – Motor – Motor with sail assistance – Motor Sailing – Sailing
14
3D Routing New problem : find best course (2d) and best motor speed (power) to minimize fuel consumption. Motor and MotorSail boats have round speed polars (motor always on) => isochrones are isodistance (shortest path).
18
Fuel Consumption models Motor : – Hydro & areo dynamic forces + motor consumption curve. – Approximation 2 nd degree from speed inside speed limits (18-25kts) : Conso t/nm = 0.0036*V2 + 0.1015V + 0.8848 (not linear) Motor Sailing : mutilple Wind polar curves (for each motor power / sail %).
19
Fast Marching Method Ordered Upwind Method We wanted a new method for 2D & 3D (more easy to implement than 3D geometric calculation). Differential equation : Consumption = f(x,y,t,course,motor power). Front propagation. Strong anisotropy : wind and wind polar (sailing) or waves.
20
Ordered Upwind Method Considered are sorted according to cost. Reference : SIAM J. Numer. Anal., 41(1), 325–363. (39 pages) Ordered Upwind Methods for Static Hamilton--Jacobi Equations: Theory and Algorithms
21
Ordered Upwind Method Smallest Considered is removed from Sorted Queue. It becomes the Last Accepted.
22
Ordered Upwind Method All Neighbors of Last Accepted are updated. Cost and Arrival Time are computed.
23
Ordered Upwind Method Again, smallest Considered => Last Accepted
24
Ordered Upwind Method The Front advanced with 2 new Accepted. Loop until arrival point is reached.
25
3D OUM
26
OUM : 3 update methods Direct Cost : from a node to horizontal, vertical or diagonal node. Enumeration : minimise over 20 angles (original method from Vladimirsky) Gradiant : from downwind gradiant, select best speed vector in polar, use it to compute upwind.
27
Enumeration Linear cost interpolation between U2 & U3. 20 angles tried for minimization.
28
Gradiant, when 3 accepted neighboors
29
DEMO
30
Experience Difficult to validate results : reference solution. Gradiant was working during unit testing, we found problems during integration. Parallel algorithm is not evidence. Software optimization is needed for interactive simulations.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.