Least Square Curvature Calculation Method for VOF Schemes

Size: px
Start display at page:

Download "Least Square Curvature Calculation Method for VOF Schemes"

Transcription

1 ILASS Americas 28th Annual Conference on Liquid Atomization and Spray Systems, Dearborn, MI, May 2016 Least Square Curvature Calculation Method for VOF Schemes E. Cauble, M. Owkes Department of Mechanical & Industrial Engineering Montana State University Bozeman, MT USA Abstract A new method is proposed to compute the curvature of the gas-liquid interface present in a multiphase flow such as an atomizing jet. The curvature is proportional to the surface tension force thus an accurate evaluation of the curvature is necessary for predictive simulations of these flows. Particularly, the small scales present in the atomization of a coherent liquid structure into droplets will be controlled by surface tension forces. The proposed scheme employs a least square method to fit an implicit polynomial function to a cloud of points created at the interface. The points are constructed from the volume of fluid (VOF) representation of the phase interface. The curvature is computed explicitly from this polynomial function. The purposed curvature method is tested extensively in order to determine the optimal stencil size and the degree of the polynomial function in order to reduce computational cost and increase numerical accuracy. The results are then compared against the standard height function method. Corresponding Author: eric.cauble@msu.montana.edu

2 Introduction An accurate representation of gas-liquid interfaces in a multiphase flow simulation is important to predict the flow dynamics of an atomization simulation. Surface forces affect: droplet and fluid velocities, droplet size distributions [1, 2], interface deformations, and spray characterization [3], thus understanding how surface forces are defined in a simulation and their limitations is critical to being able to predict and understand the characteristics of a multiphase flow simulation. The characteristics of droplets are dominated by surface tension and the greater the surface tension, the smaller the droplet sizes [4]. As the liquid structures disperse into droplets, surface tension forces become dominate. Therefore, an accurate representation of the interface and the curvature is critical in flows involving the breakup of droplets on a microscale. The volume-of-fluid (VOF) method [5, 6] is a common interface capturing scheme. VOF methods capture the interface of a fluid by computing the liquid volume fraction contained within a computational cell. VOF methods differ in how they transport the interface. But a challenge common to all VOF schemes is computing the interface curvature from the liquid volume fractions. The height function method is a popular method used to compute the curvature in VOF schemes, [7, 8]. The height function method determines local height functions by integrating the liquid volume either vertically or horizontally depending on the direction of the interface normal, Fig. 1. Most commonly, a 7x3x3 stencil is used to compute the heights. The corresponding curvature is evaluated by: κ = h xx (1 + h 2 x) 3/2 (1) j + 4 j + 3 j + 2 j + 1 j where h x and h xx is the first and second derivative of the height function, respectively. It has been shown that the height function method, using a 7x3x3 stencil, is second-order accurate [9] when exact liquid volume fractions are available. However, even with recent advancements to the height function method [10], the computed curvature fails to converge as the mesh is refined when secondorder liquid volume fractions are used. Second-order liquid volume fractions are obtained with many VOF schemes [11] and a method to compute converging curvatures with this data is desirable. Our work focuses on developing a method to compute the curvature of an interface based on the reconstruction of the liquid interface using an imj 1 h i 1 h i h i+1 Liquid Gas i 1 i i + 1 i + 2 i + 3 i + 4 Figure 1: Example of a height function stencil used to compute interface curvatures. plicit polynomial function fitted to a cloud of points obtained from VOF. Using the polynomial reconstruction of the interface, we are then able to easily compute the corresponding curvature of the interface. The purposed method provides a converging curvature even when only a second-order VOF representation is available. Numerical Methodology Mathematical Model The Navier-Stokes s equations are used to describe the motion of a fluid in a domain based on conservation principles. For an incompressible flow the Navier-Stokes equation can be written as: ρ i u i + (ρ i u i u i ) = p i t ( + µ i ui + u T ) (2) i + f i where u = [u, v, w] is the velocity vector in three dimensions, t is time, ρ is density, p is pressure, µ is the dynamic viscosity, and f includes surface and body forces. The subscript i designates the phase of the fluid and takes values of g or l for gas and liquid, respectively. Conservation of mass for an incompressible fluid is enforced as: α i t + (u iα i ) = 0 (3) where α is the volume fraction which tracks the amount of the liquid phase present in a computational cell and stores the ratio of liquid volume to cell volume. In a gas-liquid interfacial flow, α is 2

3 unity if the cell is composed entirely of liquid and zero if the cell is composed entirely of gas. If α is greater than zero and less than unity, an interface exists which separates the phases within the cell. The equations above have been written in both the gas and liquid phases. They are connected through jump conditions at the phase interface. For example, the jumps in density and viscosity at the interface Γ are written as: [ρ] Γ = ρ l ρ g (4) [µ] Γ = µ l µ g, (5) respectively. In the absence of a phase change the velocity field is continuous [u] Γ = 0. (6) The pressure is discontinuous due to contributions from surface tension and the normal component of the viscous stress, i.e., [p] Γ = σκ + 2[µ] Γ n T u n, (7) where σ is the surface tension coefficient and κ is the interface curvature. The proposed model provides an accurate and converging curvature that is used in the pressure discontinuity. An accurate curvature is critical for predicting many multiphase flows such as atomization wherein surface tension forces dominate at an important length scale. Interface Reconstruction Interface reconstruction of the fluid within a cell containing an interface is done by using the piecewise linear interface calculation method (PLIC) [5, 12], which is second-order accurate. The interface of the fluid within the cell is approximated by a straight line (2D) or plane (3D) and the position of this segment is dependent on the volume fraction of the fluid. The orientation of the interface is determined based on the approximated unit normal, Fig. 2. In this work, the normal is determined by the ELVIRA method [13]. Curvature Scheme In this section, we present details of the new curvature scheme. Utilizing the methods discussed above, the interface in each cell is represented by a straight line or a plane (PLIC). In order to compute the interface curvature of the liquid, a polynomial function is determined that best fits a set of points defined on the PLIC reconstruction. This function is then used to determine the corresponding curvature of the interface Figure 2: Example of PLIC reconstruction of the interface in 2D. For each cell that contains an interface, a set of points are assigned to the PLIC one third the distance to the centroid from the points where the PLIC intersects the cells edges. Figure 3 shows the points distributed on a triangulated PLIC reconstruction. Similar definitions are used if the PLIC has more intersections with the cell. These points along with the points located in the adjacent neighboring cells in each direction are combined to create a cloud of points on the interface in the vicinity of the cell of interest. C A O Figure 3: Example of the point distribution on a triangular PLIC. The cloud of points is fitted with an implicit polynomial, such as the second order function defined in three dimensions: f(x, y, z) = a a 100 x + a 010 y + a 001 z + a 200 x 2 + a 110 xy + a 020 y 2 B + a 101 xz + a 011 yz + a 002 z 2 (8) 3

