+ All Categories
Home > Documents > Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge...

Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge...

Date post: 18-Mar-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
24
Numerical Simulation of Ice Ridge Breaking February 2 nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART, Prof. University of Rostock Quentin HISETTE, Hamburg Ship Model Basin
Transcript
Page 1: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

Numerical Simulation of Ice Ridge Breaking

February 2nd 2016Rostock

Aleksei ALEKSEEV, EMSHIP studentRobert BRONSART, Prof. University of RostockQuentin HISETTE, Hamburg Ship Model Basin

Page 2: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

2

Goal & Solutions Steps

Goal

To develop a numerical solver capable of simulating ship breaking through an ice ridge

Solution Steps

• Ice ridges

• Discrete Element Method

• Software development

• Validation & Results

• Conclusions & Proposals

Page 3: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

3Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Ice ridges

Source: https://www.youtube.com/watch?v=9vJ3QkRCuPs

Page 4: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

4Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

• Dimensions

• Configuration of ice ridge

Ice ridges

Source: Ship Breaking Through Ice Ridges by D.Ehle

Page 5: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

5Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Discrete Element Method

Application in:

Soil mechanics

Rock engineering

Geophysics

Mineral processing

Powder metallurgySource: http://www.metariver.kr/

DEM – numerical method for calculation of motion of large number of particles

Page 6: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

6Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Discrete Element Method

Application in:

Soil mechanics

Rock engineering

Geophysics

Mineral processing

Powder metallurgy

DEM – numerical method for calculation of motion of large number of particles

Discrete Elements

Ice-related

simulations?

Page 7: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

7Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Discrete Element Method

Program start

Initialization of elementsGraphical output

(initialized simulation domain)

Update bounding boxes

Update elements

Update neighborhood list

Compute forces and torques

New position

t = 0 + dt

𝜐1 𝜐3

𝜐2

Time increment

Graphical output, velocity and

acceleration output

Program End

𝜐1

𝜐3

𝜐2

t = 0

t = 0 + dt

Contact

Page 8: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

8Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Discrete Element Method

• Ice ridge as an assembly of discrete elements

• Ship as a discrete element with special features

Page 9: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

9Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Introducing ship hull into simulation

VERT_COORDvertex index 1 → 4

FACE_EQUATIONface index 1 → 4

FACE_VERTEX_TABLEface index 1 → 4

VERT_FACE_TABLEvertex index 1 → 4

Page 10: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

10Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Quaternions & Spatial Orientation

𝒒 = 𝒘 𝟏 + 𝒙𝑰 + 𝒚𝑱 + 𝒛𝑲

𝑰 ∙ 𝑰 = −𝟏 𝑱 ∙ 𝑱 = −𝟏 𝑲 ∙ 𝑲 = −𝟏

𝒘 = 𝒄𝒐𝒔𝝋

𝟐𝒄𝒐𝒔

𝜽

𝟐𝒄𝒐𝒔

𝝍

𝟐+ 𝒔𝒊𝒏

𝝋

𝟐𝒔𝒊𝒏

𝜽

𝟐𝒔𝒊𝒏

𝝍

𝟐

𝒙 = 𝒔𝒊𝒏𝝋

𝟐𝒄𝒐𝒔

𝜽

𝟐𝒄𝒐𝒔

𝝍

𝟐− 𝒄𝒐𝒔

𝝋

𝟐𝒔𝒊𝒏

𝜽

𝟐𝒔𝒊𝒏

𝝍

𝟐

𝒚 = 𝒄𝒐𝒔𝝋

𝟐𝒔𝒊𝒏

𝜽

𝟐𝒄𝒐𝒔

𝝍

𝟐+ 𝒔𝒊𝒏

𝝋

𝟐𝒄𝒐𝒔

𝜽

𝟐𝒔𝒊𝒏

𝝍

𝟐

𝒛 = 𝒄𝒐𝒔𝝋

