SlideShare a Scribd company logo
1 of 46
Download to read offline
Introduction Governing equations Numerical methodology Results Conclusions
Large strain solid dynamics in OpenFOAM
Jibran Haider a, b
, Chun Hean Lee a
, Antonio J. Gil a
, Javier Bonet c
& Antonio Huerta b
a
Zienkiewicz Centre for Computational Engineering (ZCCE),
College of Engineering, Swansea University, UK
b
Laboratory of Computational Methods and Numerical Analysis (LaCàN),
Universitat Politèchnica de Catalunya (UPC BarcelonaTech), Spain
c
University of Greenwich, London, UK
The 4th Annual OpenFOAM User Conference (11th
- 13th
October 2016)
12 th
October 2016
http://www.jibranhaider.weebly.com
Funded by the Erasmus Mundus SEED PhD Programme and ESI Group
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 1
Introduction Governing equations Numerical methodology Results Conclusions
Research group at Swansea University
Dr. Antonio J. Gil
Associate Professor
Dr. Chun Hean Lee
Research Fellow
Prof. Javier Bonet
University of Greenwich
Prof. Antonio Huerta
UPC BarcelonaTech
Dr. Rogelio
Ortigosa
Postdoc
Jibran Haider
Research Assistant
Osama I.
Hassan
Research Assistant
Roman Poya
Research Assistant
Emilio G. Blanco
Research Assistant
Ataollah
Ghavamian
Research Assistant
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 2
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 3
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 4
Introduction Governing equations Numerical methodology Results Conclusions
Fast transient dynamics
Objectives
• Simulate fast-transient solid dynamic problems.
• Develop an industry-driven library of low order numerical
schemes.
Solid dynamics in OpenFOAM [Jasak & Weller, 2000]
× Standard displacement based implicit dynamics
× Linear elastic material with small strain deformation
× Locking in nearly incompressible scenarios
× First order convergence for stresses and strains
× Poor performance in shock dominated scenarios
OpenFOAM solid mechanics community [Ivankovic et al.]
• [Cardiff et al., 2012; 2014; 2016] −→ displacement based + pressure instabilities +
moderate strains + ....
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 5
Introduction Governing equations Numerical methodology Results Conclusions
Proposed solid formulation
• First order conservation laws similar to the one used in CFD community.
• Entitled TOtal Lagrangian Upwind Cell-centred FVM for Hyperbolic conservation laws
(TOUCH).
• Programmed in the open-source CFD software OpenFOAM.
TOUCH scheme
[Haider et al., 2016; Lee et al., 2013]
Mixed explicit dynamics
Complex constitutive models
Large strain deformation
No bending and volumtric locking
Second order convergence for stresses and
strains
v = 100 m/s
(0.5, 0.5, 0.5)
(−0.5, −0.5, −0.5)
[Punch cube]
Aim is to bridge the gap between CFD and computational solid dynamics.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 6
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 7
Introduction Governing equations Numerical methodology Results Conclusions
Total Lagrangian formulation
Conservation laws
• Linear momentum
∂p
∂t
= 0 · P(F) + ρ0b; p = ρ0v
• Deformation gradient
∂F
∂t
= 0 ·
1
ρ0
p ⊗ I ; CURL F = 0
Additional equations
• Total energy
∂E
∂t
= 0 ·
1
ρ0
PT
p − Q + s
An appropriate constitutive model is required to close the system.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 8
Introduction Governing equations Numerical methodology Results Conclusions
Hyperbolic system
First order conservation laws
∂U
∂t
= 0 · F(U) + S
U =




p
F
E



 ; F =




P(F)
1
ρ0
p ⊗ I
1
ρ0
PT p − Q



 ; S =




ρ0b
0
s




• Geometry update
∂x
∂t
=
1
ρ0
p; x = X + u
Adapt CFD technology to the proposed formulation.
Develop an efficient low order numerical scheme for transient solid dynamics.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 9
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
Spatial discretisation
Flux computation
Involutions
Evolution
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 10
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
Spatial discretisation
Flux computation
Involutions
Evolution
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 11
Introduction Governing equations Numerical methodology Results Conclusions
Spatial discretisation
Conservation equations for an arbitrary element
dUe
dt
=
1
Ωe
0 Ωe
0
∂FI
∂XI
dΩ0 −→ ∀ I = 1, 2, 3;
=
1
Ωe
0 ∂Ωe
0
FINI
FN
dA (Gauss Divergence theorem)
≈
1
Ωe
0 f∈Λf
e
FC
Nef
Cef
e FC
Ne f
Ce f Ωe
0
Traditional cell centred Finite Volume Method
dUe
dt
=
1
Ωe
0



f∈Λf
e
FC
Nef
Cef


 ; FC
Nef
=





tC
1
ρ0
pC ⊗ N
1
ρ0
tC · pC





Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 12
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
Spatial discretisation
Flux computation
Involutions
Evolution
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 13
Introduction Governing equations Numerical methodology Results Conclusions
Lagrangian contact dynamics
Rankine-Hugoniot jump conditions
c U = F N
where = + − −
c p = t
c F =
1
ρ0
p ⊗ N
c E =
1
ρ0
PT
p · N
X, x
Y, y
Z, z
Ω+
0
Ω−
0
N+
N−
n−
n+
Ω+(t)
Ω−(t)
φ+
φ−
n−
n+
c−
s
c+
s
c+
pc−
p
Time t = 0
Time t
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 14
Introduction Governing equations Numerical methodology Results Conclusions
Acoustic Riemann solver
Jump condition for linear momentum
c p = t
Normal jump → cp pn = tn
Tangential jump → cs pt = tt
Upwinding numerical stabilisation
p
C
=
c−
p p−
n + c+
p p+
n
c−
p + c+
p
+
c−
s p−
t + c+
s p+
t
c−
s + c+
s
pC
Ave
+
t+
n − t−
n
c−
p + c+
p
+
t+
t − t−
t
c−
s + c+
s
pC
Stab
t
C
=
c+
p t−
n + c−
p t+
n
c−
p + c+
p
+
c+
s t−
t + c−
s t+
t
c−
s + c+
s
tC
Ave
+
c−
p c+
p (p+
n − p−
n )
c−
p + c+
p
+
c−
s c+
s (p+
t − p−
t )
c−
s + c+
s
tC
Stab
How do we obtain U−,+
?
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 15
Introduction Governing equations Numerical methodology Results Conclusions
Godunov’s method
• Piecewise constant representation in every cell.
• Methodology is first order accurate in space.
x
y
U
Ue
Uα1
Uα4
Uα2
Uα3
(a) Piecewise constant values ×
x
y
U
Uα4
Uα3
Uα2
Uα1
Ue
Uα3
Uα4
(b) Linear reconstruction
× First order simulations suffer from excessive numerical dissipation.
A linear reconstruction procedure is essential to increase spatial accuracy.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 16
Introduction Governing equations Numerical methodology Results Conclusions
Linear reconstruction procedure
Gradient operator:
• Classical least squares minimisation procedure.
Ge =