4 using the 3L algorithm [14]. The 3L algorithm was chosen because it is computationally efficient and does not require a high degree polynomial which may lead to oscillations for relatively simple surfaces such as a sphere while also providing accurate results to complex surfaces which may include singularities. The 3L algorithm works by defining additional points Γ +c and Γ c. These additional points are created by moving +c and c, respectively, in the normal direction from the original points Γ o. The enlarged cloud of points containing Γ o, Γ +c, and Γ c define three iso-surfaces on the implicit polynomial. The value of the iso-surfaces (values of f at Γ o, Γ +c, and Γ c ) are set to 0, +c, and c respectively to enforce a unity gradient near the interface. A value of c = x, the cell size, is used in this work. polynomial are found by solving: a = (M3L T M 3L) 1 M3L T b. (11) The implicit polynomial is only fitted to points within the specified stencil. An example of a point distribution along a circle fitted with a 2 nd order polynomial is shown in Fig. 5. The grey surface represents the PLIC, the dots represent the distribution of points using a three neighbor stencil, and the red surface denotes the 2 nd order fitted polynomial function. Figure 5 shows good correlation between the fitted function and the interface of the circle in the region of the stencil. The curvature determined by the fitted polynomial is computed only in the cell containing an interface and not its neighbors. The curvature in the remaining neighboring cells are then determined individually if an interface exists following the same procedure but using different neighbors. Γ c Γ 0 Γ +c c c Figure 4: Example of the 3L points used in the x-y plane. The implicit polynomial is fit using the least squares method to the enlarged cloud of points. The evaluated monomials for each level set are used to generate the 3L block matrix, Eq. (9), and the block vector b, Eq. (10), which specifies the distance to the inner and outer points from the zero level set: M Γ c [M 3L ] = M Γ0 (9) M Γ+c c [b] = 0 (10) +c The least-square solution for the coefficients of the Figure 5: Three neighbor stencil of points assigned to the PLIC (grey) and fitted with 2 nd order polynomial function (red). In order to determine the curvature of the liquid interface, the curvature is defined in terms of the computed polynomial function: ( ) f(x, y, z) κ l = f(x, y, z) (12) The corresponding curvature is then calculated at the average of the points on the PLIC in the cell containing an interface. A 2 nd and 3 rd order implicit polynomials were considered in the initial tests in addition to variating the number of neighbors used to form Γ 0. 4

5 Circle Test Case Several tests were conducted using a circle defined in two dimensions in order to verify the accuracy of the new curvature scheme and to gain a better understanding of how the size of the stencil and the order of the fitted polynomial affect the computed curvature. These results are compared to the results obtained using the mesh decoupled height function method using the exact analytical solution for the curvature a circle. For each test case, a circle was centered in a square unit domain and had a radius of 0.2. For a circle with radius R, the exact curvature is computed by: κ = 1 R. (13) Two tests were conducted. The first was performed by assigning points along the entire interface using the exact radius of a circle, Fig. 6. These points were used to compute the corresponding curvature to minimize any error that may occur by computing the curvature located on a point not directly on the circle. Finally, exact normals were used to reduce any sources of error outside of fitting the implicit polynomial and computing the corresponding curvature. Similarly, a perfect test case for the height function method was created by specifying exact liquid volume fractions to define the circle Figure 6: Exact circle test case. The next 2D test case was performed using a second-order VOF approximation of the interface. This is a common situation because most VOF transport schemes are second-order accurate. The volume fractions were computed using the trapezoidal rule to approximate the volume integrals. Points were then assigned to the PLIC and ELVIRA was used to specify the direction normal to the interface. In order to determine if the solution of the curvature converged, several tests were conducted on uniform meshes while increasing the mesh resolution. Two error metrics assessed the curvature: L 2 (κ) = L (κ) = Ncells i=1 (κ i κ E ) 2 Ncells max i=1...n cells i=1 κ 2 E κ i κ E κ E (14) (15) where κ i and κ E represent the computed and exact curvatures, respectively. For the second-order VOF tests, the exact circle location was randomly displaced over 50 simulations per each mesh level. The computed curvature error was determined by computing the average curvature error of all 50 simulations. This was done in order to reduce the noise caused by a perfect alignment of the interface with the cell boundary and to simulate a more realistic situation. Results and Discussion The results shown in figure 7 show the errors calculated for the exact circle test case when using a 1-3 neighbor stencil. The errors are plotted as a function of the number of cells (N) across the diameter of the droplet (D). The results show that both the 2 nd and 3 rd order polynomials are second-order accurate when using 1-2 neighbors. The 2 nd order polynomial fails to converge with second-order accuracy when using 3 neighbors. The 3 rd order polynomial becomes numerically unstable as the mesh is refined when using 1-2 neighbors. This is partly due to the characteristics of the 3 rd order polynomial and its inability to accurately fit a tight grouping of points due to the number of inflection points. When the number of neighbors increased, the span of the distribution of points increased which improved the accuracy of the results. The results of the height function method showed a second-order convergence using an exact VOF which was expected [9]. The 2 nd order polynomial produced the best results overall. Both the 2 nd and 3 rd order polynomials are seen to be converging for course meshes but both results display noise as the mesh is refined. The noise is reduced as the number of neighbors is increased. However, even with the extra noise, the results using the 2 nd order polynomial and 3 neighbors are slightly more accurate than the mesh decou- 5

