Violent Fluid-Structure Interaction simulations using a coupled SPH-FEM method
更新时间:2023-05-12 22:40:02 阅读量: 实用文档 文档下载
- violent推荐度:
- 相关推荐
HomeSearchCollectionsJournalsAboutContact usMy IOPscience
Violent Fluid-Structure Interaction simulations using a coupled SPH/FEM methodThis content has been downloaded from IOPscience. Please scroll down to see the full text.2010 IOP Conf. Ser.: Mater. Sci. Eng. 10 012041
(/1757-899X/10/1/012041)
View the table of contents for this issue, or go to the journal homepage for more
Download details:
IP Address: 111.196.189.128This content was downloaded on 19/01/2015 at 06:41
Please note that terms and conditions apply.
Violent Fluid-Structure Interaction simulations using a coupled SPH/FEM method
G Fourey1, G Oger2, D Le Touzé1 and B Alessandrini1
1
2 Fluid Mechanics Lab., Ecole Centrale Nantes / CNRS, Nantes, France HydrOcean, Nantes, France
E-mail: guillaume.fourey@ec-nantes.fr
Abstract. The Smoothed Particle Hydrodynamics (SPH) method presents different key assets
for modelling violent Fluid-Structure Interactions (FSI). First, this method is a meshless
method, which drastically reduces the complexity of handling the fluid-structure interface
when using SPH to model the fluid and coupling it with a Finite Element Method (FEM) for
the solid. Second, the method is Lagrangian and large deformations of the fluid domain can
thus be followed, which is especially interesting for simulating violent interactions in presence
of a free surface, or which induce large deformations, rotations, and translations of the solid.
Third, the SPH method being explicit, the time scale of the SPH resolution in the fluid domain
is naturally adapted to the FEM resolution in the solid. Free-surface FSIs can also be simulated
without including the air phase when it does not play a significative role. For violent
interactions where the fluid compressibility matters, it is also intrinsically modelled by the SPH
method. The paper details the SPH method used and the coupling. The FEM solver is a
standard open source solver for solid mechanics. Validation test cases are then presented in
detail. They include the hydrodynamic impact of elastic wedges at high speed, where local
pressures and wedge deformations are compared to experimental data.
1. Introduction
Nowadays, thanks to the growth of computing power numerical simulation is widely used to study complex physical problems involving fluids or solids. The modeling of coupled phenomena such as fluid-structure interactions can be carried out as well even though their simulation needs important numerical resources. In literature different methods have been developed in order to predict the deformations of a structure due to non-stationary loads caused by fluid flow, itself modified by the structure evolution. The complexity of the coupling and its simulation is much increased when both the fluid and the structure are largely deformed due to their interaction. We concentrate here on these complex fluid-structure interactions.
In a general way Lagrangian formulations based on the Finite Element Method (FEM) are employed to study the structure behaviour. The mesh follows solid deformations. However, different methods which allow following the moving interface between fluid and solid are used to simulate the fluid evolution when dealing with fluid-structure interaction problems. We can cite mesh-based methods such as Lagrangian or Arbitrary Lagrangian Eulerian (ALE) formulations of Navier-Stokes equations, often using the Finite Volume Method (FVM) or FEM [1], where the fluid mesh is deformed to adapt to the solid domain deformation. This adaptation is costly and of complex implementation. Further, large fluid domain deformations cannot be handled without using remeshing
methods which significantly increase CPU costs of simulations. Another way to solve this problem is to use Volume of Fluid method (VOF) or Level-Set methods which permit to track interfaces on fixed grids [2]. With all these methods, a contact algorithm is used in order to prevent materials interpenetration. Fluid structure simulations have also been performed using the Boundary Element Method (BEM) [3]. In the latter case, only boundaries need to be meshed. However, this is limited to simplified problems in terms of geometry (of the free surface especially) and physics (no vorticity nor viscosity).
Particle-based methods have also been used to model fluid evolution in the context of Fluid-Structure Interactions. Is for instance the case with the Material Point Method in [4], or with the Particle Finite Element Method (PFEM) in [5]. However these methods are not fully meshless.
The method proposed here to simulate fluid-structure interactions relies on the Smoothed Particle Hydrodynamics method (SPH) [7][8][9] resolution of the fluid problem. The latter method being Lagrangian and meshless, no free surface tracking techniques and contact algorithm between fluid and structure domains are needed. In addition, compressibility effects are taken into account when they matter. In this paper, we first present an introduction to the SPH formalism. Then, the way we couple this method to a standard FEM solver for the solid is described. Validation is made on the hydrodynamic impact of an elastic wedge in comparison to the analytical solution. An illustrative test case is then presented where a water column impacts an elastic plate resulting on a strong interaction with a very complex flow pattern.
2. SPH solver
In 1977, the SPH method was proposed by Monaghan, Gingold and Lucy [10][11]. The aim was to simulate complex astrophysical phenomena such as star formations. Later, Monaghan used this method to simulate free surface flows [12].
2.1. Governing equations
As we focus on fast dynamics cases (regarding the fluid, the solid answer being of slow dynamics), viscosity does not play a significant role so that we model the Euler equations which read in Lagrangian formulation
rdxr=v (1) dtrdvr P=g (2) ρdtdρr= ρ .v (3) dt
Since the fluid is assumed compressible, an equation of state is needed in order to close the system of equations above. The fluid is considered to follow the barotropic Tait’s equation of state 72 ρ ρ0c0 1 (4) P P0=7 ρ0
in which ρ0, P0 and c0 respectively denote the nominal density of the fluid, the pressure of reference and the nominal speed of sound.
2.2. Functions interpolation
SPH is a mesh-free method; no connectivity list is needed to perform simulations. Approximation of functions and their derivatives is done by using a kernel function. In this study we used the cubic
spline kernel proposed by Monaghan [13]. We note r the distance between two particles and h the smoothing length. r
2213 ssif 0s1 +≤< 3 2r r 1 W s= =C (2 s)3 if 1≤s<2 (5) h 6 0 else
Constant C ensures kernel normalization, it is equal to 15/7πh2 for two dimensional simulations and to 3/2πh3 for three dimensional ones. The smoothing length is a measure of the spatial resolution. The approximation of values taken by a function is obtained according to the following formula, where D is the compact support of the kernel function rrrr f(
y)=f(x)W(y x)dV (6) ∫D
2.3. Discrete approximation
If we note ωi the volume of a calculation point i, called ‘particle’, and N the number of particles that are included in the domain D, then we get approximations of integrals of functions thanks to the rectangle quadrature formula
D∫Nrrf(x)dV=∑f(xi)ωi (7) i=1
In all the simulations the mean distance between two calculation points is Δx=h/1.23, leading to neighborhoods composed of about 20 particles in 2D, and 50 in 3D.
Noting mi=ρiωi we can now write the discretized scheme which is used to solve the Euler equations
rdxir=vi (8) dtr Pi+Pj dvirrr=g ∑mj Bij W(xi xj) (9) ρiρj dtj mjrrdρrr=ρi∑(vi vj)Bij W(xi xj) (10) dtjρj
Bij=The matrix Bij represents the symmetrized form of the renormalization matrix
1Bi+Bj) (11) (2rrrrBi=∑(xj xi) (xi xj)ωj (12)
j
This renormalization permits to locally increase approximations of gradients. The symmetrized form used allows using Riemann solvers to stabilize the explicit centered scheme presented above. Following Vila [14], it is possible to rewrite the SPH formalism in a slightly different manner inspired from the Finite Volumes formalism. The pairs of particle to particle interactions (i,j) in equations (9) and (10) can be seen as the result of a flux acting at the middle of them, leading to rdmivirrrrrr=mig ωi∑ωj2ρEvE vE v0(xij)+pEBij W(xi xj) (13) dtj()
where v0is a transport velocity (Arbitrary Lagrangian Eulerian framework), equal to the fluid velocity rrvin a Lagrangian framework. The terms ρEand vEare the solution of the exact Lagrangian Riemann problem solved at the middle of each pair of particles using a Godunov numerical scheme [14], in which variables are extrapolated thanks to a linear approximation with a limiter through the Monotone Upstream-centered Schemes for Conservations Laws (MUSCL) [15] scheme.
2.4. Temporal integration
An explicit fourth order Runge-Kutta scheme is employed for temporal integration. We note c the velocity of sound in the considered fluid. Thus, the time step has to respect the Courant–Friedrichs–Lewy (CFL) condition rdmirrrr= ωi∑ωj2ρEvE v0(xij)Bij W(xi xj) (14) dtj()Δt<kCFLh (15) c
This leads to very small time steps. However, if compressibility effects are negligible in the fluid, then we can use an artificially decreased sound speed provided we always remain in the weak-compressibility zone (Ma<0.1). In addition, in order to decrease significantly the simulation time the SPH solver we have developed, SPH-flow, is parallel, based on a domain decomposition strategy, the inter-process communications being achieved with the use of MPI (Message Passing Interface) libraries. The explicit feature of SPH provides many advantages concerning the parallelization of the model since each task is relatively independent from the other, resulting in very good parallelization performance. In recent years different SPH solvers have been parallelized and run on massive parallel clusters, see e.g. [16][17][18]. The solver SPH-flow which we have developed exhibits a superlinear scalability between 1 and 32 processors in two dimensions, and good properties in 3D [16]. To reach high scalability figures load balancing procedures have been implemented, see [16]. When applying it to Fluid-Structure Interaction problems, the solution in the solid computed via a FEM method is obtained vey quickly by using one core on only, while the flow evolution is computed on many cores. The global scalability is almost unaffected.
2.5. Boundary conditions
There is no specific treatment to do in order to satisfy free-surface conditions with this SPH scheme
[9]. However, at solid boundaries free-slip and non penetration conditions have to be imposed. To do so we use the ghost particle technique to complete the support kernel of a particle which is close to the boundary [19]. As shown in the next figure, a ghost particle is created for each particle which distance
to the boundary is less than two smoothing lengths.
Figure 2. Ghost particles for SPH solid boundary conditions.
If we note Vi and Vp, respectively, the velocities of particle i and of the boundary, then the rr
velocity of the ghost particle is given by
VGin=2Vpn Vin (16)
in normal and tangential directions.
3. SPH/FEM coupling
To perform our solid mechanics simulations we use a standard FEM open source solver called Code_Aster, developed by Electricité De France (EDF). The coupling algorithm used here is parallel; fluid and structure evolutions are calculated at the same time. Time step is based on the fluid calculation but it is also possible to run several fluid time steps while running only one, bigger, for structure. Similarly, if necessary, a subdivision of time steps of the SPH simulation can be achieved in order to reach convergence for the structure calculation.
In order to couple SPH with a finite element code, we have to be able to get pressure on the solid boundary. Different methods can be employed to do this. Here we simply sample pressures of particles which are closed to the boundary as shown in figure 3. VGit=Vpt (17) Pboundary1=N∑P (18) i
i=1N
The knowledge of this loading permits to perform FEM simulations. Once performed, new positions and velocities of the solid boundaries are known and a new time step can be run for the fluid
solver.
Figure 3. Local pressure evaluation
at the boundary using a sampling.
In practice, several processors are assigned to compute the fluid evolution, and one more processor executes the FEM solver.
4. Validation and illustrative cases
4.1. Violent hydrodynamic impact of an elastic wedge
We consider here the water entry of an aluminium beam with high velocity impact. Comparisons are made with analytical data [20] on deformations of the beam (figure 5), on the vertical force applied to the structure (figure 6) and on pressure peaks evaluated at four pressure sensors (figure 7). The size of these sensors is 5 millimeters. The smoothing length used for the fluid calculation is set to 2 millimeters.
Figure 4. Geometry of the aluminium beam and locations
of pressure sensors.
Relation between strain and stresses follows Hooke’s law. The beam presents the following characteristics: Young’s modulus E=67.5 GPa, Poisson’s ratio υ=0.34 and density ρ=2700 kg.m-3.
When running this simulation with a rigid solid, we observed density variations higher than one percent of initial given density for water (ρ0=1000 kg.m-3). This means that non-negligible compressibility effects are present in the problem. We thus perform the fluid-structure interaction simulation with the real velocity of sound in water: c0=1500 m.s-1 at 20°C.
A visualization of this hydro-elastic impact simulation is presented in figure 8. Naturally, when the structure strikes the free surface, strong pressures appear in the flow. The beam undergoes these pressures, resulting in its deformation. In particular, it bends during the jet formation. When the latter
is released, the pressure applied to the structure quickly decreases and the structure gets back.
Figure 5. Displacement of Figure 6. Total vertical force Figure 7. Pressure seen at the
neutral fiber at the middle of the time history applied to the four pressure sensors. beam. beam.
As can be seen in figure 5, 6 and 7, there is globally and locally a great agreement between the results of the coupled SPH/FEM simulation and the analytical solution. A slight undervaluation of the total vertical force can be noticed though. Pressure peaks are correctly reproduced, especially at
locations C and D.
Figure 8. Pressure (fluid) and stress (solid) during the wedge impact.
4.2. Water column impacting an elastic plate
In order to further show the potential of the method, an illustrative case is here presented. It deals with the impact of a water column on a vertical elastic plate. Height and width of the water column are respectively fixed to 1.5 m and 75 cm. Height and thickness of the elastic plate are set to 1 m and 4 mm. We kept the same material properties for the structure as those used for the wedge impact case. The sound speed is fixed to 120 m.s-1 which ensures that the fluid is simulated as quasi-incompressible. Space resolution is defined by a constant smoothing length of 3mm. Hooke’s law is still used to relate strain to stresses. The fluid-structure interaction evolution is presented on figure 9. After 0.75s water reaches the structure which slightly bends under the action of the fluid and water runs out on the beam along its
direction. Then, the vertical velocity of the fluid decreases and the beam keeps bending under the
weight of water leaning on it. When part of the jet is released from the beam to go to impact the lower and the right walls of the tank, one can observe the back motion of the elastic structure, throwing away water that was remaining on its left part. Finally, the beam vibrates until finding back its initial state. One can note the large complexity of the flow and its free surface, underlining the assets of the SPH method to simulate such violent fluid-structure interactions.
Figure 9. Evolution of the fluid-structure interaction between a water column and an elastic plate.
5. Conclusion
The present paper presents a fluid-structure coupling between an SPH method for the fluid and a FEM for the structure. This coupling is very efficient when dealing with fluid-structure interaction problems in presence of a free-surface, and of rather easy implementation. The ability of SPH to fragment and reconnect interfaces presents a great interest when modelling impacts of solids on fluids, and vice versa. As exhibited in the example of validation test presented, a wedge water entry, good agreement is found with the analytical solution. SPH has no difficulty to model water jets and no contact algorithm is needed to avoid material interpenetration. The capabilities of this coupling for simulating violent fluid-structure interactions are further illustrated on a demonstrative case where the flow and the structure display very large deformation.
Further work will be to validate the method for three dimensional test cases, and to apply it to realistic complex cases.
Acknowledgments
Authors wish to acknowledge DGA (Direction Générale de l’Armement) from French ministry of Defense for financial support of this study. The research leading to these results has also received funding from the European Community’s Seventh Framework Programme (FP7/2007-2013) under grant agreement 225967 ‘‘NextMuSE’’.
References
[1] Zhong Z-H 1977 Finite Element Procedures for Contact-Impact Problems (New York: Oxford)
[2] Aquelet N, Souli M, Gabrys J and Olovson L 2003 A new ALE formulation for sloshing
analysis Structural Engineering and Mechanics 16(4) 423-40
[3] Lucy C, He Y and Wu G 2000 Coupled analysis of nonlinear interaction between fluid and
structure during impact Journal of Fluid and Structures 14 127-46
[4] Banerjee B, Guilkey J E, Harman T B, Schmidt J A, and McMurtry P A 2005 Simulation of
impact and fragmentation with the material point method Proc. 11th Int.Conf. on Fracture
[5] Idelsohn S R, Marti J, Limache A and Oñate E 2008 Unified Lagrangian formulation for elastic
solids and incompressible fluids: Application to fluid-structure interaction problems via the PFEM Computer Methods in Applied Mechanics and Engineering 197 1762-76
[6] Oñate E, Idelsohn S R, Celigueta M A and Rossi R 2008 Advances in the particle finite element
method for the analysis of fluid-multibody interaction and bed erosion in free surface flows Computer Methods in Applied Mechanics and Engineering 197 1777-800
[7] Monaghan J J 2005 Smoothed particle hydrodynamics Reports on Progress in Physics 68 1703-
59
[8] Oger G, Doring M, Alessandrini B and Ferrant P 2006 Two-dimensional SPH simulations of
wedge water entries Journal of Computational Physics 213 803-22
[9] Colagrossi A, Antuono M and Le Touzé D 2009 Theoretical considerations on the free-surface
role in the smoothed-particle-hydrodynamics model Phys. Rev. E 79
[10] Gingold R and Monaghan J J 1977 Smoothed particle hydrodynamics: application to non-
spherical stars Mon. Not. R. astr. Soc. 181 375–89
[11] Lucy L 1977 A numerical approach to the testing of the fission hypothesis Astronomical
Journal 82 1013-24
[12] Monaghan J J 1994 Simulating free surface flows with SPH Journal of Computational Physics
110 399-406
[13] Monaghan J J 1992 Smoothed particle hydrodynamics Annu. Rev. Astron. Astrophys. 30 543-74
[14] Vila J-P 1999 On particle weighted methods and smooth particle hydrodynamics Mathematical
models and Methods in Applied Sciences 9 161-209
[15] Van Leer B 1979 Towards the ultimate conservative different scheme. V A second-order sequel
to Godunov’s method Journal of Computational Physics 32 101-36
[16] Maruzewski P, Oger G, Le Touzé D and Avellan F 2010 SPH high performance computing
simulations of rigid solid impacting the free-surface of water, Journal of Hydraulic Research 48 Extra Issue 126-134
[17] Moulinec C, Issa R, Marongiu J-C and Violeau D 2008 Parallel 3-D SPH simulations.
Computer Modeling in Engineering and Sciences 25 133-148
[18] Ferrari A, Dumbser M, Toro E F and Armanini A 2009 A new 3D parallel SPH scheme for free
surface flows Computers & Fluids 38 1203-1217
[19] Colagrossi A, Landrini M and Tulin M P 2001 A lagrangian meshless method for free-surface
flows Proc. 4th Numerical Towing Tank Symposium
[20] Scolan Y-M 2003 Hydro-elastic behaviour of a conical shell impacting on a quiescent-free
surface of an incompressible liquid Journal of Sound and Vibration 277 163-203
正在阅读:
Violent Fluid-Structure Interaction simulations using a coupled SPH-FEM method05-12
2020年度人民医院工作总结08-30
乒乓球理论考试题库04-28
银行业消费者权益保护知识竞赛试题库1.2.3.4合集09-13
化州市人民医院2008年护理工作总结06-29
2015-2016学年北京课改版七年级语文下册期末测试卷及答案05-02
回家的诱惑剧本11-15
大气污染与城市规划08-10
- 1Incompressible Quantum Hall Fluid
- 2HPLC Method development
- 3Interaction Design Group
- 4Interaction Design Group
- 5The Audiolingual Method
- 6A Structure for Deoxyribose Nucleic Acid
- 7company ownership and structure
- 8ADVICE Automated Detection and Validation of Interaction by
- 9The_example_of_bootstrap_method
- 10Part Vocabulary and Structure
- 教学能力大赛决赛获奖-教学实施报告-(完整图文版)
- 互联网+数据中心行业分析报告
- 2017上海杨浦区高三一模数学试题及答案
- 招商部差旅接待管理制度(4-25)
- 学生游玩安全注意事项
- 学生信息管理系统(文档模板供参考)
- 叉车门架有限元分析及系统设计
- 2014帮助残疾人志愿者服务情况记录
- 叶绿体中色素的提取和分离实验
- 中国食物成分表2020年最新权威完整改进版
- 推动国土资源领域生态文明建设
- 给水管道冲洗和消毒记录
- 计算机软件专业自我评价
- 高中数学必修1-5知识点归纳
- 2018-2022年中国第五代移动通信技术(5G)产业深度分析及发展前景研究报告发展趋势(目录)
- 生产车间巡查制度
- 2018版中国光热发电行业深度研究报告目录
- (通用)2019年中考数学总复习 第一章 第四节 数的开方与二次根式课件
- 2017_2018学年高中语文第二单元第4课说数课件粤教版
- 上市新药Lumateperone(卢美哌隆)合成检索总结报告
- Interaction
- simulations
- Structure
- Violent
- coupled
- method
- Fluid
- using
- SPH
- FEM
- 胎盘间充质干细胞研究进展
- 旅大租借交涉中李鸿章张荫桓的受贿问题
- 船舶驾驶员实用英语口语 (15)
- 银行的数据仓库ODS历史库的区别
- 临汾播音主持培训
- 2016继续教育网上学习《专业技术人员创新与经营》多选
- 立交桥安全监理细则
- 公开课 定语从句讲解练习及答案
- 希拉里告别总统竞选演讲稿
- 学前游戏理论与指导网上作业二
- 1.招标文件(终稿)3.24
- 2012年广州市普通高中毕业班综合测试文科数学(一)
- APP开发合同模板范本(安卓、ios)
- 2011年黑龙江省鸡西市中考试题(英语)
- 特殊的仿写——对联
- 2014年香港国际文具展览会展文
- 2013.1怀柔九年级第一学期期末试题及答案
- 2010级第二学期课程表
- 实验五 RIP协议的使用
- Windows_API_函数大全(For C++)