α∈Λα
e
ˆdeα ⊗ ˆdeα


−1
α∈Λα
e
Uα − Ue
deα
ˆdeα
Linear extrapolation to flux integration point:
U{f,a} = Ue + Ge · X{f,a} − Xe
de1α2
e1
α1
α2
α3
α4
αf1
αf2
αf3αf4
αf5
e2
de2α4
Gradient correction procedure:
• Necessary for the satisfaction of monotonicity through Barth and Jespersen limiter (φe).
U{f,a} = Ue + φe Ge(Ue, Uα) · X{f,a} − Xe
Ensures that the spatial discretisation is second order accurate.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 17
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
Spatial discretisation
Flux computation
Involutions
Evolution
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 18
Introduction Governing equations Numerical methodology Results Conclusions
Godunov-type FVM
Standard FV update (CURL F = 0)
dFe
dt
=
1
Ωe
0
f∈Λ
f
e
pC
f
ρ0
⊗ Cef X
Constrained FV update (CURL F = 0)
[Dedner et al., 2002; Lee et al., 2013]
dFe
dt
=
1
Ωe
0
f∈Λ
f
e
˜pC
f
ρ0
⊗ Cef
• Algorithm is entitled ’C-TOUCH’.
pe
pC
f −→
˜pe
Ge

˜pC
f
←−
pa
Constrained transport schemes are widely used in Magnetohydrodynamics (MHD).
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 19
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
Spatial discretisation
Flux computation
Involutions
Evolution
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 20
Introduction Governing equations Numerical methodology Results Conclusions
Time integration
Two stage Runge-Kutta time integration
1st
RK stage −→ U∗
e = Un
e + ∆t ˙U
n
e(Un
e, tn
)
2nd
RK stage −→ U∗∗
e = U∗
e + ∆t ˙U
∗
e (U∗
e , tn+1
)
Un+1
e =
1
2
(Un
e + U∗∗
e )
with stability constraint:
∆t = αCFL
hmin
cp,max
; cp,max = max
a
(ca
p)
An explicit Total Variation Diminishing Runge-Kutta time integration scheme.
Monolithic time update for geometry.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 21
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 22
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 23
Introduction Governing equations Numerical methodology Results Conclusions
Low dispersion cube
X, x
Y, y
Z, z
(0, 0, 0)
(1, 1, 1)
Displacements scaled 300 times
t = 0 s t = 2 ms t = 4 ms t = 6 ms
Pressure (Pa)
Boundary conditions
1. Symmetric at:
X = 0, Y = 0, Z = 0
2. Skew-symmetric at:
X = 1, Y = 1, Z = 1
Analytical solution
u(X, t) = U0 cos
√
3
2
cdπt