6 pled height function method which fails to converge for relatively course meshes, Fiq. 8e. In summary, the purposed scheme provides a converging curvature on meshes as fine as 60. The height function only converges up to 15. This extra range of convergence will improve the accuracy of many engineering simulations that resolve liquid structures with between 15 and 60 points. Conclusion Many variables were considered in order to accurately determine the curvature along the interface of a droplet. Detailed tests were performed by altering these variables in order to determine the optimal settings that produced the best results. The results of these tests were then compared to the mesh decoupled height function method which has been shown to produce accurate results for well defined volume fractions. The height function method showed a strong second-order convergence when an exact liquid volume fraction was specified. However, the height function method failed to converge when the liquid volume fractions were second-order accurate. This becomes an issue for fine meshes and could have a large impact on the final solution especially when the behavior of a liquid is highly dependent on interfacial and surface tension forces. Our new curvature method showed second-order convergence using exact points and normals. This method worked very well for course meshes when the volume fractions were not well defined and showed convergence even when a second-order VOF was used out to 60. This improved convergence on realistic VOF fields will provide better simulation results for many engineering problems such as atomization. Acknowledgments The authors would like to acknowledge the Research Computing Group at Montana State University and HPC at Montana Tech of the University of Montana for support through computational resources. [4] a. Yu. Vasilev and a. I. Maiorova. High Temperature, 52(2): , [5] Roger B. DeBar. Technical Report, (March):UCID 17366, [6] C.W Hirt and B.D Nichols. Journal of Computational Physics, 39(1): , [7] Mayank Malik, Eric Sheung Chi Fan, and Markus Bussmann. International Journal for Numerical Methods in Fluids, 55(7): , [8] J. Hernández, J. López, P. Gómez, C. Zanzi, and F. Faura. International Journal for Numerical Methods in Fluids, 58(8): , [9] G. Bornia, a. Cervone, S. Manservisi, R. Scardovelli, and S. Zaleski. Journal of Computational Physics, 230(4): , [10] Mark Owkes and Olivier Desjardins. Journal of Computational Physics, 281: , [11] G Tryggvason and J Lu. Direct Numerical Simulations of Multiphase Flows [12] Grzegorz K. Karch, Filip Sadlo, Christian Meister, Philipp Rauschenberger, Kathrin Eisenschmidt, Bernhard Weigand, and Thomas Ertl. IEEE Pacific Visualization Symposium, pp , [13] James Edward Pilliod and Elbridge Gerry Puckett. Journal of Computational Physics, 199(2): , [14] Michael M. Blane. IEEE Transactions on Pattern Analysis and Machine Intelligence, 22(3): , References [1] G. Malkawi, a. L. Yarin, and F. Mashayek. Journal of Applied Physics, 108(6):1 6, [2] Zhen Tao Wang, Aleksandar M. Mitrašinović, and John Z. Wen. Energies, 5(11): , [3] a. Kourmatzis and J. S. Shrimpton. Journal of Electrostatics, 70(3): ,

7 (a) 1 neighbor L 2 error (b) 1 neighbor L error (c) 2 neighbors L 2 error (d) 2 neighbors L error (e) 3 neighbors L 2 error (f) 3 neighbors L error Figure 7: Exact circle curvature test case. The triangles and squares indicate a 2 nd and 3 rd order fitted polynomial functions, respectively. The stars represent the height function method and the dash-dotted and dashed-dashed lines show first and second order convergence for comparison. 7

8 10 1 (a) 1 neighbor1 L 2 error (b) 1 neighbor L error 10 1 (c) 2 neighbors L 2 error (d) 2 neighbors L error (e) 3 neighbors L 2 error (f) 3 neighbors L error Figure 8: Second-order VOF approximation test case. Results were averaged over 50 simulations per each mesh level. The triangles and squares indicate a 2 nd and 3 rd order fitted polynomial functions, respectively. The dash-dotted and dashed-dashed lines show first and second order convergence for comparison. 8

A 3D VOF model in cylindrical coordinates

A 3D VOF model in cylindrical coordinates A 3D VOF model in cylindrical coordinates Marmar Mehrabadi and Markus Bussmann Department of Mechanical and Industrial Engineering, University of Toronto Recently, volume of fluid (VOF) methods have improved

More information

METHOD OF LEAST SQUARES FOR COMPUTING NORMALS AND CURVATURES FROM 2D VOLUME FRACTIONS

METHOD OF LEAST SQUARES FOR COMPUTING NORMALS AND CURVATURES FROM 2D VOLUME FRACTIONS XVIII International Conference on Water Resources CMWR 2010 J. Carrera (Ed) CIMNE, Barcelona 2010 METHOD OF LEAST SQUARES FOR COMPUTING NORMALS AND CURVATURES FROM 2D VOLUME FRACTIONS Poorya A. Ferdowsi

More information

Drop Impact Simulation with a Velocity-Dependent Contact Angle

Drop Impact Simulation with a Velocity-Dependent Contact Angle ILASS Americas 19th Annual Conference on Liquid Atomization and Spray Systems, Toronto, Canada, May 2006 Drop Impact Simulation with a Velocity-Dependent Contact Angle S. Afkhami and M. Bussmann Department

More information

Volume Tracking on Adaptively Refined Grids with Curvature Based Refinement

Volume Tracking on Adaptively Refined Grids with Curvature Based Refinement Volume Tracking on Adaptively Refined Grids with Curvature Based Refinement Mayank Malik, Markus Bussmann Department of Mechanical & Industrial Engineering, University of Toronto mayank.malik@utoronto.ca,

More information

Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes

Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes L. Jofre, O. Lehmkuhl, R. Borrell, J. Castro and A. Oliva Corresponding author: cttc@cttc.upc.edu Centre Tecnològic

More information

Investigating The Stability of The Balance-force Continuum Surface Force Model of Surface Tension In Interfacial Flow

Investigating The Stability of The Balance-force Continuum Surface Force Model of Surface Tension In Interfacial Flow Investigating The Stability of The Balance-force Continuum Surface Force Model of Surface Tension In Interfacial Flow Vinh The Nguyen University of Massachusetts Dartmouth Computational Science Training

