Fluid-structure interaction
Contents
Examples
Fluid-structure interactions are a crucial consideration in the design of many engineering systems, e.g. aircraft and bridges. Failing to consider the effects of oscillatory interactions can be catastrophic, especially in structures comprising materials susceptible to fatigue. Tacoma Narrows Bridge (1940), the first Tacoma Narrows Bridge, is probably one of the most infamous examples of large-scale failure. Aircraft wings and turbine blades can break due to FSI oscillations. Fluid-structure interaction has to be taken into account for the analysis of aneurysms in large arteries and artificial heart valves. A reed actually produces sound because the system of equations governing its dynamics has oscillatory solutions. The dynamic of reed valves used in two strokes engines and compressors is governed by FSI. The act of "blowing a raspberry" is another such example.
Analysis
Fluid-structure interaction problems and multiphysics problems in general are often too complex to solve analytically and so they have to be analyzed by means of experiments or numerical simulation. Research in the fields of computational fluid dynamics and computational structural dynamics is still ongoing but the maturity of these fields enables numerical simulation of fluid-structure interaction. Two main approaches exist for the simulation of fluid-structure interaction problems:
- Monolithic approach: the equations governing the flow and the displacement of the structure are solved simultaneously, with a single solver
- Partitioned approach: the equations governing the flow and the displacement of the structure are solved separately, with two distinct solvers
The monolithic approach requires a code developed for this particular combination of physical problems whereas the partitioned approach preserves software modularity because an existing flow solver and structural solver are coupled. Moreover, the partitioned approach facilitates solution of the flow equations and the structural equations with different, possibly more efficient techniques which have been developed specifically for either flow equations or structural equations. On the other hand, development of stable and accurate coupling algorithm is required in partitioned simulations.
Numerical simulation
Both the Newton-Raphson method and fixed point iteration can be used to solve FSI problems. Methods based on Newton-Raphson iteration are used in both the monolithic [2][3][4] and the partitioned [5][6] approach. These methods solve the nonlinear flow equations and the structural equations in the entire fluid and solid domain with the Newton-Raphson method. The system of linear equations within the Newton-Raphson iteration can be solved without knowledge of the Jacobian with a matrix-free iterative method, using a finite difference approximation of the Jacobian-vector product.
Whereas Newton-Raphson methods solve the flow and structural problem for the state in the entire fluid and solid domain, it is also possible to reformulate an FSI problem as a system with only the degrees-of-freedom in the interface’s position as unknowns. This domain decomposition condenses the error of the FSI problem into a subspace related to the interface[7]. The FSI problem can hence be written as either a root finding problem or a fixed point problem, with the interface’s position as unknowns.
Interface Newton-Raphson methods solve this root-finding problem with Newton-Raphson iterations, e.g. with an approximation of the Jacobian from a linear reduced-physics model [8][9]. The interface quasi-Newton method with approximation for the inverse of the Jacobian from a least-squares model couples a black-box flow solver and structural solver [10] by means of the information that has been gathered during the coupling iterations. This technique is based on the interface block quasi-Newton technique with an approximation for the Jacobians from least-squares models which reformulates the FSI problem as a system of equations with both the interface’s position and the stress distribution on the interface as unknowns. This system is solved with block quasi-Newton iterations of the Gauss-Seidel type and the Jacobians of the flow solver and structural solver are approximated by means of least-squares models[11].
The fixed-point problem can be solved with fixed-point iterations, also called (block) Gauss-Seidel iterations [6], which means that the flow problem and structural problem are solved successively until the change is smaller than the convergence criterion. However, the iterations converge slowly if at all, especially when the interaction between the fluid and the structure is strong due to a high fluid/structure density ratio or the incompressibility of the fluid [12]. The convergence of the fixed point iterations can be stabilized and accelerated by Aitken relaxation and steepest descent relaxation, which adapt the relaxation factor in each iteration based on the previous iterations [13].
If the interaction between the fluid and the structure is weak, only one fixed-point iteration is required within each time step. These so-called staggered or loosely coupled methods do not enforce the equilibrium on the fluid-structure interface within a time step but they are suitable for the simulation of aeroelasticity with a heavy and rather stiff structure. Several studies have analyzed the stability of partitioned algorithms for the simulation of fluid-structure interaction[12][14] [15] [16][17][18].
See also
- Immersed Boundary Method
- Computational fluid dynamics
- Fluid mechanics, fluid dynamics
- Structural mechanics, structural dynamics
- CFD Online page about FSI
- NASA page about a tail flutter test
- YouTube movie about flutter of glider wings[dead link]
- Hydroelasticity
Open source codes
Academic Codes
- Stochastic Immersed Boundary Methods in 3D, P. Atzberger, UCSB
- Immersed Boundary Method for Adaptive Meshes in 3D, B. Griffith, NYU.
- Immersed Boundary Method for Uniform Meshes in 2D, A. Fogelson, Utah
Commercial Codes
- Abaqus Multiphysics Coupling
- AcuSolve FSI applications
- ADINA FSI homepage
- Ansys' FSI homepage
- Altair RADIOSS
- CD-adapco's Star-CCM+ Product
- CoLyX - FSI and mesh-morphing from EVEN - Evolutionary Engineering AG
- COMSOL FSI homepage
- MpCCI homepage
- MSC Software MD Nastran
- MSC Software Dytran
- FINE/Oofelie FSI: Fully integrated and strongly coupled for better convergence
- LS-DYNA Home Page
References
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ 6.0 6.1 Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ 12.0 12.1 Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ Script error
- ↑ Christiane F?örster, Wolfgang A. Wall, Ekkehard Ramm (2006). "The artificial added mass effect in sequential staggered fluid-structure interaction algorithms". In P. Wesseling, E. Oñate, J. Périaux. European Conference on Computational Fluid Dynamics ECCOMAS CFD 2006. The Netherlands.
- ↑ Script error
|