A sin
πX1
2 cos
πX2
2 cos
πX3
2
B cos
πX1
2 sin
πX2
2 cos
πX3
2
C cos
πX1
2 cos
πX2
2 sin
πX3
2





Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 24
Problem description: Unit side cube, linear elastic material, ρ0 = 1100 kg/m3
, E = 17 MPa, ν = 0.3
[Haider et al., 2016] and αCFL = 0.3.
[Aguirre et al., 2014]
Introduction Governing equations Numerical methodology Results Conclusions
Low dispersion cube: Mesh convergence
Velocity at t = 0.004 s
10
−2
10
−1
10
0
10
−7
10
−6
10
−5
10
−4
Grid Size (m)
L2NormError
vx
vy
vZ
Slope = 2
Stress at t = 0.004 s
10
−2
10
−1
10
0
10
−7
10
−6
10
−5
10
−4
Grid Size (m)
L2NormError
Pxx
Pyy
Pzz
Slope = 2
Demonstrates second order convergence for velocities and stresses.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 25
Problem description: Unit side cube, linear elastic material, ρ0 = 1100 kg/m3
, E = 17 MPa, ν = 0.3
[Haider et al., 2016] and αCFL = 0.3.
[Aguirre et al., 2014]
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 26
Introduction Governing equations Numerical methodology Results Conclusions
Bending dominated scenario
X, x
Y, y
(−0.5, 0, 0.5)
(0.5, 6, −0.5)
Z, z
L = 6m
v0 = [V Y/L, 0, 0]T
[Bending column]
Mesh convergence at t = 1.5 s
Pressure (Pa)
Eliminates bending difficulty.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 27
Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1100 kg/m3
,
[Haider et al., 2016] E = 17 MPa, ν = 0.45, αCFL = 0.3 and V = 10 m/s.
Introduction Governing equations Numerical methodology Results Conclusions
Bending dominated scenario
Time = 0.5 s
(a) OpenFOAM least square gradient (b) Enhanced least square gradient
Pressure (Pa)
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 28
Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1100 kg/m3
,
[Haider et al., 2016] E = 17 MPa, ν = 0.45, αCFL = 0.3 and V = 10 m/s.
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 29
Introduction Governing equations Numerical methodology Results Conclusions
Twisting column
X, x
Y, y
(−0.5, 0, 0.5)
(0.5, 6, −0.5)
Z, z
ω0 = [0, Ω sin(πY/2L), 0]T
L
[Twisting column - Refinement]
[Twisting column - Comparison]
Mesh refinement at t = 0.1 s
(a) 4 × 24 × 4 (b) 8 × 48 × 8 (c) 40 × 240 × 40
(a) 4 × 24 × 4
(b) 8 × 48 × 8
(c) 40 × 240 × 40
Pressure (Pa)
Demonstrates the robustness of the numerical scheme
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 30
Problem description: Nearly incompressible neo-Hookean material, ρ0 = 1100 kg/m3
, E = 17 MPa,
[Haider et al., 2016] ν = 0.45, αCFL = 0.3 and Ω = 105 rad/s.
[Gil et al., 2014]
Introduction Governing equations Numerical methodology Results Conclusions
Comparison of various alternative numerical schemes
t = 0.1 s
C-TOUCH P-TOUCH B-bar Taylor Hood PG-FEM Hu-Washizu JST-SPH SUPG-SPH
Pressure (Pa)
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 31
Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1100 kg/m3
,
[Haider et al., 2016] E = 17 MPa, ν = 0.495, αCFL = 0.3 and Ω = 105 rad/s.
[Lee et al., 2016]
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 32
Introduction Governing equations Numerical methodology Results Conclusions
Taylor impact
X, x
Y, y
v0
(−0.0032, 0, 0)
(0.0032, 0.0324, 0)
Z, z
r0
[Taylor impact]
[Taylor impact - Radius]
Evolution of pressure wave
t = 0.1 µs t = 0.2 µs t = 0.3 µs t = 0.4 µs t = 0.5 µs t = 0.6 µs
Pressure (Pa)
Demonstrates the ability of the algorithm to simulate plastic behaviour.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 33
Problem description: Hyperelastic-plastic material, ρ0 = 8930 kg/m3
, E = 117 GPa, ν = 0.35,
[Aguirre et al., 2014] αCFL = 0.3, ¯τ0
y = 0.4 GPa, H = 0.1 GPa and v0 = −227 m/s.
[Lee et al., 2014]
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 34
Introduction Governing equations Numerical methodology Results Conclusions
Bar rebound
X, x
Y, y
v0
(−0.0032, 0, 0)
(0.0032, 0.0324, 0)
Z, z
r0
0.004
[Bar rebound]
t = 3 ms t = 6 ms t = 12 ms t = 18 ms t = 27 ms
Pressure (Pa)
Demonstrates the ability of the algorithm to simulate contact problems.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 35
Problem description: Nearly incompressible neo-Hookean material, ρ0 = 8930 kg/m3
, E = 585 MPa,
[Lahiri et al., 2010] ν = 0.45, αCFL = 0.3 and v0 = −150 m/s.
Introduction Governing equations Numerical methodology Results Conclusions
Bar rebound
X, x
Y, y
v0
(−0.0032, 0, 0)
(0.0032, 0.0324, 0)
Z, z
r0
0.004
y Displacement of the points X = [0, 0.0324, 0]T
and X = [0, 0, 0]T
0 0.5 1 1.5 2 2.5 3
x 10
−4
−20
−16
−12
−8
−4
0
4
8
x 10
−3
Time (sec)
yDispacement(m)
Top (2880 cells)
Top (23040 cells)
Bottom (2880 cells)
Bottom (23040 cells)
Demonstrates the ability of the algorithm to simulate contact problems.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 36
Problem description: Nearly incompressible neo-Hookean material, ρ0 = 8930 kg/m3
, E = 585 MPa,
[Lahiri et al., 2010] ν = 0.45, αCFL = 0.3 and v0 = −150 m/s.
Introduction Governing equations Numerical methodology Results Conclusions
Torus impact
[Torus impact]
t = 2 ms t = 4 ms t = 8 ms
t = 17 ms t = 28 ms t = 28 ms
Pressure (Pa)
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 37
Problem description: Neo-Hookean material, ρ0 = 1000 kg/m3
, E = 1 MPa, ν = 0.4, αCFL = 0.3 and
v0 = −3 m/s.
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 38
Introduction Governing equations Numerical methodology Results Conclusions
Spinning plate: Structured vs unstructured elements
X, x
Y, y
(0.5, 0.5, 0)
ω0 = [0, 0, Ω]T
(−0.5, −0.5, 0)
Time = 0.15 s
(a) Structured 20 × 20 cells (b) Unstructured 484 cells
Pressure (Pa)
Demonstrates the ability of the framework to handle unstructured grids.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 39
Problem description: Unit side square, nearly incompressible hyperelastic neo-Hookean material,
[Haider et al., 2016] ρ0 = 1000 kg/m3
, E = 17 MPa, ν = 0.45 and αCFL = 0.3 and Ω = 105 rad/s.
Introduction Governing equations Numerical methodology Results Conclusions
Spinning plate: Structured vs unstructured elements
X, x
Y, y
(0.5, 0.5, 0)
ω0 = [0, 0, Ω]T
(−0.5, −0.5, 0)
Displacement of point X = [0.5, 0.5, 0]T
0 0.025 0.05 0.075 0.1 0.125 0.15 0.175 0.2
−1.5
−1.25
−1
−0.75
−0.5
−0.25
0
0.25
0.5
0.75
1
Time (sec)
Displacement(m)
ux
structured
u
y
structured
u
x
unstructured
u
y
unstructured
Demonstrates the ability of the framework to handle unstructured grids.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 40
Problem description: Unit side square, nearly incompressible hyperelastic neo-Hookean material,
[Haider et al., 2016] ρ0 = 1000 kg/m3
, E = 17 MPa, ν = 0.45, αCFL = 0.3 and Ω = 105 rad/s.
Introduction Governing equations Numerical methodology Results Conclusions
Flapping device
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
Mesh convergence
Enhanced reconstruction
Highly non-linear problem
Von-Mises plasticity
Contact problems
Unstructured meshes
Complex geometries
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 41
Introduction Governing equations Numerical methodology Results Conclusions
Flapping device
t = 0 ms t = 25 ms t = 50 ms t = 75 ms
t = 100 ms t = 125 ms t = 175 ms t = 200 ms
Pressure (Pa)
[Flapping device]
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 42
Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1000 kg/m3
,
E = 17 MPa, ν = 0.45, αCFL = 0.3.
Introduction Governing equations Numerical methodology Results Conclusions
Complex twisting
[Complex twisting]
t = 5 ms t = 10 ms t = 15 ms
t = 20 ms t = 25 ms t = 30 ms
Pressure (Pa)
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 43
Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1000 kg/m3
,
E = 17 MPa, ν = 0.45, αCFL = 0.3.
Introduction Governing equations Numerical methodology Results Conclusions
Scheme of presentation
1. Introduction
2. Governing equations
3. Numerical methodology
4. Results
5. Conclusions
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 44
Introduction Governing equations Numerical methodology Results Conclusions
Conclusions and on-going work
Conclusions
• Upwind cell centred FVM is presented for fast solid dynamic simulations within the OpenFOAM
environment.
• Linear elements can be used without usual locking.
• Velocities and stresses display the same rate of convergence.
On-going work
• Investigation into an advanced Roe’s Riemann solver with robust shock capturing algorithm.
• Extension to multiple body and self contact.
• Ability to handle tetrahedral elements.
• Extension to fluid-structure interaction problems.
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 45
Introduction Governing equations Numerical methodology Results Conclusions
References
Published / accepted
• J. Haider, C. H. Lee, A. J. Gil and J. Bonet. "A first order hyperbolic framework for large strain computational solid
dynamics: An upwind cell centred Total Lagrangian scheme", IJNME (2016), DOI: 10.1002/nme.5293.
• C. H. Lee, A. J. Gil, G. Greto, S. Kulasegaram and J. Bonet. "A new Jameson-Schmidt-Turkel Smooth Particle
Hydrodynamics algorithm for large strain explicit fast dynamics, CMAME (2016); 311: 71-111.
• A. J. Gil, C. H. Lee, J. Bonet and R. Ortigosa. "A first order hyperbolic framework for large strain computational solid
dynamics. Part II: Total Lagrangian compressible, nearly incompressible and truly incompressible elasticity",
CMAME (2016); 300: 146-181.
• J. Bonet, A. J. Gil, C. H. Lee, M. Aguirre and R. Ortigosa. "A first order hyperbolic framework for large strain
computational solid dynamics. Part I: Total Lagrangian isothermal elasticity", CMAME (2015); 283: 689-732.
• M. Aguirre, A. J. Gil, J. Bonet and C. H. Lee. "An upwind vertex centred Finite Volume solver for Lagrangian solid
dynamics", JCP (2015); 300: 387-422.
• C. H. Lee, A. J. Gil and J. Bonet. "Development of a cell centred upwind finite volume algorithm for a new
conservation law formulation in structural dynamics", Computers and Structures (2013); 118: 13-38.
Under review
• C. H. Lee, A. J. Gil, O. I. Hassan, J. Bonet and S. Kulasegaram. "An efficient Streamline Upwind Petrov-Galerkin
Smooth Particle Hydrodynamics algorithm for large strain explicit fast dynamics, CMAME (2016).
In preparation
• J. Haider, C. H. Lee, A. J. Gil, A. Huerta and J. Bonet. "Contact dynamics in OpenFOAM, JCP.
• A. J. Gil, J. Bonet, C. H. Lee, J. Haider and A. Huerta. "Adapted Roe’s Riemann solver in explicit fast solid
dynamics, JCP.
More information at: http://www.jibranhaider.weebly.com/research
Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 46