More information

Phase-field simulation of two-phase micro-flows in a Hele-Shaw cell

Phase-field simulation of two-phase micro-flows in a Hele-Shaw cell Computational Methods in Multiphase Flow III 7 Phase-field simulation of two-phase micro-flows in a Hele-Shaw cell Y. Sun & C. Beckermann Department of Mechanical and Industrial Engineering, University

More information

Visualization of Interface Instabilities in Two-Phase Flow

Visualization of Interface Instabilities in Two-Phase Flow Institute for Visualization and Interactive Systems University of Stuttgart Universitätsstraße 38 D 70569 Stuttgart Masterarbeit Nr. 103 Visualization of Interface Instabilities in Two-Phase Flow Alexander

More information

Bubble Dynamics using Free Surfaces in a VOF framework

Bubble Dynamics using Free Surfaces in a VOF framework Bubble Dynamics using Free Surfaces in a VOF framework Sevilla Meeting: Numerical Challenges in two-phase flows 27 October 2014 Léon MALAN Supervisor: Prof. Stéphane ZALESKI 1 Contents Introduction: Simulation

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

Gradient Free Design of Microfluidic Structures on a GPU Cluster

Gradient Free Design of Microfluidic Structures on a GPU Cluster Gradient Free Design of Microfluidic Structures on a GPU Cluster Austen Duffy - Florida State University SIAM Conference on Computational Science and Engineering March 2, 2011 Acknowledgements This work

More information

Curvature computation in Volume of Fluid. 1. Institut Jean Le Rond d Alembert, CNRS & Université Pierre et Marie Curie -- UPMC Paris 6

Curvature computation in Volume of Fluid. 1. Institut Jean Le Rond d Alembert, CNRS & Université Pierre et Marie Curie -- UPMC Paris 6 Curvature computation in Volume of Fluid Stéphane Zaleski, Ruben Scardovelli 2 & Yue Ling. Institut Jean Le Rond d Alembert, CNRS & Université Pierre et Marie Curie -- UPMC Paris 6 2. DIENCA, Laboratorio

More information

Accurate interface normal and curvature estimates on three-dimensional unstructured non-convex polyhedral meshes

Accurate interface normal and curvature estimates on three-dimensional unstructured non-convex polyhedral meshes Center for Turbulence Research Annual Research Briefs 2014 53 Accurate interface rmal and curvature estimates on three-dimensional unstructured n-convex polyhedral meshes By C. B. Ivey AND P. Moin 1. Motivation

More information

2D numerical simulation of ocean waves

2D numerical simulation of ocean waves 2D numerical simulation of ocean waves Qingjie. Du,*, Y.C. Dennis. Leung Department of Mechanical Engineering, The University of Hong Kong, Hong Kong, China * Corresponding author. Tel: +852 51743593,

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 17. Modeling Evaporating Liquid Spray Introduction In this tutorial, the air-blast atomizer model in ANSYS FLUENT is used to predict the behavior of an evaporating methanol spray. Initially, the

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 16. Modeling Evaporating Liquid Spray Introduction In this tutorial, FLUENT s air-blast atomizer model is used to predict the behavior of an evaporating methanol spray. Initially, the air flow

More information

A Contact Angle Model for the Parallel Free Surface Lattice Boltzmann Method in walberla Stefan Donath (stefan.donath@informatik.uni-erlangen.de) Computer Science 10 (System Simulation) University of Erlangen-Nuremberg

More information

The Development of a Volume-of-Fluid Interface Tracking Method for Modeling Problems in Mantle Convection

The Development of a Volume-of-Fluid Interface Tracking Method for Modeling Problems in Mantle Convection The Development of a Volume-of-Fluid Interface Tracking Method for Modeling Problems in Mantle Convection Jonathan Robey 1 September 12, 2016 1 Funded in part by a GAANN Fellowship 1 Motivation Mantle

More information

Overview of Traditional Surface Tracking Methods

Overview of Traditional Surface Tracking Methods Liquid Simulation With Mesh-Based Surface Tracking Overview of Traditional Surface Tracking Methods Matthias Müller Introduction Research lead of NVIDIA PhysX team PhysX GPU acc. Game physics engine www.nvidia.com\physx

More information

Droplet collisions using a Level Set method: comparisons between simulation and experiments

Droplet collisions using a Level Set method: comparisons between simulation and experiments Computational Methods in Multiphase Flow III 63 Droplet collisions using a Level Set method: comparisons between simulation and experiments S. Tanguy, T. Ménard & A. Berlemont CNRS-UMR6614-CORIA, Rouen

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

Implicit surface tension model for stimulation of interfacial flows

Implicit surface tension model for stimulation of interfacial flows surface tension model for stimulation of interfacial flows Vinh The University of Massachusetts Dartmouth March 3rd, 2011 About my project Project Advisor Dr. Mehdi Raessi Department of Mechanical Engineering

More information

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4 UMEÅ UNIVERSITY Department of Physics Claude Dion Olexii Iukhymenko May 15, 2015 Strömningslära Fluid Dynamics (5FY144) Computer laboratories using COMSOL v4.4!! Report requirements Computer labs must

More information

NUMERICAL VISCOSITY. Convergent Science White Paper. COPYRIGHT 2017 CONVERGENT SCIENCE. All rights reserved.

NUMERICAL VISCOSITY. Convergent Science White Paper. COPYRIGHT 2017 CONVERGENT SCIENCE. All rights reserved. Convergent Science White Paper COPYRIGHT 2017 CONVERGENT SCIENCE. All rights reserved. This document contains information that is proprietary to Convergent Science. Public dissemination of this document

More information

Moving Interface Problems: Methods & Applications Tutorial Lecture II

Moving Interface Problems: Methods & Applications Tutorial Lecture II Moving Interface Problems: Methods & Applications Tutorial Lecture II Grétar Tryggvason Worcester Polytechnic Institute Moving Interface Problems and Applications in Fluid Dynamics Singapore National University,

More information

