Abstract
In this work, the finite element method (PD-FEM) coupling strategy is used to simulate ship-ice interaction. Two numerical benchmark tests are selected to validate the coupling approach and its program. During the ice-breaking process simulation, the generation and propagation of radial and circular cracks in level ice are modeled and phenomena such as the shedding of wedge ice, flipping of brash ice, and cleaning of the channel are observed to be broadly consistent with experimental observation. The influence of ship speed and ice thickness on the ice load are investigated and analyzed. The ice load obtained from the numerical simulations is in general agreement with that given by Lindqvist’s empirical formula. The boundary effect on the crack path can also be avoid with the current coupling method.
1. Introduction
In recent years, global climate change and the melting of ice in Arctic regions has raised the possibility of exploiting Arctic resources and opening an Arctic channel [1,2]. The exploitation of resources and scientific research in Arctic regions rely on icebreakers to open the necessary routes [3,4,5]. Therefore, it is great significant to simulate the icebreaking scenarios and calculate the ice load of ship–ice interaction, and it helps in improving the design and safe navigation of icebreakers. The ship-ice interaction scenarios are studied with full-scale tests, model tests, theoretical analyses, and numerical simulations. For full-scale testing, the results are reliable, but the associated cost is high. Model test is a promising candidate to study the ship–ice interaction [6,7,8,9]. However, compared with full-scale tests, models have many uncertainties, and can be expensive and time-consuming [10,11]. Theoretical analysis is still challenging in some cases, such as dealing with complicated structures [12]. Fortunately, numerical methods to study ship-ice interactions do not need to consider the structure complexity, and are not restricted by factors such as geography, cost, and time, and have been shown to be both efficient and accurate, both in theoretical research and engineering application [13,14,15,16]. Finite element method (FEM) was successfully applied to estimate the strength of ship structure problems [10,17,18]. The discrete element method (DEM) to calculate ice loads for offshore structures and ships [19,20,21,22]. Smoothed-particle hydrodynamics method (SPH) was adopted in the ice field to simulate the ice-structure interaction dynamics [23,24], and other methods [25,26].
In recent years, a mesh-free method of peridynamics was proposed [27]. This reformulation of the classical continuum mechanics is a non-local theory that does not assume the spatial differentiability of displacement fields. Based on integrodifferential equations, peridynamics can deal with discontinuous displacement fields. Therefore, it can simulate spontaneous crack nucleation and propagation, and can be used to simulate the ice-breaking and calculate ice loads [28,29,30,31,32,33,34,35,36,37]. However, as a non-local theory computational efficiency of peridynamics is far lower than that of FEM, especially for engineering applications like ship-ice interaction. To improve its computational efficiency, researchers have coupled peridynamics with FEM. Macek and Silling [38] proposed the PD-FEM coupling approach and implemented peridynamics in a commercial finite element analysis code, Liu et al. [39] introduced interface elements to calculate the coupling force in a PD-FEM approach, and Lee et al. [40] proposed a coupled PD-FEM approach to analyze impact fractures. To date, the advantages of combining PD with FEM have been demonstrated in applications to concrete and composite materials, but PD-FEM coupling has not been used to deal with the ship–ice interaction. In this work, the coupling strategy proposed by Liu et al. is employed for its easy to implement and robust theory foundation.
The following work is organized as, peridynamics theory and PD-FEM coupling scheme is introduced in Section 2 and Section 3, respectively. The proposed coupling approach is verified with both dynamic and static cases in Section 4. The ship-ice interaction is simulated in Section 5. Conclusion is drawn in Section 6.
2. Peridynamics Framework
Peridynamics assumes that the continuum body is composed of small particles. Each particle interacts with other particles within a finite distance called the horizon. The pairwise interaction between two particles exists despite they are not in contact. This physical interaction is referred to as a bond, which in some way has a close analogy to a mechanical spring. In bond-based peridynamics, the kinetic equation of particle x in the reference configuration at time t is
where is the domain of integration within the horizon of particle , u is the displacement vector field, and b is the body force density. is the mass density, and is a pairwise force density function defined as the force per unit volume that particle exerts on particle x, which contains all the constitutive information of the materials.
To simplify the notation, the relative position in the initial configuration and its relative displacement are denoted as and , respectively. Therefore, the relative position of the two interacting particles at t in the current configuration is and the pairwise force density function can be described as .
For the prototype micro-elastic brittle (PMB) material defined by Silling and Askari [41], the pairwise force density function can be expressed as
where is the micro modulus, E is Young’s modulus, and s(η,ξ) is denoted as the stretch of the bond, which can be defined as
When the deformation stretch s exceeds a limit s0 (described as the critical stretch for failure), the bond between the two particles breaks and no pairwise force remains. The term is a history-dependent scalar-valued function, which is introduced to represent the bond failure of two particles. This can be defined as
Accordingly, the level of damage is illustrated by the local damage at one particle, defined as
When solving the elastic problem in which the damage is not considered, the critical stretch can be set to infinity. Dealing with the damage problem, the value of s0 can be obtained from the energy release rate.
3. Coupling of PD-FEM
3.1. Coupling Scheme
The PD-FEM coupling approach proposed by Liu et al. [39] is adopted and presented. The coupling scheme is as follows: the domain to be solved is partitioned into FEM subregions, which are modeled as a non-failure area and a PD subregion containing the area expected to be damaged. An interface element is introduced to bridge from the FEM subregion to the PD subregion. The interface element contains several peridynamic nodes for calculating the coupling forces, which are the interaction forces between embedded peridynamics nodes and peridynamics nodes outside the interface element. The coupling scheme is illustrated in Figure 1.
Figure 1.
PD-FEM coupling scheme.
To implement the coupling scheme, interfaces between the peridynamics subregion and the FEM subregion should be defined prior to analysis. The coupling forces on embedded nodes are divided between the FEM nodes on the interface segment, as shown in Figure 2, by
where is the force of the FEM nodes on the interface segment, is the shape function on the interface segment, is the coupling force on the embedded nodes, are the natural coordinates of the projection of an embedded node onto the interface segment, i is the number of FEM nodes on the interface segment, and m is the total number of embedded nodes. Note that for FEM nodes that are not on the interface segment, .
Figure 2.
Coupling scheme that divides a coupling force fp to FEM nodes on the interface segment.
For the FEM subregion, the equation of motion for the FEM nodes is written as
where is the external force and the internal force is given by FEM nodes on segment FEM nodes not on segment,
The displacements of the embedded peridynamics nodes are determined by
where are the natural coordinates of an embedded peridynamics node in the interface element and is the nodal displacement of an interface element.
3.2. Numerical Implementation
The peridynamics equation of motion after discretization is written as
For the FEM subregion, the equation of motion for the FEM nodes is written as
where n denotes the number of time steps. The displacement of node i can be obtained by approximating the acceleration in Equations (12) and (13) using an explicit central difference formula
where is the size of the time step. A stability condition derived by Silling and Askri [41] can be used to determine the time step size, as
Moreover, for the PD particles, the horizon size has a significant influence on the accuracy of the numerical simulations. The horizon size can be selected using the scale characteristics of the simulated object. In practice, usually works well [42]. Therefore, the horizon size is set to .
The numerical code for the proposed PD-FEM coupling approach is compiled using Fortran 90. A flowchart of the PD-FEM coupling approach is shown in Figure 3.
Figure 3.
Flow chart of the FEM-PD coupling scheme.
4. Validation of PD-FEM Coupling Approach
4.1. Bending Deformation of Cantilever Beam
A three-dimensional cantilever beam subjected to a transverse loading of F = 0.64 N at the free end is examined, and the solutions given by the proposed coupling approach are compared with the FEM solutions. Because the bending deformation of a cantilever beam is a quasi-static problem, and to achieve a quantitative quasi-static calculation, the dynamic relaxation method is introduced to peridynamics [43].
The cantilever beam is 8 mm long, 2 mm wide, and 2 mm thick with Young’s modulus of 1.0 GPa, Poisson’s ratio of 0.25, and a density of 900 kg/m3. Figure 4 shows the PD-FEM coupling model of this cantilever beam, which is partitioned into one FEM subregion and one PD subregion. The FEM subregion consists of 16 hexahedral elements of size 1 mm × 1 mm × 1 mm, whereas the PD subregion is discretized uniformly into 16 × 8 × 8 = 1024 particles with the grid spacing mm and horizon size . Three layers of peridynamics nodes are embedded in four interface elements for the coupling force calculations.
Figure 5 shows the change in deflection along the central line of the beam. The displacement curve obtained by the numerical simulation is in good agreement with that of FEM, and its smoothness verifies the displacement coordination of the coupling approach. From Figure 5, it can be found that the ratio of the characteristic scale to the horizon size should be no less than 1 to obtain an acceptable result, however, more cases may be need to achieve this conclusion. The above results prove that the coupling algorithm achieves good accuracy and displacement coordination in the calculation of bending deformation, verifying the correctness of the proposed PD-FEM coupling approach in static problem.
Figure 5.
Vertical displacement on central axis of the beam.
Figure 4.
PD-FEM coupling model of the cantilever beamThe simulated deflection at the free end of the beam and the coupling force are presented in Table 1. The deflection and force obtained from the proposed coupling approach are very close to the FEM results (error less than 2%), which indicates that the coupling approach transfers the force accurately.
Table 1.
Simulation results of bending beam.
4.2. Failure of 2D Plate with Central Crack
Mode-I crack is selected to simulate crack initiation and propagation along the plate. A 50 mm × 50 mm square plate with a 10 mm central pre-crack is stretched from both ends at a velocity of 50 mm/s, as shown in Figure 6.
Figure 6.
Geometry and loading condition of a plate with a central crack.
The PMB material properties used in this example are as follows: Young’s modulus is E = 192 GPa, Poisson’s ratio is v = 0.33, mass density is 8000 kg/m3, and the critical stretch s0 is 0.04472. These material parameters, geometry, and loading conditions are the same as the simulation example reported by Madenci and Oterkus [42]. For the coupling model, the plate is partitioned into one PD subregion and two FEM subregions (see Figure 6). The PD zone contains 100 × 200 = 20,000 particles, which are discretized regularly with a grid spacing of mm and a horizon size of . The FEM parts are composed of 32 four-node rectangular elements of size 6.25 mm × 6.25 mm. The interface region has three additional layers of peridynamics nodes (total of 2 × 3 × 200 = 1200 nodes). The time step is s, which satisfies the stable time step condition.
For comparison, the PD solution is considered, as shown in Figure 6. The model size and load conditions are the same as for the coupling model, and the region is discretized regularly into 200 × 200 = 20,000 nodes with a grid spacing of mm and horizon size of . In the velocity boundary area, three virtual boundary layers are added, each with 3 × 200 = 600 nodes.
Figure 7 shows numerical simulation results of crack tracks using the PD-FEM coupling model and PD model (see Figure 7). Crack paths obtained from the proposed coupling method resemble the mode-I failure in brittle material, and are in good agreement with those obtained from the PD method. These results are similar to those reported by Madenci and Oterkus [42]. The displacements along the y-axis obtained from the PD-FEM and PD methods are plotted in Figure 8. We can find that they are in close agreement. Therefore, the PD-FEM coupling method can simulate crack propagation well, which verifies the correctness of the coupling approach in dynamic conditions.
Figure 7.
Crack propagation simulations, (left) FEM-PD coupling model and (right) PD model.
Figure 8.
Vertical displacement simulations, (left) FEM-PD coupling model; (right) PD model.
6. Conclusions
The coupling model of peridynamics with the finite element method is employed to simulate ship–ice interaction. The characteristics of the ice-breaking scenarios and the ice load are captured successfully. From the simulation results, the following conclusions can be drawn.
- (1)
- The PD-FEM coupling model can successfully simulate the generation and propagation of radial and circular cracks in level ice, as well as the phenomena of wedge ice shedding, broken ice flipping, and ice cleaning of the channel during the ice-breaking process.
- (2)
- Compared with bond-based peridynamics, the PD-FEM coupling model has better computational efficiency, and can effectively suppress the boundary effect when the level ice is failure.
- (3)
- The ice load obtained from the PD-FEM coupling model is in good agreement with that obtained from Lindqvist’s empirical formula.
Author Contributions
Conceptualization, Y.X., R.L. and X.L.; methodology, Y.X. and X.L.; program, R.L. and X.L.; validation, Y.X., R.L. and X.L.; investigation, R.L. and X.L.; writing—original draft preparation, Y.X. and R.L.; writing—review and editing, Y.X., R.L. and X.L.; supervision, Y.X. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by the National Natural Science Foundation of China, Grant No. 51979056.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The data presented in this study are available on request from the corresponding author. The data are not publicly available due to privacy.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Xue, Y.; Liu, R.; Li, Z.; Han, D. A review for numerical simulation methods of ship—Ice interaction. Ocean Eng. 2020, 215, 107853. [Google Scholar] [CrossRef]
- Kujala, P.; Goerlandt, F.; Way, B.; Smith, D.; Yang, M.; Khan, F.; Veitch, B. Review of risk-based design for ice-class ships. Mar. Struct. 2019, 63, 181–195. [Google Scholar] [CrossRef]
- Lubbad, R.; Løset, S. A numerical model for real-time simulation of ship—Ice interaction. Cold Reg. Sci. Technol. 2011, 65, 111–127. [Google Scholar] [CrossRef]
- Raza, N.; Van Der Berg, M.; Lu, W.; Lubbad, R. Analysis of oden icebreaker performance in level ice using simulator for arctic marine structures (SAMS). In Proceedings of the International Conference on Port and Ocean Engineering under Arctic Conditions, Delft, The Netherlands, 9–13 June 2019. [Google Scholar]
- Yu, Z.; Lu, W.; Van Den Berg, M.; Amdahl, J.; Løset, S. Glacial ice impacts: Part II: Damage assessment and ice-structure interactions in accidental limit states (ALS). Mar. Struct. 2021, 75, 102889. [Google Scholar] [CrossRef]
- Sodhi, D.S.; Morris, C.E. Characteristic frequency of force variations in continuous crushing of sheet ice against rigid cylindrical structures. Cold Reg. Sci. Technol. 1986, 12, 1–12. [Google Scholar] [CrossRef]
- Määttänen, M.; Marjavaara, P.; Saarinen, S.; Laakso, M. Ice crushing tests with variable structural flexibility. Cold Reg. Sci. Technol. 2011, 67, 120–128. [Google Scholar] [CrossRef]
- Sun, J.; Huang, Y. Investigations on the ship-ice impact: Part 1. Experimental methodologies. Mar. Struct. 2020, 72, 102772. [Google Scholar] [CrossRef]
- Sun, J.; Huang, Y. Investigations on the ship-ice impact: Part 2. spatial and temporal variations of ice load. Ocean Eng. 2021, 240, 109686. [Google Scholar] [CrossRef]
- Li, F.; Kõrgesaar, M.; Kujala, P.; Goerlandt, F. Finite element based meta-modeling of ship-ice interaction at shoulder and midship areas for ship performance simulation. Mar. Struct. 2020, 71, 102736. [Google Scholar] [CrossRef]
- Jou, O.; Celigueta, M.A.; Latorre, S.; Arrufat, F.; Oñate, E. A bonded discrete element method for modeling ship—Ice interactions in broken and unbroken sea ice fields. Comput. Part. Mech. 2019, 6, 739–765. [Google Scholar] [CrossRef]
- Aksnes, V. A simplified interaction model for moored ships in level ice. Cold Reg. Sci. Technol. 2010, 63, 29–39. [Google Scholar] [CrossRef]
- Huang, L.; Tuhkuri, J.; Igrec, B.; Li, M.; Stagonas, D.; Toffoli, A.; Cardiff, P.; Thomas, G. Ship resistance when operating in floating ice floes: A combined CFD&DEM approach. Mar. Struct. 2020, 74, 102817. [Google Scholar]
- Luo, W.; Jiang, D.; Wu, T.; Guo, C.; Wang, C.; Deng, R.; Dai, S. Numerical simulation of an ice-strengthened bulk carrier in brash ice channel. Ocean Eng. 2020, 196, 106830. [Google Scholar] [CrossRef]
- Kim, J.-H.; Kim, Y.; Kim, H.-S.; Jeong, S.-Y. Numerical simulation of ice impacts on ship hulls in broken ice fields. Ocean Eng. 2019, 182, 211–221. [Google Scholar] [CrossRef]
- Ni, B.-Y.; Chen, Z.-W.; Zhong, K.; Li, X.-A.; Xue, Y.-Z. Numerical simulation of a polar ship moving in level ice based on a one-way coupling method. J. Mar. Sci. Eng. 2020, 8, 692. [Google Scholar] [CrossRef]
- Wang, B.; Yu, H.-C.; Basu, R. Ship and ice collision modeling and strength evaluation of LNG ship structure. In Proceedings of the International Conference on Offshore Mechanics and Arctic Engineering, Estoril, Portugal, 15–20 June 2008; pp. 911–918. [Google Scholar]
- Herrnring, H.; Ehlers, S. A finite element model for compressive ice loads based on a Mohr-Coulomb material and the node splitting technique. J. Offshore Mech. Arct. Eng. 2022, 144, 021601. [Google Scholar] [CrossRef]
- Liu, L.; Ji, S. Comparison of sphere-based and dilated-polyhedron-based discrete element methods for the analysis of ship—Ice interactions in level ice. Ocean Eng. 2022, 244, 110364. [Google Scholar] [CrossRef]
- Tang, X.; Zou, M.; Zou, Z.; Li, Z.; Zou, L. A parametric study on the ice resistance of a ship sailing in pack ice based on CFD-DEM method. Ocean Eng. 2022, 265, 112563. [Google Scholar] [CrossRef]
- Zhang, J.; Zhang, Y.; Shang, Y.; Jin, Q.; Zhang, L. CFD-DEM based full-scale ship-ice interaction research under FSICR ice condition in restricted brash ice channel. Cold Reg. Sci. Technol. 2022, 194, 103454. [Google Scholar] [CrossRef]
- Zou, M.; Tang, X.-J.; Zou, L.; Zou, Z.-J. Numerical Simulation of Ship-Ice Interaction in Pack Ice Area Based on CFD-DEM Coupling Method. In Proceedings of the International Conference on Offshore Mechanics and Arctic Engineering, Hamburg, Germany, 5–10 June 2022; p. V006T007A027. [Google Scholar]
- Zhang, N.; Zheng, X.; Ma, Q.; Hu, Z. A numerical study on ice failure process and ice-ship interactions by Smoothed Particle Hydrodynamics. Int. J. Nav. Archit. Ocean Eng. 2019, 11, 796–808. [Google Scholar] [CrossRef]
- Chen, Z.; He, Y.; Gu, Y.; Su, B.; Ren, Y.; Liu, Y. A novel method for numerical simulation of the interaction between level ice and marine structures. J. Mar. Sci. Technol. 2021, 26, 1170–1183. [Google Scholar] [CrossRef]
- Herrnring, H.; Kellner, L.; Kubiczek, J.M.; Ehlers, S. Simulation of Ice-Structure Interaction with CZM-Elements. In Proceedings of the 18th German LS-Dyna Forum, Bamberg, Germany, 24 October 2018; pp. 15–17. [Google Scholar]
- Zhang, J.; Liu, Z.; Ong, M.C.; Tang, W. Numerical simulations of the sliding impact between an ice floe and a ship hull structure in ABAQUS. Eng. Struct. 2022, 273, 115057. [Google Scholar] [CrossRef]
- Silling, S.A. Reformulation of elasticity theory for discontinuities and long-range forces. J. Mech. Phys. Solids 2000, 48, 175–209. [Google Scholar] [CrossRef]
- Xue, Y.; Liu, R.; Liu, Y.; Zeng, L.; Han, D. Numerical simulations of the ice load of a ship navigating in level ice using peridynamics. Comput. Model. Eng. 2019, 121, 523–550. [Google Scholar] [CrossRef]
- Yuan, Z.; Longbin, T.; Chao, W.; Liyu, Y.; Chunyu, G. Numerical study on dynamic icebreaking process of an icebreaker by ordinary state-based peridynamics and continuous contact detection algorithm. Ocean Eng. 2021, 233, 109148. [Google Scholar] [CrossRef]
- Liu, R.; Xue, Y.; Lu, X.; Cheng, W. Simulation of ship navigation in ice rubble based on peridynamics. Ocean Eng. 2018, 148, 286–298. [Google Scholar] [CrossRef]
- Liu, R.; Yan, J.; Li, S. Modeling and simulation of ice—Water interactions by coupling peridynamics with updated Lagrangian particle hydrodynamics. Comput. Part. Mech. 2020, 7, 241–255. [Google Scholar] [CrossRef]
- Ye, L.; Guo, C.; Wang, C.; Wang, C.; Chang, X. Peridynamic solution for submarine surfacing through ice. Ships Offshore Struct. 2020, 15, 535–549. [Google Scholar] [CrossRef]
- Liu, R.; Xue, Y.; Han, D.; Ni, B. Studies on model-scale ice using micro-potential-based peridynamics. Ocean Eng. 2021, 221, 108504. [Google Scholar] [CrossRef]
- Vazic, B.; Oterkus, E.; Oterkus, S. In-plane and out-of plane failure of an ice sheet using peridynamics. J. Mech. 2020, 36, 265–271. [Google Scholar] [CrossRef]
- Chunyu, G.; Kang, H.; Chao, W.; Liyu, Y.; Zeping, W. Numerical modelling of the dynamic ice-milling process and structural response of a propeller blade profile with state-based peridynamics. Ocean Eng. 2022, 264, 112457. [Google Scholar] [CrossRef]
- Vazic, B.; Oterkus, E.; Oterkus, S. Peridynamic approach for modelling ice-structure interactions. Trends Anal. Des. Mar. Struct. 2019, 55–60. [Google Scholar]
- Song, Y.; Yan, J.; Li, S.; Kang, Z. Peridynamic modeling and simulation of ice craters by impact. Comput. Model. Eng. Sci. 2019, 121, 465–492. [Google Scholar] [CrossRef]
- Macek, R.W.; Silling, S.A. Peridynamics via finite element analysis. Finite Elem. Anal. Des. 2007, 43, 1169–1178. [Google Scholar] [CrossRef]
- Liu, W.; Hong, J.-W. A coupling approach of discretized peridynamics with finite element method. Comput. Method Appl. M. 2012, 245, 163–175. [Google Scholar] [CrossRef]
- Lee, J.; Liu, W.; Hong, J.-W. Impact fracture analysis enhanced by contact of peridynamic and finite element formulations. Int. J. Impact Eng. 2016, 87, 108–119. [Google Scholar] [CrossRef]
- Silling, S.A.; Askari, E. A meshfree method based on the peridynamic model of solid mechanics. Comput. Struct. 2005, 83, 1526–1535. [Google Scholar] [CrossRef]
- Madenci, E.; Oterkus, E. Peridynamic theory. In Peridynamic Theory and Its Applications; Springer: Berlin/Heidelberg, Germany, 2014; pp. 19–43. [Google Scholar]
- Kilic, B.; Madenci, E. An adaptive dynamic relaxation method for quasi-static simulations using the peridynamic theory. Theor. Appl. Fract. Mech. 2010, 53, 194–204. [Google Scholar] [CrossRef]
- Knott, J.F. Fundamentals of Fracture Mechanics; Gruppo Italiano Frattura, 1973. [Google Scholar]
- Schulson, E.M. Brittle failure of ice. Eng. Fract. Mech. 2001, 68, 1839–1887. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