More Related Content

What's hot

Morphology gonzalez-woods
Morphology gonzalez-woodsMorphology gonzalez-woods
Morphology gonzalez-woodsSonam Maurya
 
How to write a TableGen backend
How to write a TableGen backendHow to write a TableGen backend
How to write a TableGen backendMin-Yih Hsu
 
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety TheoremRyoma Sin'ya
 
Interaction styles
Interaction stylesInteraction styles
Interaction stylesDavid Lamas
 
Using Raspberry Pi GPU for DNN
Using Raspberry Pi GPU for DNNUsing Raspberry Pi GPU for DNN
Using Raspberry Pi GPU for DNNnotogawa
 
Halide による画像処理プログラミング入門
Halide による画像処理プログラミング入門Halide による画像処理プログラミング入門
Halide による画像処理プログラミング入門Fixstars Corporation
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
 
SUSS MicroTec, Advanced Mask Aligner Lithography - AMALITH
SUSS MicroTec, Advanced Mask Aligner Lithography - AMALITHSUSS MicroTec, Advanced Mask Aligner Lithography - AMALITH
SUSS MicroTec, Advanced Mask Aligner Lithography - AMALITHReinhard Voelkel
 
Isomorphism (Graph)
Isomorphism (Graph) Isomorphism (Graph)
Isomorphism (Graph) Pritam Shil
 

What's hot (10)

Morphology gonzalez-woods
Morphology gonzalez-woodsMorphology gonzalez-woods
Morphology gonzalez-woods
 
Silicon Photonics 2021
Silicon Photonics 2021Silicon Photonics 2021
Silicon Photonics 2021
 
How to write a TableGen backend
How to write a TableGen backendHow to write a TableGen backend
How to write a TableGen backend
 
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
 
Interaction styles
Interaction stylesInteraction styles
Interaction styles
 
Using Raspberry Pi GPU for DNN
Using Raspberry Pi GPU for DNNUsing Raspberry Pi GPU for DNN
Using Raspberry Pi GPU for DNN
 
Halide による画像処理プログラミング入門
Halide による画像処理プログラミング入門Halide による画像処理プログラミング入門
Halide による画像処理プログラミング入門
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
SUSS MicroTec, Advanced Mask Aligner Lithography - AMALITH
SUSS MicroTec, Advanced Mask Aligner Lithography - AMALITHSUSS MicroTec, Advanced Mask Aligner Lithography - AMALITH
SUSS MicroTec, Advanced Mask Aligner Lithography - AMALITH
 
Isomorphism (Graph)
Isomorphism (Graph) Isomorphism (Graph)
Isomorphism (Graph)
 

Similar to Large strain solid dynamics in OpenFOAM

Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...Jibran Haider
 
An upwind cell centred Finite Volume Method for nearly incompressible explici...
An upwind cell centred Finite Volume Method for nearly incompressible explici...An upwind cell centred Finite Volume Method for nearly incompressible explici...
An upwind cell centred Finite Volume Method for nearly incompressible explici...Jibran Haider
 
A first order hyperbolic framework for large strain computational computation...
A first order hyperbolic framework for large strain computational computation...A first order hyperbolic framework for large strain computational computation...
A first order hyperbolic framework for large strain computational computation...Jibran Haider
 
Tides Lecture Ernst Schrama
Tides Lecture Ernst SchramaTides Lecture Ernst Schrama
Tides Lecture Ernst SchramaErnst Schrama
 
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsVertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsUniversidade de São Paulo
 
Hamilton-Jacobi equation on networks: generalized Lax-Hopf formula
Hamilton-Jacobi equation on networks: generalized Lax-Hopf formulaHamilton-Jacobi equation on networks: generalized Lax-Hopf formula
Hamilton-Jacobi equation on networks: generalized Lax-Hopf formulaGuillaume Costeseque
 