Preliminary Spray Cooling Simulations Using a Full-Cone Water Spray

Preliminary Spray Cooling Simulations Using a Full-Cone Water Spray 39th Dayton-Cincinnati Aerospace Sciences Symposium Preliminary Spray Cooling Simulations Using a Full-Cone Water Spray Murat Dinc Prof. Donald D. Gray (advisor), Prof. John M. Kuhlman, Nicholas L. Hillen,

More information

Microwell Mixing with Surface Tension

Microwell Mixing with Surface Tension Microwell Mixing with Surface Tension Nick Cox Supervised by Professor Bruce Finlayson University of Washington Department of Chemical Engineering June 6, 2007 Abstract For many applications in the pharmaceutical

More information

Comparison Between Numerical & PIV Experimental Results for Gas-Solid Flow in Ducts

Comparison Between Numerical & PIV Experimental Results for Gas-Solid Flow in Ducts Fabio Kasper Comparison Between Numerical & PIV Experimental Results for Gas-Solid Flow in Ducts Rodrigo Decker, Oscar Sgrott Jr., Henry F. Meier Waldir Martignoni Agenda Introduction The Test Bench Case

More information

Flow and Heat Transfer in a Mixing Elbow

Flow and Heat Transfer in a Mixing Elbow Flow and Heat Transfer in a Mixing Elbow Objectives The main objectives of the project are to learn (i) how to set up and perform flow simulations with heat transfer and mixing, (ii) post-processing and

More information

Available online at ScienceDirect. Procedia IUTAM 15 (2015 )