𝟐𝒄𝒐𝒔

𝜽

𝟐𝒔𝒊𝒏

𝝍

𝟐− 𝒔𝒊𝒏

𝝋

𝟐𝒔𝒊𝒏

𝜽

𝟐𝒄𝒐𝒔

𝝍

𝟐

𝑟 = 𝖖 𝑟 𝖖∗

Definition of quaternion components:

4464 vertices

3908 faces

Page 11: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

11Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Ship Buoyancy and Propulsion

Page 12: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

12Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Ship Buoyancy and Propulsion

Contour lineCutting plane

Page 13: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

13Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Ship Buoyancy and Propulsion

𝐴𝑖 =𝑉1𝑉2 × 𝑉2𝑉3

2

𝐴 =

𝑖=1

𝑁∆

𝐴𝑖V =ℎ

31 ∙ 𝐴𝑟𝑒𝑎1 + 4 ∙ 𝐴𝑟𝑒𝑎2 + 1 ∙ 𝐴𝑟𝑒𝑎3

Gift wrapping algorithm Cross sectional area

Simpson’s First Rule integrator

𝑀 = 𝐹𝑏 × 𝐺𝐵

Buoyancy restoring moment

Page 14: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

14

Ship Buoyancy and Propulsion

Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Page 15: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

15

Equations of Motions

Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

• Rectilinear degrees of freedom

𝑭𝒊 = 𝒎 ∙ 𝒗𝒊

• Rotational degrees of freedom

𝑑2𝖖

𝑑𝑡2=1

2 𝜔𝖖 + 𝖖𝜔

Page 16: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

16

Predictor – Corrector Numerical Solver

Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

• Rectilinear degrees of freedom

1. Predictor step

𝒓 = 𝒓 + 𝒓𝒅𝒕 + 𝒓𝒅𝒕𝟐

𝟐 𝒓 = 𝒓 + 𝒓𝒅𝒕

𝖖 = 𝖖 + 𝖖𝒅𝒕 + 𝖖𝒅𝒕𝟐

𝟐 𝖖 = 𝖖 + 𝖖𝒅𝒕

• Rotational degrees of freedom

𝒓 = 𝒓 + 𝒄𝟎𝚫 𝒓 𝒓 = 𝒓 + 𝒄𝟏𝚫 𝒓

𝖖 = 𝖖 + 𝒄𝟎𝚫 𝖖

𝖖 = 𝖖 + 𝒄𝟏𝚫 𝖖

𝖖 = 𝖖 + 𝒄𝟐𝚫 𝖖

2. Corrector step

• Rectilinear degrees of freedom

• Rotational degrees of freedom

Page 17: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

17Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Forces Calculation

GG

Elastic

Cohesion

Friction

Drag

Buoyancy

Gravity

Page 18: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

18Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Hanging non-convex ship hulls

• Translation

• Rotation

Page 19: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

19Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Lindqvist ice resistance theory

Level ice resistance

𝑹𝒊𝒄𝒆 = 𝑹𝒄 + 𝑹𝒃 + 𝑹𝒔

Source: Simulation of ice Management Operations by Q. Hisette

Page 20: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

20

Visualization

Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Page 21: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

21Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Simulation

Page 22: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

22Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Simulation

Page 23: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

23Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3

Validation: ridge 1

Page 24: Numerical Simulation of Ice Ridge Breaking · 2017-02-23 · Numerical Simulation of Ice Ridge Breaking February 2nd 2016 Rostock Aleksei ALEKSEEV, EMSHIP student Robert BRONSART,

Conclusions

• Flexible software for ship breaking through an ice ridge

• DEM is suitable to model ice/hull interaction

• Calibration of forces models and validation is required

Proposals

• Computational speed

• Level ice resistance

• Development towards brash ice, ice floes, etc.

Conclusions & Proposals

24Ice ridges DEM Software 1 Results ConclusionsSoftware 2 Software 3


Recommended