My PhD defence
My PhD defenceMy PhD defence
My PhD defenceJialin LIU
 
Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...Guillaume Costeseque
 
The quantum technologies roadmap
The quantum technologies roadmapThe quantum technologies roadmap
The quantum technologies roadmapGabriel O'Brien
 
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...AI Publications
 
Updated Lagrangian SPH
Updated Lagrangian SPHUpdated Lagrangian SPH
Updated Lagrangian SPHpaulorrcampos1
 
A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...
A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...
A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...Chun Hean Lee
 
Structured Interactive Scores with formal semantics
Structured Interactive Scores with formal semanticsStructured Interactive Scores with formal semantics
Structured Interactive Scores with formal semanticsMauricio Toro-Bermudez, PhD
 
DeepLearn2022 1. Goals & AlgorithmDesign.pdf
DeepLearn2022 1. Goals & AlgorithmDesign.pdfDeepLearn2022 1. Goals & AlgorithmDesign.pdf
DeepLearn2022 1. Goals & AlgorithmDesign.pdfSean Meyn
 
Ab experiments of fluid flow in polymer microchannel
Ab experiments of fluid flow in polymer microchannelAb experiments of fluid flow in polymer microchannel
Ab experiments of fluid flow in polymer microchannelShaelMalik
 
Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Arthur Charpentier
 

Similar to Large strain solid dynamics in OpenFOAM (20)

Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...
 
An upwind cell centred Finite Volume Method for nearly incompressible explici...
An upwind cell centred Finite Volume Method for nearly incompressible explici...An upwind cell centred Finite Volume Method for nearly incompressible explici...
An upwind cell centred Finite Volume Method for nearly incompressible explici...
 
A first order hyperbolic framework for large strain computational computation...
A first order hyperbolic framework for large strain computational computation...A first order hyperbolic framework for large strain computational computation...
A first order hyperbolic framework for large strain computational computation...
 
QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...
QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...
QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...
 
Tides Lecture Ernst Schrama
Tides Lecture Ernst SchramaTides Lecture Ernst Schrama
Tides Lecture Ernst Schrama
 
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsVertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
 
Nonnegative Matrix Factorization with Side Information for Time Series Recove...
Nonnegative Matrix Factorization with Side Information for Time Series Recove...Nonnegative Matrix Factorization with Side Information for Time Series Recove...
Nonnegative Matrix Factorization with Side Information for Time Series Recove...
 
Hamilton-Jacobi equation on networks: generalized Lax-Hopf formula
Hamilton-Jacobi equation on networks: generalized Lax-Hopf formulaHamilton-Jacobi equation on networks: generalized Lax-Hopf formula
Hamilton-Jacobi equation on networks: generalized Lax-Hopf formula
 
My PhD defence
My PhD defenceMy PhD defence
My PhD defence
 
Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...Numerical approach for Hamilton-Jacobi equations on a network: application to...
Numerical approach for Hamilton-Jacobi equations on a network: application to...
 
The quantum technologies roadmap
The quantum technologies roadmapThe quantum technologies roadmap
The quantum technologies roadmap
 
Huber(FWI) _aghazade -- amini
Huber(FWI) _aghazade -- aminiHuber(FWI) _aghazade -- amini
Huber(FWI) _aghazade -- amini
 
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
 
Updated Lagrangian SPH
Updated Lagrangian SPHUpdated Lagrangian SPH
Updated Lagrangian SPH
 
A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...
A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...
A stabilised Petrov-Galerkin formulation for linear tetrahedral elements in c...
 
Structured Interactive Scores with formal semantics
Structured Interactive Scores with formal semanticsStructured Interactive Scores with formal semantics
Structured Interactive Scores with formal semantics
 
DeepLearn2022 1. Goals & AlgorithmDesign.pdf
DeepLearn2022 1. Goals & AlgorithmDesign.pdfDeepLearn2022 1. Goals & AlgorithmDesign.pdf
DeepLearn2022 1. Goals & AlgorithmDesign.pdf
 
intro
introintro
intro
 
Ab experiments of fluid flow in polymer microchannel
Ab experiments of fluid flow in polymer microchannelAb experiments of fluid flow in polymer microchannel
Ab experiments of fluid flow in polymer microchannel
 
Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 

Recently uploaded (20)

Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 