Available online at  ScienceDirect. Procedia IUTAM 15 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia IUTAM 15 (2015 ) 270 277 IUTAM Symposium on Multiphase flows with phase change: challenges and opportunities, Hyderabad, India (December

More information

Using a Single Rotating Reference Frame

Using a Single Rotating Reference Frame Tutorial 9. Using a Single Rotating Reference Frame Introduction This tutorial considers the flow within a 2D, axisymmetric, co-rotating disk cavity system. Understanding the behavior of such flows is

More information

Height functions for applying contact angles to 3D VOF simulations

Height functions for applying contact angles to 3D VOF simulations INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2009; 61:827 847 Published online 8 December 2008 in Wiley InterScience (www.interscience.wiley.com)..1974 Height functions

More information

Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions. Milovan Perić

Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions. Milovan Perić Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions Milovan Perić Contents The need to couple STAR-CCM+ with other theoretical or numerical solutions Coupling approaches: surface and volume

More information

Turbulencja w mikrokanale i jej wpływ na proces emulsyfikacji

Turbulencja w mikrokanale i jej wpływ na proces emulsyfikacji Polish Academy of Sciences Institute of Fundamental Technological Research Turbulencja w mikrokanale i jej wpływ na proces emulsyfikacji S. Błoński, P.Korczyk, T.A. Kowalewski PRESENTATION OUTLINE 0 Introduction

More information

Tutorial 17. Using the Mixture and Eulerian Multiphase Models

Tutorial 17. Using the Mixture and Eulerian Multiphase Models Tutorial 17. Using the Mixture and Eulerian Multiphase Models Introduction: This tutorial examines the flow of water and air in a tee junction. First you will solve the problem using the less computationally-intensive

More information

IMAGE ANALYSIS DEDICATED TO POLYMER INJECTION MOLDING

IMAGE ANALYSIS DEDICATED TO POLYMER INJECTION MOLDING Image Anal Stereol 2001;20:143-148 Original Research Paper IMAGE ANALYSIS DEDICATED TO POLYMER INJECTION MOLDING DAVID GARCIA 1, GUY COURBEBAISSE 2 AND MICHEL JOURLIN 3 1 European Polymer Institute (PEP),

More information

Numerical Analysis of Shock Tube Problem by using TVD and ACM Schemes

Numerical Analysis of Shock Tube Problem by using TVD and ACM Schemes Numerical Analysis of Shock Tube Problem by using TVD and Schemes Dr. Mukkarum Husain, Dr. M. Nauman Qureshi, Syed Zaid Hasany IST Karachi, Email: mrmukkarum@yahoo.com Abstract Computational Fluid Dynamics

More information

Using the Eulerian Multiphase Model for Granular Flow

Using the Eulerian Multiphase Model for Granular Flow Tutorial 21. Using the Eulerian Multiphase Model for Granular Flow Introduction Mixing tanks are used to maintain solid particles or droplets of heavy fluids in suspension. Mixing may be required to enhance

More information

Two-Phase flows on massively parallel multi-gpu clusters

Two-Phase flows on massively parallel multi-gpu clusters Two-Phase flows on massively parallel multi-gpu clusters Peter Zaspel Michael Griebel Institute for Numerical Simulation Rheinische Friedrich-Wilhelms-Universität Bonn Workshop Programming of Heterogeneous

More information

EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS

EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS Brandon Marsell a.i. solutions, Launch Services Program, Kennedy Space Center, FL 1 Agenda Introduction Problem Background Experiment

More information

(LSS Erlangen, Simon Bogner, Ulrich Rüde, Thomas Pohl, Nils Thürey in collaboration with many more

(LSS Erlangen, Simon Bogner, Ulrich Rüde, Thomas Pohl, Nils Thürey in collaboration with many more Parallel Free-Surface Extension of the Lattice-Boltzmann Method A Lattice-Boltzmann Approach for Simulation of Two-Phase Flows Stefan Donath (LSS Erlangen, stefan.donath@informatik.uni-erlangen.de) Simon

More information

Non-Newtonian Transitional Flow in an Eccentric Annulus

Non-Newtonian Transitional Flow in an Eccentric Annulus Tutorial 8. Non-Newtonian Transitional Flow in an Eccentric Annulus Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D, turbulent flow of a non-newtonian fluid. Turbulent

More information

CHAPTER 3. Elementary Fluid Dynamics

CHAPTER 3. Elementary Fluid Dynamics CHAPTER 3. Elementary Fluid Dynamics - Understanding the physics of fluid in motion - Derivation of the Bernoulli equation from Newton s second law Basic Assumptions of fluid stream, unless a specific

More information

An accurate adaptive solver for surface-tension-driven interfacial flows

An accurate adaptive solver for surface-tension-driven interfacial flows An accurate adaptive solver for surface-tension-driven interfacial flows Stéphane Popinet To cite this version: Stéphane Popinet. An accurate adaptive solver for surface-tension-driven interfacial flows.

More information

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Dimitri P. Tselepidakis & Lewis Collins ASME 2012 Verification and Validation Symposium May 3 rd, 2012 1 Outline

More information

A NURBS-BASED APPROACH FOR SHAPE AND TOPOLOGY OPTIMIZATION OF FLOW DOMAINS

A NURBS-BASED APPROACH FOR SHAPE AND TOPOLOGY OPTIMIZATION OF FLOW DOMAINS 6th European Conference on Computational Mechanics (ECCM 6) 7th European Conference on Computational Fluid Dynamics (ECFD 7) 11 15 June 2018, Glasgow, UK A NURBS-BASED APPROACH FOR SHAPE AND TOPOLOGY OPTIMIZATION

More information

The Transient Modeling of Bubble Pinch-Off Using an ALE Moving Mesh

The Transient Modeling of Bubble Pinch-Off Using an ALE Moving Mesh Excerpt from the Proceedings of the COMSOL Conference 2010 Boston The Transient Modeling of Bubble Pinch-Off Using an ALE Moving Mesh Christopher J. Forster, Marc K. Smith * School of Mechanical Engineering,

More information

Application of Finite Volume Method for Structural Analysis

Application of Finite Volume Method for Structural Analysis Application of Finite Volume Method for Structural Analysis Saeed-Reza Sabbagh-Yazdi and Milad Bayatlou Associate Professor, Civil Engineering Department of KNToosi University of Technology, PostGraduate

More information

SIMULATION OF INTERFACIAL FLOWS USING FRONT TRACKING APPROACH

SIMULATION OF INTERFACIAL FLOWS USING FRONT TRACKING APPROACH Fifth International Conference on CFD in the Process Industries CSIRO, Melbourne, Australia 3-5 December 006 SIMULATION OF INTERFACIAL FLOWS USING FRONT TRACKING APPROACH Manasa Ranjan Behera and Murali.

More information

Calculate a solution using the pressure-based coupled solver.

Calculate a solution using the pressure-based coupled solver. Tutorial 19. Modeling Cavitation Introduction This tutorial examines the pressure-driven cavitating flow of water through a sharpedged orifice. This is a typical configuration in fuel injectors, and brings

More information

Simulation of Offshore Wave Impacts with a Volume of Fluid Method. Tim Bunnik Tim Bunnik MARIN

Simulation of Offshore Wave Impacts with a Volume of Fluid Method. Tim Bunnik Tim Bunnik MARIN Simulation of Offshore Wave Impacts with a Volume of Fluid Method Tim Bunnik Tim Bunnik MARIN Outline Part I: Numerical method -Overview Part II: Applications - Dambreak - Wave run-up - Sloshing loads

More information

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering Debojyoti Ghosh Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering To study the Dynamic Stalling of rotor blade cross-sections Unsteady Aerodynamics: Time varying

More information

Three-dimensional simulation of floating wave power device Xixi Pan 1, a, Shiming Wang 1, b, Yongcheng Liang 1, c

Three-dimensional simulation of floating wave power device Xixi Pan 1, a, Shiming Wang 1, b, Yongcheng Liang 1, c International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Three-dimensional simulation of floating wave power device Xixi Pan 1, a, Shiming Wang 1, b, Yongcheng Liang 1, c 1 Department

More information

Free Surface Flow Simulations

Free Surface Flow Simulations Free Surface Flow Simulations Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd. United Kingdom 11/Jan/2005 Free Surface Flow Simulations p.1/26 Outline Objective Present two numerical modelling approaches for

More information

Chapter 2 Water and Bubbles

Chapter 2 Water and Bubbles Chapter 2 Water and Bubbles 2.1 Animation of Bubbles in Liquid Abstract This section introduces a new fluid animation technique in which liquid and gas interact with each other, using the example of bubbles

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

Validation and Analysis of Air-Blast Atomization Simulations

Validation and Analysis of Air-Blast Atomization Simulations ILASS Americas th Annual Conference on Liquid Atomization and Spray Systems, Dearborn, MI, May 1 Validation and Analysis of Air-Blast Atomization Simulations R. Chiodi, G. Agbaglah, and O. Desjardins Department

More information

Visualization of Piecewise Linear Interface Calculation

Visualization of Piecewise Linear Interface Calculation To appear in proceedings of PacificVis 2013 Visualization of Piecewise Linear Interface Calculation Grzegorz K. Karch Filip Sadlo Christian Meister Philipp Rauschenberger Kathrin Eisenschmidt Bernhard

More information

CFD Simulation for Stratified Oil-Water Two-Phase Flow in a Horizontal Pipe

CFD Simulation for Stratified Oil-Water Two-Phase Flow in a Horizontal Pipe CFD Simulation for Stratified Oil-Water Two-Phase Flow in a Horizontal Pipe Adib Zulhilmi Mohd Alias, a, Jaswar Koto, a,b,* and Yasser Mohamed Ahmed, a a) Department of Aeronautics, Automotive and Ocean

More information

Navier-Stokes & Flow Simulation

Navier-Stokes & Flow Simulation Last Time? Navier-Stokes & Flow Simulation Implicit Surfaces Marching Cubes/Tetras Collision Detection & Response Conservative Bounding Regions backtracking fixing Today Flow Simulations in Graphics Flow

More information

Optimizing Bio-Inspired Flow Channel Design on Bipolar Plates of PEM Fuel Cells

Optimizing Bio-Inspired Flow Channel Design on Bipolar Plates of PEM Fuel Cells Excerpt from the Proceedings of the COMSOL Conference 2010 Boston Optimizing Bio-Inspired Flow Channel Design on Bipolar Plates of PEM Fuel Cells James A. Peitzmeier *1, Steven Kapturowski 2 and Xia Wang

More information

An accurate numerical method for computing surface tension forces in CFD codes

An accurate numerical method for computing surface tension forces in CFD codes 1 An accurate numerical method for computing surface tension forces in CFD codes Numerical experiments with surface tension M. Coquerelle 1 S. Glockner 1 1 Numerical Fluid Mechanics (MFN), département

More information

APPLIED COMPUTATIONAL FLUID DYNAMICS-PROJECT-3

APPLIED COMPUTATIONAL FLUID DYNAMICS-PROJECT-3 APPLIED COMPUTATIONAL FLUID DYNAMICS-PROJECT-3 BY SAI CHAITANYA MANGAVELLI Common Setup Data: 1) Mesh Proximity and Curvature with Refinement of 2. 2) Double Precision and second order for methods in Solver.

More information

Rectangular Coordinates in Space

Rectangular Coordinates in Space Rectangular Coordinates in Space Philippe B. Laval KSU Today Philippe B. Laval (KSU) Rectangular Coordinates in Space Today 1 / 11 Introduction We quickly review one and two-dimensional spaces and then

More information

WETTING PROPERTIES OF STRUCTURED INTERFACES COMPOSED OF SURFACE-ATTACHED SPHERICAL NANOPARTICLES

WETTING PROPERTIES OF STRUCTURED INTERFACES COMPOSED OF SURFACE-ATTACHED SPHERICAL NANOPARTICLES November 20, 2018 WETTING PROPERTIES OF STRUCTURED INTERFACES COMPOSED OF SURFACE-ATTACHED SPHERICAL NANOPARTICLES Bishal Bhattarai and Nikolai V. Priezjev Department of Mechanical and Materials Engineering

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

Finite Element Method. Chapter 7. Practical considerations in FEM modeling

Finite Element Method. Chapter 7. Practical considerations in FEM modeling Finite Element Method Chapter 7 Practical considerations in FEM modeling Finite Element Modeling General Consideration The following are some of the difficult tasks (or decisions) that face the engineer

More information

Math 690N - Final Report

Math 690N - Final Report Math 690N - Final Report Yuanhong Li May 05, 008 Accurate tracking of a discontinuous, thin and evolving turbulent flame front has been a challenging subject in modelling a premixed turbulent combustion.

More information

Example 13 - Shock Tube

Example 13 - Shock Tube Example 13 - Shock Tube Summary This famous experiment is interesting for observing the shock-wave propagation. Moreover, this case uses the representation of perfect gas and compares the different formulations:

More information

Set No. 1 IV B.Tech. I Semester Regular Examinations, November 2010 FINITE ELEMENT METHODS (Mechanical Engineering) Time: 3 Hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks

More information

Prim ary break-up: DNS of liquid jet to improve atomization m odelling

Prim ary break-up: DNS of liquid jet to improve atomization m odelling Computational Methods in Multiphase Flow III 343 Prim ary break-up: DNS of liquid jet to improve atomization m odelling T. Ménard, P. A. Beau, S. Tanguy, F. X. Demoulin & A. Berlemont CNRS-UMR6614-CORIA,

More information

Moment of fluid method for multimaterial flows

Moment of fluid method for multimaterial flows Moment of fluid method for multimaterial flows M. Jemison, M. Sussman, M. Shashkov Department of Mathematics, Florida State University October 1, 2012 Recent Motivating Work Volume preserving Moment-of-Fluid

More information

Example Simulations in OpenFOAM

Example Simulations in OpenFOAM Example Simulations in OpenFOAM Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom FSB, University of Zagreb, Croatia 18/Nov/2005 Example Simulations in OpenFOAM p.1/26 Outline Objective Present

More information

Stratified Oil-Water Two-Phases Flow of Subsea Pipeline

Stratified Oil-Water Two-Phases Flow of Subsea Pipeline Stratified Oil-Water Two-Phases Flow of Subsea Pipeline Adib Zulhilmi Mohd Alias, a, Jaswar Koto, a,b,*, Yasser Mohamed Ahmed, a and Abd Khair Junaidi, b a) Department of Aeronautics, Automotive and Ocean

More information

(2001) 23 (4) ISSN

(2001) 23 (4) ISSN Filho, Antonio Castelo and Mangiavacchi, Norberto and Tomé, Murilo F. and Cuminato, José A. and Fortuna, Armando O. and de Oliveira, Juliana and Ferreira, Valdemir G. and McKee, S. (2001) Surface tension

More information

Finite Volume Discretization on Irregular Voronoi Grids

Finite Volume Discretization on Irregular Voronoi Grids Finite Volume Discretization on Irregular Voronoi Grids C.Huettig 1, W. Moore 1 1 Hampton University / National Institute of Aerospace Folie 1 The earth and its terrestrial neighbors NASA Colin Rose, Dorling

More information

Literature Report. Daniël Pols. 23 May 2018

Literature Report. Daniël Pols. 23 May 2018 Literature Report Daniël Pols 23 May 2018 Applications Two-phase flow model The evolution of the momentum field in a two phase flow problem is given by the Navier-Stokes equations: u t + u u = 1 ρ p +

More information

ENERGY-224 Reservoir Simulation Project Report. Ala Alzayer

ENERGY-224 Reservoir Simulation Project Report. Ala Alzayer ENERGY-224 Reservoir Simulation Project Report Ala Alzayer Autumn Quarter December 3, 2014 Contents 1 Objective 2 2 Governing Equations 2 3 Methodolgy 3 3.1 BlockMesh.........................................

More information

Marker-Based, 3-D Adaptive Cartesian Grid Method for Multiphase Flow Around Irregular Geometries

Marker-Based, 3-D Adaptive Cartesian Grid Method for Multiphase Flow Around Irregular Geometries COMMUNICATIONS IN COMPUTATIONAL PHYSICS Vol. 5, No. 1, pp. 1-41 Commun. Comput. Phys. January 2009 REVIEW ARTICLE Marker-Based, 3-D Adaptive Cartesian Grid Method for Multiphase Flow Around Irregular Geometries

More information

CFD in COMSOL Multiphysics