Large strain solid dynamics in OpenFOAM

  • 1. Introduction Governing equations Numerical methodology Results Conclusions Large strain solid dynamics in OpenFOAM Jibran Haider a, b , Chun Hean Lee a , Antonio J. Gil a , Javier Bonet c & Antonio Huerta b a Zienkiewicz Centre for Computational Engineering (ZCCE), College of Engineering, Swansea University, UK b Laboratory of Computational Methods and Numerical Analysis (LaCàN), Universitat Politèchnica de Catalunya (UPC BarcelonaTech), Spain c University of Greenwich, London, UK The 4th Annual OpenFOAM User Conference (11th - 13th October 2016) 12 th October 2016 http://www.jibranhaider.weebly.com Funded by the Erasmus Mundus SEED PhD Programme and ESI Group Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 1
  • 2. Introduction Governing equations Numerical methodology Results Conclusions Research group at Swansea University Dr. Antonio J. Gil Associate Professor Dr. Chun Hean Lee Research Fellow Prof. Javier Bonet University of Greenwich Prof. Antonio Huerta UPC BarcelonaTech Dr. Rogelio Ortigosa Postdoc Jibran Haider Research Assistant Osama I. Hassan Research Assistant Roman Poya Research Assistant Emilio G. Blanco Research Assistant Ataollah Ghavamian Research Assistant Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 2
  • 3. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 3
  • 4. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 4
  • 5. Introduction Governing equations Numerical methodology Results Conclusions Fast transient dynamics Objectives • Simulate fast-transient solid dynamic problems. • Develop an industry-driven library of low order numerical schemes. Solid dynamics in OpenFOAM [Jasak & Weller, 2000] × Standard displacement based implicit dynamics × Linear elastic material with small strain deformation × Locking in nearly incompressible scenarios × First order convergence for stresses and strains × Poor performance in shock dominated scenarios OpenFOAM solid mechanics community [Ivankovic et al.] • [Cardiff et al., 2012; 2014; 2016] −→ displacement based + pressure instabilities + moderate strains + .... Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 5
  • 6. Introduction Governing equations Numerical methodology Results Conclusions Proposed solid formulation • First order conservation laws similar to the one used in CFD community. • Entitled TOtal Lagrangian Upwind Cell-centred FVM for Hyperbolic conservation laws (TOUCH). • Programmed in the open-source CFD software OpenFOAM. TOUCH scheme [Haider et al., 2016; Lee et al., 2013] Mixed explicit dynamics Complex constitutive models Large strain deformation No bending and volumtric locking Second order convergence for stresses and strains v = 100 m/s (0.5, 0.5, 0.5) (−0.5, −0.5, −0.5) [Punch cube] Aim is to bridge the gap between CFD and computational solid dynamics. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 6
  • 7. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 7
  • 8. Introduction Governing equations Numerical methodology Results Conclusions Total Lagrangian formulation Conservation laws • Linear momentum ∂p ∂t = 0 · P(F) + ρ0b; p = ρ0v • Deformation gradient ∂F ∂t = 0 · 1 ρ0 p ⊗ I ; CURL F = 0 Additional equations • Total energy ∂E ∂t = 0 · 1 ρ0 PT p − Q + s An appropriate constitutive model is required to close the system. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 8
  • 9. Introduction Governing equations Numerical methodology Results Conclusions Hyperbolic system First order conservation laws ∂U ∂t = 0 · F(U) + S U =     p F E     ; F =     P(F) 1 ρ0 p ⊗ I 1 ρ0 PT p − Q     ; S =     ρ0b 0 s     • Geometry update ∂x ∂t = 1 ρ0 p; x = X + u Adapt CFD technology to the proposed formulation. Develop an efficient low order numerical scheme for transient solid dynamics. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 9
  • 10. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology Spatial discretisation Flux computation Involutions Evolution 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 10
  • 11. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology Spatial discretisation Flux computation Involutions Evolution 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 11
  • 12. Introduction Governing equations Numerical methodology Results Conclusions Spatial discretisation Conservation equations for an arbitrary element dUe dt = 1 Ωe 0 Ωe 0 ∂FI ∂XI dΩ0 −→ ∀ I = 1, 2, 3; = 1 Ωe 0 ∂Ωe 0 FINI FN dA (Gauss Divergence theorem) ≈ 1 Ωe 0 f∈Λf e FC Nef Cef e FC Ne f Ce f Ωe 0 Traditional cell centred Finite Volume Method dUe dt = 1 Ωe 0    f∈Λf e FC Nef Cef    ; FC Nef =      tC 1 ρ0 pC ⊗ N 1 ρ0 tC · pC      Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 12
  • 13. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology Spatial discretisation Flux computation Involutions Evolution 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 13
  • 14. Introduction Governing equations Numerical methodology Results Conclusions Lagrangian contact dynamics Rankine-Hugoniot jump conditions c U = F N where = + − − c p = t c F = 1 ρ0 p ⊗ N c E = 1 ρ0 PT p · N X, x Y, y Z, z Ω+ 0 Ω− 0 N+ N− n− n+ Ω+(t) Ω−(t) φ+ φ− n− n+ c− s c+ s c+ pc− p Time t = 0 Time t Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 14
  • 15. Introduction Governing equations Numerical methodology Results Conclusions Acoustic Riemann solver Jump condition for linear momentum c p = t Normal jump → cp pn = tn Tangential jump → cs pt = tt Upwinding numerical stabilisation p C = c− p p− n + c+ p p+ n c− p + c+ p + c− s p− t + c+ s p+ t c− s + c+ s pC Ave + t+ n − t− n c− p + c+ p + t+ t − t− t c− s + c+ s pC Stab t C = c+ p t− n + c− p t+ n c− p + c+ p + c+ s t− t + c− s t+ t c− s + c+ s tC Ave + c− p c+ p (p+ n − p− n ) c− p + c+ p + c− s c+ s (p+ t − p− t ) c− s + c+ s tC Stab How do we obtain U−,+ ? Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 15
  • 16. Introduction Governing equations Numerical methodology Results Conclusions Godunov’s method • Piecewise constant representation in every cell. • Methodology is first order accurate in space. x y U Ue Uα1 Uα4 Uα2 Uα3 (a) Piecewise constant values × x y U Uα4 Uα3 Uα2 Uα1 Ue Uα3 Uα4 (b) Linear reconstruction × First order simulations suffer from excessive numerical dissipation. A linear reconstruction procedure is essential to increase spatial accuracy. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 16
  • 17. Introduction Governing equations Numerical methodology Results Conclusions Linear reconstruction procedure Gradient operator: • Classical least squares minimisation procedure. Ge =   α∈Λα e ˆdeα ⊗ ˆdeα   −1 α∈Λα e Uα − Ue deα ˆdeα Linear extrapolation to flux integration point: U{f,a} = Ue + Ge · X{f,a} − Xe de1α2 e1 α1 α2 α3 α4 αf1 αf2 αf3αf4 αf5 e2 de2α4 Gradient correction procedure: • Necessary for the satisfaction of monotonicity through Barth and Jespersen limiter (φe). U{f,a} = Ue + φe Ge(Ue, Uα) · X{f,a} − Xe Ensures that the spatial discretisation is second order accurate. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 17
  • 18. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology Spatial discretisation Flux computation Involutions Evolution 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 18
  • 19. Introduction Governing equations Numerical methodology Results Conclusions Godunov-type FVM Standard FV update (CURL F = 0) dFe dt = 1 Ωe 0 f∈Λ f e pC f ρ0 ⊗ Cef X Constrained FV update (CURL F = 0) [Dedner et al., 2002; Lee et al., 2013] dFe dt = 1 Ωe 0 f∈Λ f e ˜pC f ρ0 ⊗ Cef • Algorithm is entitled ’C-TOUCH’. pe pC f −→ ˜pe Ge  ˜pC f ←− pa Constrained transport schemes are widely used in Magnetohydrodynamics (MHD). Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 19
  • 20. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology Spatial discretisation Flux computation Involutions Evolution 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 20
  • 21. Introduction Governing equations Numerical methodology Results Conclusions Time integration Two stage Runge-Kutta time integration 1st RK stage −→ U∗ e = Un e + ∆t ˙U n e(Un e, tn ) 2nd RK stage −→ U∗∗ e = U∗ e + ∆t ˙U ∗ e (U∗ e , tn+1 ) Un+1 e = 1 2 (Un e + U∗∗ e ) with stability constraint: ∆t = αCFL hmin cp,max ; cp,max = max a (ca p) An explicit Total Variation Diminishing Runge-Kutta time integration scheme. Monolithic time update for geometry. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 21
  • 22. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 22
  • 23. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 23
  • 24. Introduction Governing equations Numerical methodology Results Conclusions Low dispersion cube X, x Y, y Z, z (0, 0, 0) (1, 1, 1) Displacements scaled 300 times t = 0 s t = 2 ms t = 4 ms t = 6 ms Pressure (Pa) Boundary conditions 1. Symmetric at: X = 0, Y = 0, Z = 0 2. Skew-symmetric at: X = 1, Y = 1, Z = 1 Analytical solution u(X, t) = U0 cos √ 3 2 cdπt      A sin πX1 2 cos πX2 2 cos πX3 2 B cos πX1 2 sin πX2 2 cos πX3 2 C cos πX1 2 cos πX2 2 sin πX3 2      Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 24 Problem description: Unit side cube, linear elastic material, ρ0 = 1100 kg/m3 , E = 17 MPa, ν = 0.3 [Haider et al., 2016] and αCFL = 0.3. [Aguirre et al., 2014]
  • 25. Introduction Governing equations Numerical methodology Results Conclusions Low dispersion cube: Mesh convergence Velocity at t = 0.004 s 10 −2 10 −1 10 0 10 −7 10 −6 10 −5 10 −4 Grid Size (m) L2NormError vx vy vZ Slope = 2 Stress at t = 0.004 s 10 −2 10 −1 10 0 10 −7 10 −6 10 −5 10 −4 Grid Size (m) L2NormError Pxx Pyy Pzz Slope = 2 Demonstrates second order convergence for velocities and stresses. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 25 Problem description: Unit side cube, linear elastic material, ρ0 = 1100 kg/m3 , E = 17 MPa, ν = 0.3 [Haider et al., 2016] and αCFL = 0.3. [Aguirre et al., 2014]
  • 26. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 26
  • 27. Introduction Governing equations Numerical methodology Results Conclusions Bending dominated scenario X, x Y, y (−0.5, 0, 0.5) (0.5, 6, −0.5) Z, z L = 6m v0 = [V Y/L, 0, 0]T [Bending column] Mesh convergence at t = 1.5 s Pressure (Pa) Eliminates bending difficulty. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 27 Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1100 kg/m3 , [Haider et al., 2016] E = 17 MPa, ν = 0.45, αCFL = 0.3 and V = 10 m/s.
  • 28. Introduction Governing equations Numerical methodology Results Conclusions Bending dominated scenario Time = 0.5 s (a) OpenFOAM least square gradient (b) Enhanced least square gradient Pressure (Pa) Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 28 Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1100 kg/m3 , [Haider et al., 2016] E = 17 MPa, ν = 0.45, αCFL = 0.3 and V = 10 m/s.
  • 29. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 29
  • 30. Introduction Governing equations Numerical methodology Results Conclusions Twisting column X, x Y, y (−0.5, 0, 0.5) (0.5, 6, −0.5) Z, z ω0 = [0, Ω sin(πY/2L), 0]T L [Twisting column - Refinement] [Twisting column - Comparison] Mesh refinement at t = 0.1 s (a) 4 × 24 × 4 (b) 8 × 48 × 8 (c) 40 × 240 × 40 (a) 4 × 24 × 4 (b) 8 × 48 × 8 (c) 40 × 240 × 40 Pressure (Pa) Demonstrates the robustness of the numerical scheme Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 30 Problem description: Nearly incompressible neo-Hookean material, ρ0 = 1100 kg/m3 , E = 17 MPa, [Haider et al., 2016] ν = 0.45, αCFL = 0.3 and Ω = 105 rad/s. [Gil et al., 2014]
  • 31. Introduction Governing equations Numerical methodology Results Conclusions Comparison of various alternative numerical schemes t = 0.1 s C-TOUCH P-TOUCH B-bar Taylor Hood PG-FEM Hu-Washizu JST-SPH SUPG-SPH Pressure (Pa) Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 31 Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1100 kg/m3 , [Haider et al., 2016] E = 17 MPa, ν = 0.495, αCFL = 0.3 and Ω = 105 rad/s. [Lee et al., 2016]
  • 32. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 32
  • 33. Introduction Governing equations Numerical methodology Results Conclusions Taylor impact X, x Y, y v0 (−0.0032, 0, 0) (0.0032, 0.0324, 0) Z, z r0 [Taylor impact] [Taylor impact - Radius] Evolution of pressure wave t = 0.1 µs t = 0.2 µs t = 0.3 µs t = 0.4 µs t = 0.5 µs t = 0.6 µs Pressure (Pa) Demonstrates the ability of the algorithm to simulate plastic behaviour. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 33 Problem description: Hyperelastic-plastic material, ρ0 = 8930 kg/m3 , E = 117 GPa, ν = 0.35, [Aguirre et al., 2014] αCFL = 0.3, ¯τ0 y = 0.4 GPa, H = 0.1 GPa and v0 = −227 m/s. [Lee et al., 2014]
  • 34. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 34
  • 35. Introduction Governing equations Numerical methodology Results Conclusions Bar rebound X, x Y, y v0 (−0.0032, 0, 0) (0.0032, 0.0324, 0) Z, z r0 0.004 [Bar rebound] t = 3 ms t = 6 ms t = 12 ms t = 18 ms t = 27 ms Pressure (Pa) Demonstrates the ability of the algorithm to simulate contact problems. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 35 Problem description: Nearly incompressible neo-Hookean material, ρ0 = 8930 kg/m3 , E = 585 MPa, [Lahiri et al., 2010] ν = 0.45, αCFL = 0.3 and v0 = −150 m/s.
  • 36. Introduction Governing equations Numerical methodology Results Conclusions Bar rebound X, x Y, y v0 (−0.0032, 0, 0) (0.0032, 0.0324, 0) Z, z r0 0.004 y Displacement of the points X = [0, 0.0324, 0]T and X = [0, 0, 0]T 0 0.5 1 1.5 2 2.5 3 x 10 −4 −20 −16 −12 −8 −4 0 4 8 x 10 −3 Time (sec) yDispacement(m) Top (2880 cells) Top (23040 cells) Bottom (2880 cells) Bottom (23040 cells) Demonstrates the ability of the algorithm to simulate contact problems. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 36 Problem description: Nearly incompressible neo-Hookean material, ρ0 = 8930 kg/m3 , E = 585 MPa, [Lahiri et al., 2010] ν = 0.45, αCFL = 0.3 and v0 = −150 m/s.
  • 37. Introduction Governing equations Numerical methodology Results Conclusions Torus impact [Torus impact] t = 2 ms t = 4 ms t = 8 ms t = 17 ms t = 28 ms t = 28 ms Pressure (Pa) Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 37 Problem description: Neo-Hookean material, ρ0 = 1000 kg/m3 , E = 1 MPa, ν = 0.4, αCFL = 0.3 and v0 = −3 m/s.
  • 38. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 38
  • 39. Introduction Governing equations Numerical methodology Results Conclusions Spinning plate: Structured vs unstructured elements X, x Y, y (0.5, 0.5, 0) ω0 = [0, 0, Ω]T (−0.5, −0.5, 0) Time = 0.15 s (a) Structured 20 × 20 cells (b) Unstructured 484 cells Pressure (Pa) Demonstrates the ability of the framework to handle unstructured grids. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 39 Problem description: Unit side square, nearly incompressible hyperelastic neo-Hookean material, [Haider et al., 2016] ρ0 = 1000 kg/m3 , E = 17 MPa, ν = 0.45 and αCFL = 0.3 and Ω = 105 rad/s.
  • 40. Introduction Governing equations Numerical methodology Results Conclusions Spinning plate: Structured vs unstructured elements X, x Y, y (0.5, 0.5, 0) ω0 = [0, 0, Ω]T (−0.5, −0.5, 0) Displacement of point X = [0.5, 0.5, 0]T 0 0.025 0.05 0.075 0.1 0.125 0.15 0.175 0.2 −1.5 −1.25 −1 −0.75 −0.5 −0.25 0 0.25 0.5 0.75 1 Time (sec) Displacement(m) ux structured u y structured u x unstructured u y unstructured Demonstrates the ability of the framework to handle unstructured grids. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 40 Problem description: Unit side square, nearly incompressible hyperelastic neo-Hookean material, [Haider et al., 2016] ρ0 = 1000 kg/m3 , E = 17 MPa, ν = 0.45, αCFL = 0.3 and Ω = 105 rad/s.
  • 41. Introduction Governing equations Numerical methodology Results Conclusions Flapping device 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results Mesh convergence Enhanced reconstruction Highly non-linear problem Von-Mises plasticity Contact problems Unstructured meshes Complex geometries 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 41
  • 42. Introduction Governing equations Numerical methodology Results Conclusions Flapping device t = 0 ms t = 25 ms t = 50 ms t = 75 ms t = 100 ms t = 125 ms t = 175 ms t = 200 ms Pressure (Pa) [Flapping device] Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 42 Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1000 kg/m3 , E = 17 MPa, ν = 0.45, αCFL = 0.3.
  • 43. Introduction Governing equations Numerical methodology Results Conclusions Complex twisting [Complex twisting] t = 5 ms t = 10 ms t = 15 ms t = 20 ms t = 25 ms t = 30 ms Pressure (Pa) Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 43 Problem description: Nearly incompressible hyperelastic neo-Hookean material, ρ0 = 1000 kg/m3 , E = 17 MPa, ν = 0.45, αCFL = 0.3.
  • 44. Introduction Governing equations Numerical methodology Results Conclusions Scheme of presentation 1. Introduction 2. Governing equations 3. Numerical methodology 4. Results 5. Conclusions Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 44
  • 45. Introduction Governing equations Numerical methodology Results Conclusions Conclusions and on-going work Conclusions • Upwind cell centred FVM is presented for fast solid dynamic simulations within the OpenFOAM environment. • Linear elements can be used without usual locking. • Velocities and stresses display the same rate of convergence. On-going work • Investigation into an advanced Roe’s Riemann solver with robust shock capturing algorithm. • Extension to multiple body and self contact. • Ability to handle tetrahedral elements. • Extension to fluid-structure interaction problems. Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 45
  • 46. Introduction Governing equations Numerical methodology Results Conclusions References Published / accepted • J. Haider, C. H. Lee, A. J. Gil and J. Bonet. "A first order hyperbolic framework for large strain computational solid dynamics: An upwind cell centred Total Lagrangian scheme", IJNME (2016), DOI: 10.1002/nme.5293. • C. H. Lee, A. J. Gil, G. Greto, S. Kulasegaram and J. Bonet. "A new Jameson-Schmidt-Turkel Smooth Particle Hydrodynamics algorithm for large strain explicit fast dynamics, CMAME (2016); 311: 71-111. • A. J. Gil, C. H. Lee, J. Bonet and R. Ortigosa. "A first order hyperbolic framework for large strain computational solid dynamics. Part II: Total Lagrangian compressible, nearly incompressible and truly incompressible elasticity", CMAME (2016); 300: 146-181. • J. Bonet, A. J. Gil, C. H. Lee, M. Aguirre and R. Ortigosa. "A first order hyperbolic framework for large strain computational solid dynamics. Part I: Total Lagrangian isothermal elasticity", CMAME (2015); 283: 689-732. • M. Aguirre, A. J. Gil, J. Bonet and C. H. Lee. "An upwind vertex centred Finite Volume solver for Lagrangian solid dynamics", JCP (2015); 300: 387-422. • C. H. Lee, A. J. Gil and J. Bonet. "Development of a cell centred upwind finite volume algorithm for a new conservation law formulation in structural dynamics", Computers and Structures (2013); 118: 13-38. Under review • C. H. Lee, A. J. Gil, O. I. Hassan, J. Bonet and S. Kulasegaram. "An efficient Streamline Upwind Petrov-Galerkin Smooth Particle Hydrodynamics algorithm for large strain explicit fast dynamics, CMAME (2016). In preparation • J. Haider, C. H. Lee, A. J. Gil, A. Huerta and J. Bonet. "Contact dynamics in OpenFOAM, JCP. • A. J. Gil, J. Bonet, C. H. Lee, J. Haider and A. Huerta. "Adapted Roe’s Riemann solver in explicit fast solid dynamics, JCP. More information at: http://www.jibranhaider.weebly.com/research Jibran Haider (Swansea University, UK & UPC, Spain) 4th OpenFOAM User Conference (Cologne, Germany) 46