CFD in COMSOL Multiphysics CFD in COMSOL Multiphysics Christian Wollblad Copyright 2017 COMSOL. Any of the images, text, and equations here may be copied and modified for your own internal use. All trademarks are the property of

More information

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123 2.7 Cloth Animation 320491: Advanced Graphics - Chapter 2 123 Example: Cloth draping Image Michael Kass 320491: Advanced Graphics - Chapter 2 124 Cloth using mass-spring model Network of masses and springs

More information

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

More information

On the thickness of discontinuities computed by THINC and RK schemes

On the thickness of discontinuities computed by THINC and RK schemes The 9th Computational Fluid Dynamics Symposium B7- On the thickness of discontinuities computed by THINC and RK schemes Taku Nonomura, ISAS, JAXA, Sagamihara, Kanagawa, Japan, E-mail:nonomura@flab.isas.jaxa.jp

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

A higher-order finite volume method with collocated grid arrangement for incompressible flows

A higher-order finite volume method with collocated grid arrangement for incompressible flows Computational Methods and Experimental Measurements XVII 109 A higher-order finite volume method with collocated grid arrangement for incompressible flows L. Ramirez 1, X. Nogueira 1, S. Khelladi 2, J.

More information

Simulation of Droplet Impingement on a Solid Surface by the Level Set Method

Simulation of Droplet Impingement on a Solid Surface by the Level Set Method Simulation of Droplet Impingement on a Solid Surface by the Level Set Method Junling Hu *1, Ruoxu Jia 1, Kai-tak Wan 2, Xingguo Xiong 3 1 Department of Mechanical Engineering, University of Bridgeport,

More information

A Grid Based Particle Method for Evolution of Open Curves and Surfaces

A Grid Based Particle Method for Evolution of Open Curves and Surfaces A Grid Based Particle Method for Evolution of Open Curves and Surfaces Shingyu Leung a,, Hongkai Zhao b a Department of Mathematics, Hong Kong University of Science and Technology, Clear Water Bay, Hong

More information

Modelling of Levitation Melting using a Fixed Mesh Method

Modelling of Levitation Melting using a Fixed Mesh Method International Scientific Colloquium Modelling for Electromagnetic Processing Hannover, October 27-29, 2008 Modelling of Levitation Melting using a Fixed Mesh Method D. Hectors, E. Toorman, K. Van Reusel

More information

Robust Simulation of Sparsely Sampled Thin Features in SPH-Based Free Surface Flows

Robust Simulation of Sparsely Sampled Thin Features in SPH-Based Free Surface Flows Copyright of figures and other materials in the paper belong to original authors. Robust Simulation of Sparsely Sampled Thin Features in SPH-Based Free Surface Flows Xiaowei He et al. ACM SIGGRAPH 2015

More information

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS Dr W. Malalasekera Version 3.0 August 2013 1 COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE

More information

This is an author-deposited version published in: Eprints ID: 4362

This is an author-deposited version published in:   Eprints ID: 4362 This is an author-deposited version published in: http://oatao.univ-toulouse.fr/ Eprints ID: 4362 To cite this document: CHIKHAOUI Oussama, GRESSIER Jérémie, GRONDIN Gilles. Assessment of the Spectral

More information

Applying Solution-Adaptive Mesh Refinement in Engine Simulations

Applying Solution-Adaptive Mesh Refinement in Engine Simulations International Multidimensional Engine Modeling User's Group Meeting April 11, 2016, Detroit, Michigan Applying Solution-Adaptive Mesh Refinement in Engine Simulations Long Liang, Yue Wang, Anthony Shelburn,

More information

Multiphase flow metrology in oil and gas production: Case study of multiphase flow in horizontal tube

Multiphase flow metrology in oil and gas production: Case study of multiphase flow in horizontal tube Multiphase flow metrology in oil and gas production: Case study of multiphase flow in horizontal tube Deliverable 5.1.2 of Work Package WP5 (Creating Impact) Authors: Stanislav Knotek Czech Metrology Institute

More information

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

Geometric Acoustics in High-Speed Boundary Layers

Geometric Acoustics in High-Speed Boundary Layers Accepted for presentation at the 9th International Symposium on Shock Waves. Madison, WI. July -9,. Paper #8 Geometric Acoustics in High-Speed Boundary Layers N. J. Parziale, J. E. Shepherd, and H. G.

More information

CFD Post-Processing of Rampressor Rotor Compressor

CFD Post-Processing of Rampressor Rotor Compressor Gas Turbine Industrial Fellowship Program 2006 CFD Post-Processing of Rampressor Rotor Compressor Curtis Memory, Brigham Young niversity Ramgen Power Systems Mentor: Rob Steele I. Introduction Recent movements

More information

Navier-Stokes & Flow Simulation

Navier-Stokes & Flow Simulation Last Time? Navier-Stokes & Flow Simulation Optional Reading for Last Time: Spring-Mass Systems Numerical Integration (Euler, Midpoint, Runge-Kutta) Modeling string, hair, & cloth HW2: Cloth & Fluid Simulation

More information

A study of Jumper FIV due to multiphase internal flow: understanding life-cycle fatigue. Alan Mueller & Oleg Voronkov

A study of Jumper FIV due to multiphase internal flow: understanding life-cycle fatigue. Alan Mueller & Oleg Voronkov A study of Jumper FIV due to multiphase internal flow: understanding life-cycle fatigue Alan Mueller & Oleg Voronkov Case description Main structural dimensions [1]: deformable jumper [2] in Mixture on

More information

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial Simulating Sinkage & Trim for Planing Boat Hulls A Fluent Dynamic Mesh 6DOF Tutorial 1 Introduction Workshop Description This workshop describes how to perform a transient 2DOF simulation of a planing

More information

A Survey of Interface Tracking Methods in Multi-phase Fluid Visualization

A Survey of Interface Tracking Methods in Multi-phase Fluid Visualization A Survey of Interface Tracking Methods in Multi-phase Fluid Visualization Fang Chen 1 and Hans Hagen 2 1 University of Kaiserslautern AG Computer Graphics and HCI Group, TU Kaiserslautern, Germany chen@cs.uni-kl.de

More information