A Cartesian adaptive level set method for two-phase flows

Size: px
Start display at page:

Download "A Cartesian adaptive level set method for two-phase flows"

Transcription

1 Center or Turbulence Research Annual Research Bries A Cartesian adaptive level set method or two-phase lows By F. Ham AND Y.-N. Young 1. Motivation and objectives Simulations o lows involving ree suraces have become ubiquitous in the literature. The evolution o both simulation methods and computer speed have allowed the investigation o many problems o increasing complexity and engineering relevance. For 2D simulations, it is reasonably common to use grid resolutions o or larger. See or example the 2D planar breaking wave simulations o Chen et al. (1999), or the axisymmetric drop breakup simulations o Han and Tryggvason (1999a, 1999b). Many such ree surace problems are undamentally three dimensional and the absence o threedimensional eects such as the pinch-o o stretched ilaments by surace tension makes it diicult to make valid physical conclusions or use 2D results to develop models. Achieving similar grid resolution in 3D, however, is outside the computational reach o most research centers. For many problems o interest, a ine grid is required in only a relatively small portion o the domain (e.g. around regions o high surace curvature) and much coarser grids are suicient to capture the smoothly evolving velocity ields ar rom the surace. It is this type o problem that motivates the present Cartesian adaptive method, where the inest resolution in the neighbourhood o the ree surace may be o order (sometimes called the eective resolution), but the coarsening away rom the ree surace yields an actual number o control volumes that is less than using the ine grid everywhere by at least an order o magnitude. A number o adaptive Cartesian methods or reesurace calculations have been proposed in the literature. For example, Haj-Hariri et al. (1997) used Cartesian local grid reinement to investigate thermocapillary motion o 3D drops. Their method used an octree-based structure to store the grid heirarchy. More recently Sussman et al. (1999) proposed an adaptive levelset method based on the embedded grid approach, where the global computational domain is divided into uniormly reined rectangular patches. This approach has the advantage o allowing a traditional staggered or semi-staggered structured discretization throughout most o the domain, with special interpolations required only at the interace between grid levels. The embedded grid approach may not, however, lead to the smallest Cartesian grids possible because o the restriction that reined regions be rectangular and isotropic. Additionally, embedded grid approaches can be diicult to parallelize and load balance. In the present contribution we develop a level set method based on local anisotropic Cartesian adaptation as described in Ham et al. (2002). Such an approach should allow or the smallest possible Cartesian grid capable o resolving a given low. The remainder o the paper is organized as ollows. In section 2 the level set ormulation or ree surace calculations is presented and its strengths and weaknesses relative to the other ree surace methods reviewed. In section 3 the collocated numerical method is described. In section 4 the method is validated by solving the 2D and 3D drop oscilation problem. In section

2 228 Ham & Young 5 we present some results rom more complex cases including the 3D drop breakup in an impulsively accelerated ree stream, and the 3D immiscible Rayleigh-Taylor instability. Conclusions are given in section Mathematical Formulation For recent reviews o the level set method and its many applications, the interested reader is reerred to Osher and Fedkiw (2001) or Sethian (2001). Here we briely present its ormulation or incompressible 2-luid problems. The incompressible, immiscible, two-luid system is treated as a single luid with strong variations in density and viscosity in the neighborhood o the interace. The continuity and momentum equations or such a low can be written in conservative orm as: ρ t + ρu j = 0, x j (2.1) ρu i + ρu ju i = p + τ ij + ρg i + σκδ(d)n i, t x j x i x j (2.2) where u i is the luid velocity, ρ the luid density, p the pressure, τ ij the viscous stress tensor, g i the acceleration due to gravity, σ the surace tension coeicient, κ the local ree surace curvature, δ the Dirac delta unction evaluated based on d the normal distance to the surace, and n i the unit normal at the ree surace. It is well known that solving equations 2.1 and 2.2 directly in the presence o the discontinuities at the interace will lead to the excessive smearing o the interace over long time integration, and/or numerical ringing in the region o the discontinuities due to dispersive errors in the numerical discretization. In the present work, we capture the interace as the zero-level isosurace o a higher-order unction φ, the level set unction (eectively an additional transported scalar). On either side o the interace, the sign o the level set unction can be used to determine which luid is present. This allows the luid properties to be written as a unction o the level set only, speciically ρ = ρ(φ). This allows the continuity equation to be written: ( ) dρ φ dφ t + u φ j + ρ u j = 0 (2.3) x j x j For the case o constant density except in the neighborhood o the zero level set, which represents the luid interace, the solution o the continuity equation can thus be decomposed into the solution o the ollowing: φ t + u φ j = 0 x j (2.4) φ=0 u j x j = 0 (2.5) Eq. 2.4 is the standard evolution equation or the level set unction, and eq. 2.5 is the incompressible continuity equation. Note that the level set equation need only be solved near the interace, which we have deined as the zero level set. Away rom the interace, it is common to make φ equal to a signed distance unction. In a similar way, the application o chain rule to the momentum equation allows the

3 Cartesian adaptive level set method 229 U u i, ρ, µ, p, φ PSrag replacements Figure 1. Spatial location o variables or collocated discretization. decomposition o the momentum equation into the solution o the level set equation, eq. 2.4, and the solution o the ollowing momentum equation: ρ u i t + ρ u ju i = p + τ ij + ρg i + σκδ( φ )n i (2.6) x j x i x j Equations comprise our governing system or the present work. Note that the level set ormulation results in a system o governing equations that can no longer be written in conservative orm. Thus, when the inite volume method is applied to this system, we cannot expect to achieve discrete conservation o mass and momentum (in the region o the interace). It is the hope o the level set ormulation that these errors in conservation are mitigated by the more accurate capturing o the interace that is possible with the smoothly-varying level set unction. 3. Numerical Method The governing equations are solved on a Cartesian adaptive grid. The grid arrangement and adaptation are described more completely in Ham et al. (2002), and here we only discuss details speciic to the simulation o multiphase lows using level set methods on such a grid. Figure 1 shows the spatial arrangement o variables on the Cartesian adaptive grid. All variables are stored at the control volume (CV) centers with the exception o a ace-normal velocity, located at the ace centers, and used to enorce the divergenceree constraint in each time step. The variables are staggered in time so that they are located most conveniently or the time advancement scheme. Denoting the time level by a superscript index, the velocities are located at time level t n and t n+1, and pressure, density, viscosity, and the level set at time levels t n 1 2 and t n The semi-descretization o the governing equations in each time step is then as ollows. Step 1. Advance the level set: φ n+ 1 2 φ n 1 2 t + u n 1 ( ) j φ n φ n+ 1 2 = 0 (3.1) 2 x j

4 230 Ham & Young Here the advantage o time-staggering is evident i.e. we know the velocity u n i rom the previous time step, so this equation is decoupled rom the other equations, and can be advanced on its own to get the level set value at the mid-point o the new time level, φ n Here we have used an implicit Crank-Nicholson time advancement scheme, which requires an iterative solution method. In practice the hyperbolic system is not sti, and can be quickly converged by a simple iterative scheme such as Gauss-Seidel. The spatial derivatives required in eq. 3.1 are approximated by a 5 th -order WENO scheme (Jiang & Peng 2000). While eective at recovering the viscosity solution to the level set equation, the WENO discretization requires that the grid be locally reined in a uniorm way in a band about the zero level set, and thus does not take ull advantage o the lexibility in the adaptive grid. Step 2. Reinitialize the level set by solving to steady state: φ = sgn (φ) (1 φ ). (3.2) τ The reinitialization step is perormed every time step, and ensures that the level set is a signed distance unction away rom φ = 0, without (theoretically) changing the location o the zero-level set. Spatial derivatives required in eq. 3.2 are once again approximated using a 5 th -order WENO scheme (Jiang & Peng 2000). For this equation we use explicit third order TVD Runge-Kutta method or time integration. In practice, it is not neccessary to solve to steady state, and we have ound that 5 iterations with a pseudo-time step o τ = x/4 is suicient when perormed every computational time step. Step 3. Calculate the new density and viscosity at the midpoint o the time step: ( = ρ1 H µ n+ 1 2 = µ1 H φ n+ 1 2 ( φ n+ 1 2 ) ( ( + ρ 2 1 H ) ( + µ 2 1 H φ n+ 1 2 ( φ n+ 1 2 )) )) (3.3) (3.4) where ρ 1, µ 1 are the constant properties o the luid occupying the region φ > 0, and ρ 2, µ 2 are the constant properties o the luid occupying the region φ 0, and H is a smoothed Heaviside step unction (Sussman et al. 1994). Step 4. Project the momentum equations: The remaining steps are a variant o the collocated ractional step method described, or example, by Kim and Choi (2000). First, calculate a projected velocity ield û i using the momentum equations: û i u n i t = 1 ( p x i n R n+ 1 2 i ) (3.5) where R i contains all other terms in the momentum equation, eq 2.6. We discretize both the convective and viscous terms implicitly using second-order symmetric discretizations, and the surace tension explicitly based on the known level set at the midpoint o the current time step, φ n Some care must be taken in the discretization o the surace tension terms when treated as source terms in the momentum equations o a collocated scheme, as described below.

5 Cartesian adaptive level set method 231 Step 5. Subtract the old pressure gradient: u i n+1 = û i n+1 + t 1 δp δx i Step 6. Interpolate the starred velocity ield to the aces: U n+1 = u i n+1 t R i n+ 1 2 n 1 2 Rn+ 1 2 (3.6), (3.7) where () is a second-order interpolation operator that yields a ace-normal component rom two CV-centered vectors. Step 7. Solve the variable coeicient Poisson equation or the new pressure: 1 t U n+1 A = 1 Step 8. Update the ace velocities to the new divergence-ree ield: n+ δp 1 2 A. (3.8) δn U n+1 U t = 1 n+ p 1 2 n (3.9) Step 9. Reconstruct the pressure gradient at the CV centers: 1 n+ p = x i n+ p 1 x i 2 (3.10) n where () xi represents a reconstruction operator. In this case we use a ace-area weighted least squares reconstruction. Step 10. Update the CV velocities: u n+1 i u i t = 1 p x i n+ 1 2 (3.11) By adding eqs. 3.5, 3.6, and 3.11, it is clear that a second-order time advancement o the momentum equation is recovered. A critical dierence between the present ormulation and the ormulation o Kim and Choi is in the calculation o the starred ace-normal velocities (eq. 3.7). Kim and Choi assume that: n+1/2 R i ρ n+1/2 Rn+1/2. (3.12) ρ n+1/2

6 232 Ham & Young This is an O( x 2 ) approximation, seemingly consistent with the overall accuracy o the method, and signiicantly simpliies the calculation o the Poisson equation source term. In the present investigation, however, it was ound that when surace tension orces were introduced in the region o the zero level set, this approximation could lead to large nonphysical oscillations in the CV-centered velocity ield. To solve this problem, the surace tension orces must be calculated at the aces, and then averaged to the CV centers, i.e.: Ri σ ρ Rσ x i (3.13) ρ With this calculation o the surace tension orces, we can no longer make the assumption o eq. 3.12, and the additional terms must be included in the calculation o U and thus in the Poisson equation source term. 4. Validation As validation cases or the method, we solve the 2D column and 3D drop oscillation problems D column oscillation From Lamb (1932), or a 2D column o liquid in the limit o zero viscosity perturbed according to: r = a (1 + εcos (nθ)) (4.1) where a is the mean radius, ε a small perturbation, and n the mode, the oscillation requency will be: ω 2 = n ( n 2 1 ) σ ρa 3. (4.2) Figure 2(a) shows the initial condition or a drop oscillation calculation or mode n = 5. Here we have exaggerated the perturbation amplitude to ε = 0.15 or illustrative purposes. In the actual computations, ε = 0.02 was used or the initial condition. Figure 2(b) compares the calculated results to the theory (period T = 2π/ω), with generally good agreement. For these calculations, we used periodic boundary conditions in a square domain o size L = 4a, and set the density o the surrounding luid to ρ 2 = 0.001ρ to minimize its eect on the oscillations. The luid viscosity was adjusted to keep the decay in amplitude o the oscillations to less that 5% per cycle. For a 3D drop perturbed according to D drop oscillation where the surace harmonics o order n, S n, are deined: r = a (1 + ɛs n ) (4.3) S 1 = cosθ (4.4) π

7 Cartesian adaptive level set method theory computation Period T 5 PSrag replacements mode n (a) (b) Figure 2. a) Sample grid and initial zero-level set or 2D drop oscillation problem with n = 5. b) Comparison o computed and theoretical 2D drop oscillation periods or modes n = 2 through 5. the oscillation requency is given by: S 2 = 1 5 ( 3cos 2 θ 1 ) (4.5) 4 π S 3 = 1 7 ( 5cos 3 θ 3cosθ ) (4.6) 4 π S 4 = 3 1 ( 35cos 4 θ 30cosθ + 3 ) (4.7) 16 π S 5 = 1 11 ( 63cos 4 θ 70cos 2 θ + 15 ) (4.8) 16 π ω 2 = n (n 1) (n + 2) σ ρa 3. (4.9) Figure 3 (a) shows the drop surace or the mode n = 5. Figure 3 (b) compares the calculated results to the theory, also with good agreement. 5. Results In the ollowing subsections we present some results rom simulations o more complex lows. For the purposes o this paper describing the numerical method, these cases are meant to simply illustrate the potential o the method. Consequently we do not present any analysis o the associated low physics, which will be the subject o uture investigations.

8 234 Ham & Young 10 theory computation Period T 5 PSrag replacements mode n (a) (b) Figure 3. a) Initial zero-level set or 3D drop oscillation problem with n = 5. b) Comparison o computed and theoretical 3D drop oscillation periods or modes n = 2 through Secondary breakup o spherical drops The secondary breakup o drops is an important problem in spray atomization, and the subject o the 2D axisymmetric numerical investigation o Han and Tryggvason (1999a, 1999b). We used the present Cartesian adaptive method to calculate 3D drop breakup in an impulsively accelerated ree stream. Figure 4 shows the calculated ree surace or a case run with equivalent resolution o with a domain size o 5D 5D 5D Rayleigh-Taylor Problem The Rayleigh-Taylor instability reers to the instability o the plane interace between two luids o dierent density superimposed one over the other and subject to gravity. When the upper luid has a density greater than the lower luid, the interace can be unstable to small perturbations whose ampliication is well described by linear theory with dependence on the density ratio, gravity, surace tension coeicient, and viscosity (Chandrasekhar 1961). As the ampliication continues and the problem enters the nonlinear regime, the luid mixing can become chaotic, characterized by bubbles o lighter luid rising into the heavier luid, and spikes o heavier luid alling into the lighter luid, with regions o high vorticity near the spike/bubble interace. The resulting mixing zone is known experimentally (Schneider et al. 1998) to broaden in a way that depends linearly on the gravitational acceleration g and the Atwood number A = (ρ 1 ρ 2 )/(ρ 1 +ρ 2 ), and quadratically on the time, i.e. h b,s = α b,s Agt 2, (5.1) where h b or h s represents the penetration length or bubbles or spikes respectively, and α has been introduced as a constant o proportionality, sometimes called the acceleration constant. Recently, the miscible Rayleigh-Taylor problem has been investigated numerically by

9 Cartesian adaptive level set method 235 (a) 0.5 (b) 1.5 (c) 2.5 (d) 3.5 (e) 4.5 () 5.5 (g) 6.5 (h) 8.5 Figure 4. Breakup o an initially spherical drop in an impulsively accelerated ield. The number below each igure indicates the non-dimensional time tu/d. Free stream velocity is rom top-let-back to lower-right-ront. Properties or this simulation are as ollows: Re = ρ gdu/µ g = 1000, W e = ρ gu 2 D/σ = 20, Oh = µ l / ρ l σd = Young et al. (2001), who calculate α b Experimental results or immiscible luids yield higher values o α b A recent review o experimental and simulation results or the immiscible case is given by Glimm et al. (2001). Figure 5 presents some results rom the application o the present Cartesian adaptive method to this problem. These computations were perormed in a box with the interace perturbed randomly with a maximum amplitude o Properties o the simulation were selected to give a wavelength o maximum instability o λ = These

10 236 Ham & Young Figure 5. Evolution o the interace or the 3D Rayleigh-Taylor problem with multi-mode perturbation: top panels plan view looking down on interace; bottom panels elevation view rom side. preliminary simulations were made with the relatively coarse equivalent resolution in the region o the zero-level set o , or about 10 CVs per wavelength or the most unstable mode. Figure 5 illustrates the evolution o the interace at 3 dierent times or the Atwood number A = Conclusions A simulation tool that integrates Cartesian adaptive grids with the level set method has been developed. The method as described is particularly suited to problems where the smallest scales are associated with the ree surace motions, and signiicant savings can thus be realized by coarsening the grid away rom the surace. The method has been validated and its potential demonstrated by solving several test problems, including 2D and 3D drop oscillations, drop breakup in an impulsively accelerated ree stream, and the immiscible 3D Rayleigh-Taylor problem. Our ongoing work is ocused on changing the level set solver to the particle level set method o Enright et al. (2002). The improved conservation properties o this method may allow us to move away rom the higher-order WENO discretizations presently used in the level set advancement and reinitialization equations. With lower-order methods, adaptation can be added in the region o the zero-level set, resulting in a urther signiicant reduction in computational cost.

11 Cartesian adaptive level set method 237 REFERENCES Chandrasekhar, S Hydrodynamic and Hydromagnetic Stability. Oxord University Press. Chen, G., Khari, C, Zaleski, S., & Li, J Two-dimensional Navier-Stokes simulation o breaking waves. Phys. Fluids 11 no. 1, Enright, D., Fedkiw, R., Ferziger, J. & Mitchell, I A hybrid particle level set method or improved interace capturing. J. Comput. Phys. 183, Glimm, J., Grove, J. W., Li, X. L., Oh, W. & Sharp, D. H A critical analysis o Rayleigh-Taylor growth rates. J. Comput. Phys. 169, H. Haj-Hariri, Q. Shi, and A. Borhan 1997 Thermocapillary motion o deormable drops at inite reynolds and marangoni numbers. Phys. Fluids 9, 845. Ham, F. E., Lien, F. S. & Strong, A. B A Cartesian grid method with transient anisotropic adaptation. J. Comput. Phys. 179, Han, J. & Tryggvason, G. 1999a Secondary breakup o axisymmetric liquid drops. I. Acceleration by a constant body orce. Phys. Fluids 11 no. 12, Han, J. & Tryggvason, G. 1999b Secondary breakup o axisymmetric liquid drops. II. Impulsive acceleration. Phys. Fluids 13 no. 6, Jiang, G-.S. & Peng, D Weighted ENO schemes or Hamilton-Jacobi equations. SIAM J. Sci. Comput. 21 (6), Kim, D. & Choi, H A Second-Order Time-Accurate Finite Volume Method or Unsteady Incompressible Flow on Hybrid Unstructured Grids. J. Comput. Phys. 162, Lamb, H Hydrodynamics. Cambridge University Press. Osher, S. & Fedkiw, R Level set methods: an overview and some recent results. J. Comput. Phys. 169, 463. Schneider, M. B., Dimonte, G. & Remington, B Large and small structure in Rayleigh-Taylor mixing. Phys. Rev. Lett. 80, Sethian, J Evolution, implementation, and application o level set and ast marching methods or advancing ronts. J. Comput. Phys. 169, 503. Sussman, M., Smereka, P. & Osher, S A level set approach or computing solutions to incompressible two-phase low. J. Comput. Phys. 114, Mark Sussman, Ann S. Almgren, John B. Bell, Phillip Colella, Louis H. Howell, and Michael L. Welcome 1999 An Adaptive Level Set Approach or Incompressible Two-Phase Flows J. Comput. Phys. 148, Young, Y.-N., Tuo, H., Dubey, A. & Rosner, R On the miscible Rayleigh- Taylor instability: two and three dimensions. J. Fluid Mech. 447,

Pressure-correction algorithm to solve Poisson system with constant coefficients for fast two-phase simulations

Pressure-correction algorithm to solve Poisson system with constant coefficients for fast two-phase simulations Center or Turbulence Research Annual Research Bries 2009 367 Pressure-correction algorithm to solve Poisson system with constant coeicients or ast two-phase simulations By D. Kim AND P. Moin 1. Motivation

More information

Numerical simulation of wave breaking in turbulent two-phase Couette flow

Numerical simulation of wave breaking in turbulent two-phase Couette flow Center for Turbulence Research Annual Research Briefs 2012 171 Numerical simulation of wave breaking in turbulent two-phase Couette flow By D. Kim, A. Mani AND P. Moin 1. Motivation and objectives When

More information

An Immersed Interface Method for the Incompressible Navier-Stokes Equations in Irregular Domains

An Immersed Interface Method for the Incompressible Navier-Stokes Equations in Irregular Domains An Immersed Interace Method or the Incompressible Navier-Stokes Equations in Irregular Domains Duc-Vinh Le, Boo Cheong Khoo, Jaime Peraire Singapore-MIT Alliance Department o Mechanical Engineering, National

More information

On the Development of Implicit Solvers for Time-Dependent Systems

On the Development of Implicit Solvers for Time-Dependent Systems School o something FACULTY School OF OTHER o Computing On the Development o Implicit Solvers or Time-Dependent Systems Peter Jimack School o Computing, University o Leeds In collaboration with: P.H. Gaskell,

More information

Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows

Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows Abstract Maged Ismail Claremont Graduate University Level Set and Phase Field methods are well-known interface-capturing

More information

Eulerian Vortex Motion in Two and Three Dimensions

Eulerian Vortex Motion in Two and Three Dimensions Eulerian Vortex Motion in Two and Three Dimensions Igor Yanovsky June 2006 1 Objective An Eulerian approach is used to solve the motion of an incompressible fluid, in two and three dimensions, in which

More information

Surface tension in incompressible Rayleigh Taylor mixing flow

Surface tension in incompressible Rayleigh Taylor mixing flow Journal of Turbulence Volume 7, No. 71, 6 Surface tension in incompressible Rayleigh Taylor mixing flow Y.-N. YOUNG and F. E. HAM Department of Mathematical Sciences, New Jersey Institute of Technology,

More information

Investigation of an implicit solver for the simulation of bubble oscillations using Basilisk

Investigation of an implicit solver for the simulation of bubble oscillations using Basilisk Investigation of an implicit solver for the simulation of bubble oscillations using Basilisk D. Fuster, and S. Popinet Sorbonne Universités, UPMC Univ Paris 6, CNRS, UMR 79 Institut Jean Le Rond d Alembert,

More information

A PARALLEL LEVEL-SET APPROACH FOR TWO-PHASE FLOW PROBLEMS WITH SURFACE TENSION IN THREE SPACE DIMENSIONS

A PARALLEL LEVEL-SET APPROACH FOR TWO-PHASE FLOW PROBLEMS WITH SURFACE TENSION IN THREE SPACE DIMENSIONS A PARALLEL LEVEL-SET APPROACH FOR TWO-PHASE FLOW PROBLEMS WITH SURFACE TENSION IN THREE SPACE DIMENSIONS ROBERTO CROCE, MICHAEL GRIEBEL, AND MARC ALEXANDER SCHWEITZER Abstract. In this paper we present

More information

A Level Set/Vortex Sheet Method for Modeling Phase Interface Dynamics During Primary Breakup

A Level Set/Vortex Sheet Method for Modeling Phase Interface Dynamics During Primary Breakup ILASS Americas 17th Annual Conference on Liquid Atomization and Spray Systems, Arlington, VA, May 2004 A Level Set/Vortex Sheet Method for Modeling Phase Interface Dynamics During Primary Breakup M. Herrmann

More information

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004 OE465 Vaclav Matousek October 13, 004 1 Dredge Vermelding Pumps onderdeel and Slurry organisatie Transport OE465 Vaclav Matousek October 13, 004 Dredge Vermelding Pumps onderdeel and Slurry organisatie

More information

Buoyancy Driven Heat Transfer of Water-Based CuO Nanofluids in a Tilted Enclosure with a Heat Conducting Solid Cylinder on its Center

Buoyancy Driven Heat Transfer of Water-Based CuO Nanofluids in a Tilted Enclosure with a Heat Conducting Solid Cylinder on its Center July 4-6 2012 London U.K. Buoyancy Driven Heat Transer o Water-Based CuO Nanoluids in a Tilted Enclosure with a Heat Conducting Solid Cylinder on its Center Ahmet Cihan Kamil Kahveci and Çiğdem Susantez

More information

Solving Partial Differential Equations Numerically. Miklós Bergou with: Gary Miller, David Cardoze, Todd Phillips, Mark Olah

Solving Partial Differential Equations Numerically. Miklós Bergou with: Gary Miller, David Cardoze, Todd Phillips, Mark Olah Solving Partial Dierential Equations Numerically Miklós Bergou with: Gary Miller, David Cardoze, Todd Phillips, Mark Olah Overview What are partial dierential equations? How do we solve them? (Example)

More information

A Critical Investigation of High-Order Flux Limiters In Multiphase Flow Problems

A Critical Investigation of High-Order Flux Limiters In Multiphase Flow Problems A Critical Investigation o High-Order Flux Limiters In Multiphase Flow Problems Chris Guenther Fluent In., 3647 Collins Ferry Rd., Morgantown, WV 26505, USA cpg@luent.com ABSTRACT. In recent years inite

More information

Reduction of parasitic currents in the DNS VOF code FS3D

Reduction of parasitic currents in the DNS VOF code FS3D M. Boger a J. Schlottke b C.-D. Munz a B. Weigand b Reduction of parasitic currents in the DNS VOF code FS3D Stuttgart, March 2010 a Institut für Aerodynamik und Gasdynamik, Universität Stuttgart, Pfaffenwaldring

More information

Controlling the Heat Flux Distribution by Changing the Thickness of Heated Wall

Controlling the Heat Flux Distribution by Changing the Thickness of Heated Wall J. Basic. Appl. Sci. Res., 2(7)7270-7275, 2012 2012, TextRoad Publication ISSN 2090-4304 Journal o Basic and Applied Scientiic Research www.textroad.com Controlling the Heat Flux Distribution by Changing

More information

Toward two-phase simulation of the primary breakup of a round liquid jet by a coaxial flow of gas

Toward two-phase simulation of the primary breakup of a round liquid jet by a coaxial flow of gas Center for Turbulence Research Annual Research Briefs 2006 185 Toward two-phase simulation of the primary breakup of a round liquid jet by a coaxial flow of gas By D. Kim, O. Desjardins, M. Herrmann AND

More information

Analysis of Non-Thermal Equilibrium in Porous Media

Analysis of Non-Thermal Equilibrium in Porous Media Analysis o Non-Thermal Equilibrium in Porous Media A. Nouri-Borujerdi, M. Nazari 1 School o Mechanical Engineering, Shari University o Technology P.O Box 11365-9567, Tehran, Iran E-mail: anouri@shari.edu

More information

Wave regimes and mass transfer in two-layer falling films

Wave regimes and mass transfer in two-layer falling films Wave regimes and mass transer in two-layer alling ilms by GÖKÇEN ÇEKİÇ A thesis submitted to The University o Birmingham or the degree o Doctor o Philosophy School o Mathematics The University o Birmingham

More information

FEM-Level Set Techniques for Multiphase Flow --- Some recent results

FEM-Level Set Techniques for Multiphase Flow --- Some recent results FEM-Level Set Techniques for Multiphase Flow --- Some recent results ENUMATH09, Uppsala Stefan Turek, Otto Mierka, Dmitri Kuzmin, Shuren Hysing Institut für Angewandte Mathematik, TU Dortmund http://www.mathematik.tu-dortmund.de/ls3

More information

Fluid Dynamics: Theory, Computation, and Numerical Simulation Second Edition

Fluid Dynamics: Theory, Computation, and Numerical Simulation Second Edition Fluid Dynamics: Theory, Computation, and Numerical Simulation Second Edition C. Pozrikidis m Springer Contents Preface v 1 Introduction to Kinematics 1 1.1 Fluids and solids 1 1.2 Fluid parcels and flow

More information

CONVECTIVE HEAT TRANSFER CHARACTERISTICS OF NANOFLUIDS. Convective heat transfer analysis of nanofluid flowing inside a

CONVECTIVE HEAT TRANSFER CHARACTERISTICS OF NANOFLUIDS. Convective heat transfer analysis of nanofluid flowing inside a Chapter 4 CONVECTIVE HEAT TRANSFER CHARACTERISTICS OF NANOFLUIDS Convective heat transer analysis o nanoluid lowing inside a straight tube o circular cross-section under laminar and turbulent conditions

More information

A COMPUTATIONAL STUDY OF THE COALESCENCE PROCESS BETWEEN A DROP AND AN INTERFACE IN AN ELECTRIC FIELD

A COMPUTATIONAL STUDY OF THE COALESCENCE PROCESS BETWEEN A DROP AND AN INTERFACE IN AN ELECTRIC FIELD 6th International Conference on CFD in the Oil & Gas, Metallurgical and Process Industries SINTEF / NTNU, Trondheim, Norway 1 12 June 28 CFD28-78 A COMPUTATIONAL STUDY OF THE COALESCENCE PROCESS BETWEEN

More information

Flow Field and Oscillation Frequency of a Rotating Liquid Droplet

Flow Field and Oscillation Frequency of a Rotating Liquid Droplet Flow Field and Oscillation Frequency of a Rotating Liquid Droplet TADASHI WATANABE Center for Computational Science and e-systems Japan Atomic Energy Agency (JAEA) Tokai-mura, Naka-gun, Ibaraki-ken, 319-1195

More information

( 1) ( 2) ( 1) nan integer, since the potential is no longer simple harmonic.

( 1) ( 2) ( 1) nan integer, since the potential is no longer simple harmonic. . Anharmonic Oscillators Michael Fowler Landau (para 8) considers a simple harmonic oscillator with added small potential energy terms mα + mβ. We ll simpliy slightly by dropping the term, to give an equation

More information

A semi-implicit finite volume implementation of the CSF method for treating surface tension in interfacial flows

A semi-implicit finite volume implementation of the CSF method for treating surface tension in interfacial flows A semi-implicit finite volume implementation of the CSF method for treating surface tension in interfacial flows M. Raessi, M. Bussmann*, and J. Mostaghimi Department of Mechanical and Industrial Engineering,

More information

Non-newtonian Rabinowitsch Fluid Effects on the Lubrication Performances of Sine Film Thrust Bearings

Non-newtonian Rabinowitsch Fluid Effects on the Lubrication Performances of Sine Film Thrust Bearings International Journal o Mechanical Engineering and Applications 7; 5(): 6-67 http://www.sciencepublishinggroup.com/j/ijmea doi:.648/j.ijmea.75.4 ISSN: -X (Print); ISSN: -48 (Online) Non-newtonian Rabinowitsch

More information

Nonlinear oscillations and rotations of a liquid droplet

Nonlinear oscillations and rotations of a liquid droplet Nonlinear oscillations and rotations of a liquid droplet Tadashi Watanabe watanabe.tadashi66@jaea.go.jp Abstract Nonlinear oscillations and rotations of a liquid droplet are simulated numerically by solving

More information

Experience with DNS of particulate flow using a variant of the immersed boundary method

Experience with DNS of particulate flow using a variant of the immersed boundary method Experience with DNS of particulate flow using a variant of the immersed boundary method Markus Uhlmann Numerical Simulation and Modeling Unit CIEMAT Madrid, Spain ECCOMAS CFD 2006 Motivation wide range

More information

arxiv: v1 [math.na] 29 Oct 2018

arxiv: v1 [math.na] 29 Oct 2018 A Multirate Approach or Fluid-Structure Interaction Computation with Decoupled Methods Lian Zhang 1, Mingchao Cai 2 Mo Mu 3, arxiv:1810.11933v1 [math.na] 29 Oct 2018 Abstract We investigate a multirate

More information

2015 American Journal of Engineering Research (AJER)

2015 American Journal of Engineering Research (AJER) American Journal o Engineering Research (AJER) 2015 American Journal o Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-4, Issue-7, pp-33-40.ajer.org Research Paper Open Access The

More information

Surface phase separation and flow in a simple model of drops and vesicles

Surface phase separation and flow in a simple model of drops and vesicles Surface phase separation and flow in a simple model of drops and vesicles Tutorial Lecture 4 John Lowengrub Department of Mathematics University of California at Irvine Joint with J.-J. Xu (UCI), S. Li

More information

MAGNETOHYDRODYNAMIC GO-WATER NANOFLUID FLOW AND HEAT TRANSFER BETWEEN TWO PARALLEL MOVING DISKS

MAGNETOHYDRODYNAMIC GO-WATER NANOFLUID FLOW AND HEAT TRANSFER BETWEEN TWO PARALLEL MOVING DISKS THERMAL SCIENCE: Year 8, Vol., No. B, pp. 383-39 383 MAGNETOHYDRODYNAMIC GO-WATER NANOFLUID FLOW AND HEAT TRANSFER BETWEEN TWO PARALLEL MOVING DISKS Introduction by Mohammadreza AZIMI and Rouzbeh RIAZI

More information

A surfactant-conserving volume-of-fluid method for interfacial flows with insoluble surfactant

A surfactant-conserving volume-of-fluid method for interfacial flows with insoluble surfactant A surfactant-conserving volume-of-fluid method for interfacial flows with insoluble surfactant Ashley J. James Department of Aerospace Engineering and Mechanics, University of Minnesota John Lowengrub

More information

Comments on Magnetohydrodynamic Unsteady Flow of A Non- Newtonian Fluid Through A Porous Medium

Comments on Magnetohydrodynamic Unsteady Flow of A Non- Newtonian Fluid Through A Porous Medium Comments on Magnetohydrodynamic Unsteady Flow o A Non- Newtonian Fluid Through A Porous Medium Mostaa A.A.Mahmoud Department o Mathematics, Faculty o Science, Benha University (358), Egypt Abstract The

More information

Detailed Numerical Simulation of Liquid Jet in Cross Flow Atomization: Impact of Nozzle Geometry and Boundary Condition

Detailed Numerical Simulation of Liquid Jet in Cross Flow Atomization: Impact of Nozzle Geometry and Boundary Condition ILASS-Americas 25th Annual Conference on Liquid Atomization and Spray Systems, Pittsburgh, PA, May 23 Detailed Numerical Simulation of Liquid Jet in Cross Flow Atomization: Impact of Nozzle Geometry and

More information

BOUNDARY LAYER ANALYSIS ALONG A STRETCHING WEDGE SURFACE WITH MAGNETIC FIELD IN A NANOFLUID

BOUNDARY LAYER ANALYSIS ALONG A STRETCHING WEDGE SURFACE WITH MAGNETIC FIELD IN A NANOFLUID Proceedings o the International Conerence on Mechanical Engineering and Reneable Energy 7 (ICMERE7) 8 December, 7, Chittagong, Bangladesh ICMERE7-PI- BOUNDARY LAYER ANALYSIS ALONG A STRETCHING WEDGE SURFACE

More information

Open boundary conditions in numerical simulations of unsteady incompressible flow

Open boundary conditions in numerical simulations of unsteady incompressible flow Open boundary conditions in numerical simulations of unsteady incompressible flow M. P. Kirkpatrick S. W. Armfield Abstract In numerical simulations of unsteady incompressible flow, mass conservation can

More information

Direct numerical simulation of compressible multi-phase ow with a pressure-based method

Direct numerical simulation of compressible multi-phase ow with a pressure-based method Seventh International Conference on Computational Fluid Dynamics (ICCFD7), Big Island, Hawaii, July 9-13, 2012 ICCFD7-2902 Direct numerical simulation of compressible multi-phase ow with a pressure-based

More information

Application of the immersed boundary method to simulate flows inside and outside the nozzles

Application of the immersed boundary method to simulate flows inside and outside the nozzles Application of the immersed boundary method to simulate flows inside and outside the nozzles E. Noël, A. Berlemont, J. Cousin 1, T. Ménard UMR 6614 - CORIA, Université et INSA de Rouen, France emeline.noel@coria.fr,

More information

Estimation of Natural Convection Heat Transfer from Plate-Fin Heat Sinks in a Closed Enclosure

Estimation of Natural Convection Heat Transfer from Plate-Fin Heat Sinks in a Closed Enclosure World Academy o Science, Engineering Technology International Journal o Mechanical Mechatronics Engineering Vol:8, o:8, 014 Estimation o atural Convection Heat Transer rom Plate-Fin Heat Sins in a Closed

More information

A numerical study on the effects of cavitation on orifice flow

A numerical study on the effects of cavitation on orifice flow PHSICS OF FLUIDS, A numerical study on the effects of cavitation on orifice flow S. Dabiri, W. A. Sirignano, and D. D. Joseph, University of California, Irvine, California 9697, USA University of Minnesota,

More information

Simulating Interfacial Tension of a Falling. Drop in a Moving Mesh Framework

Simulating Interfacial Tension of a Falling. Drop in a Moving Mesh Framework Simulating Interfacial Tension of a Falling Drop in a Moving Mesh Framework Anja R. Paschedag a,, Blair Perot b a TU Berlin, Institute of Chemical Engineering, 10623 Berlin, Germany b University of Massachusetts,

More information

Development and Testing of a Robust Free-Surface Finite Volume Method. Marwan Darwish, Ph.D.

Development and Testing of a Robust Free-Surface Finite Volume Method. Marwan Darwish, Ph.D. Development and Testing o a Robust Free-Surace Finite Volume Method Marwan Darwish, Ph.D. Faculty o Engineering and Architecture, American University o Beirut July 2003 Summary A robust numerical technique

More information

Numerical Methods of Applied Mathematics -- II Spring 2009

Numerical Methods of Applied Mathematics -- II Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 18.336 Numerical Methods of Applied Mathematics -- II Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

NON-SIMILAR SOLUTIONS FOR NATURAL CONVECTION FROM A MOVING VERTICAL PLATE WITH A CONVECTIVE THERMAL BOUNDARY CONDITION

NON-SIMILAR SOLUTIONS FOR NATURAL CONVECTION FROM A MOVING VERTICAL PLATE WITH A CONVECTIVE THERMAL BOUNDARY CONDITION NON-SIMILAR SOLUTIONS FOR NATURAL CONVECTION FROM A MOVING VERTICAL PLATE WITH A CONVECTIVE THERMAL BOUNDARY CONDITION by Asterios Pantokratoras School o Engineering, Democritus University o Thrace, 67100

More information

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand Institute of Aerospace Thermodynamics Numerical modelling of phase change processes in clouds Challenges and Approaches Martin Reitzle Bernard Weigand Introduction Institute of Aerospace Thermodynamics

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Soft body physics Soft bodies In reality, objects are not purely rigid for some it is a good approximation but if you hit

More information

OpenFOAM selected solver

OpenFOAM selected solver OpenFOAM selected solver Roberto Pieri - SCS Italy 16-18 June 2014 Introduction to Navier-Stokes equations and RANS Turbulence modelling Numeric discretization Navier-Stokes equations Convective term {}}{

More information

Adv. Theor. Appl. Mech., Vol. 7, 2014, no. 1, 1-20 HIKARI Ltd,

Adv. Theor. Appl. Mech., Vol. 7, 2014, no. 1, 1-20 HIKARI Ltd, Adv. Theor. Appl. Mech., Vol. 7, 2014, no. 1, 1-20 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/atam.2014.31124 Magneto-Hydrodynamic Eect with Temperature Dependent Viscosity on Natural Convection

More information

Atwood number effects in buoyancy driven flows

Atwood number effects in buoyancy driven flows Advanced Computational Methods in Heat Transfer IX 259 Atwood number effects in buoyancy driven flows M. J. Andrews & F. F. Jebrail Los Alamos National Laboratory, USA Abstract Consideration is given to

More information

Fundamentals of Fluid Dynamics: Elementary Viscous Flow

Fundamentals of Fluid Dynamics: Elementary Viscous Flow Fundamentals of Fluid Dynamics: Elementary Viscous Flow Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI bluebox.ippt.pan.pl/ tzielins/ Institute of Fundamental Technological Research

More information

Rayleigh-Taylor Driven Mixing in a Multiply Stratified Environment

Rayleigh-Taylor Driven Mixing in a Multiply Stratified Environment Rayleigh-Taylor Driven Mixing in a Multiply Stratified Environment Abstract Andrew George Weir Lawrie and Stuart Dalziel Department of Applied Mathematics and Theoretical Physics, University of Cambridge

More information

Numerical Studies of Droplet Deformation and Break-up

Numerical Studies of Droplet Deformation and Break-up ILASS Americas 14th Annual Conference on Liquid Atomization and Spray Systems, Dearborn, MI, May 2001 Numerical Studies of Droplet Deformation and Break-up B. T. Helenbrook Department of Mechanical and

More information

An evaluation of a conservative fourth order DNS code in turbulent channel flow

An evaluation of a conservative fourth order DNS code in turbulent channel flow Center for Turbulence Research Annual Research Briefs 2 2 An evaluation of a conservative fourth order DNS code in turbulent channel flow By Jessica Gullbrand. Motivation and objectives Direct numerical

More information

39.1 Gradually Varied Unsteady Flow

39.1 Gradually Varied Unsteady Flow 39.1 Gradually Varied Unsteady Flow Gradually varied unsteady low occurs when the low variables such as the low depth and velocity do not change rapidly in time and space. Such lows are very common in

More information

IOSR Journal of Mathematics (IOSR-JM) e-issn: , p-issn: X.Volume12,Issue 1 Ver. III (Jan.-Feb.2016)PP

IOSR Journal of Mathematics (IOSR-JM) e-issn: , p-issn: X.Volume12,Issue 1 Ver. III (Jan.-Feb.2016)PP IOSR Journal o Mathematics (IOSR-JM) e-issn:78-578, p-issn: 39-765X.Volume,Issue Ver. III (Jan.-Feb.6)PP 88- www.iosrjournals.org Eect o Chemical Reaction on MHD Boundary Layer Flow o Williamson Nanoluid

More information

Review of Numerical Methods for Multiphase Flow

Review of Numerical Methods for Multiphase Flow Title Review o Numerical Methods or Multiphase Flow M. Sommereld Mechanische Verahrenstechnik Zentrum ür Ingenieurwissenschaten 06099 Halle (Saale), Germany www-mvt.iw.uni-halle.de Content o the Lecture

More information

Development and analysis of a Lagrange-Remap sharp interface solver for stable and accurate atomization computations

Development and analysis of a Lagrange-Remap sharp interface solver for stable and accurate atomization computations ICLASS 2012, 12 th Triennial International Conference on Liquid Atomization and Spray Systems, Heidelberg, Germany, September 2-6, 2012 Development and analysis of a Lagrange-Remap sharp interface solver

More information

Los Alamos National Laboratory Hydrodynamic Methods Applications and Research 1 LA-UR

Los Alamos National Laboratory Hydrodynamic Methods Applications and Research 1 LA-UR Rayleigh-Taylor instability is generated when a heavy fluid sits above a lighter fluid in a gravitational field. The flow behavior is described in terms of bubbles of light fluid rising into the heavier

More information

Non-Isothermal Displacements with Step-Profile Time Dependent Injections in Homogeneous Porous Media

Non-Isothermal Displacements with Step-Profile Time Dependent Injections in Homogeneous Porous Media Proceedings o the World Congress on Mechanical, Chemical, and Material Engineering (MCM 015) Barcelona, Spain July 0-1, 015 Paper No. 93 Non-Isothermal Displacements with Step-Proile Time Dependent Injections

More information

The Effect of Internal Obstructions in Naturally Ventilated Greenhouse Applications

The Effect of Internal Obstructions in Naturally Ventilated Greenhouse Applications HEFAT27 5 th International Conerence on Heat Transer, Fluid Mechanics and Thermodynamics 1-4 July 27, Sun City, South Arica Paper number: KS2 The Eect o Internal Obstructions in Naturally Ventilated Greenhouse

More information

Computers & Fluids. Improving lattice Boltzmann simulation of moving particles in a viscous flow using local grid refinement

Computers & Fluids. Improving lattice Boltzmann simulation of moving particles in a viscous flow using local grid refinement Computers & Fluids 00 (204) 2 Computers & Fluids Improving lattice Boltzmann simulation o moving particles in a viscous low using local grid reinement Songying Chen a,, Cheng Peng b, Yihua Teng c, Lian-Ping

More information

Numerical calculation of the electron mobility in ZnS and ZnSe semiconductors using the iterative method

Numerical calculation of the electron mobility in ZnS and ZnSe semiconductors using the iterative method International Journal o the Physical Sciences Vol. 5(11), pp. 1752-1756, 18 September, 21 Available online at http://www.academicjournals.org/ijps ISSN 1992-195 21 Academic Journals Full Length Research

More information

ROAD MAP... D-1: Aerodynamics of 3-D Wings D-2: Boundary Layer and Viscous Effects D-3: XFLR (Aerodynamics Analysis Tool)

ROAD MAP... D-1: Aerodynamics of 3-D Wings D-2: Boundary Layer and Viscous Effects D-3: XFLR (Aerodynamics Analysis Tool) AE301 Aerodynamics I UNIT D: Applied Aerodynamics ROAD MAP... D-1: Aerodynamics o 3-D Wings D-2: Boundary Layer and Viscous Eects D-3: XFLR (Aerodynamics Analysis Tool) AE301 Aerodynamics I : List o Subjects

More information

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

Redistancing the Augmented Level Set Method

Redistancing the Augmented Level Set Method ILASS-Americas 23rd Annual Conference on Liquid Atomization and Spray Systems, Ventura, CA, May 2011 Redistancing the Augmented Level Set Method L. Anumolu and M.F. Trujillo Department of Mechanical Engineering

More information

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

More information

Fluid Animation. Christopher Batty November 17, 2011

Fluid Animation. Christopher Batty November 17, 2011 Fluid Animation Christopher Batty November 17, 2011 What distinguishes fluids? What distinguishes fluids? No preferred shape Always flows when force is applied Deforms to fit its container Internal forces

More information

x j r i V i,j+1/2 r Ci,j Ui+1/2,j U i-1/2,j Vi,j-1/2

x j r i V i,j+1/2 r Ci,j Ui+1/2,j U i-1/2,j Vi,j-1/2 Merging of drops to form bamboo waves Yuriko Y. Renardy and Jie Li Department of Mathematics and ICAM Virginia Polytechnic Institute and State University Blacksburg, VA -, U.S.A. May, Abstract Topological

More information

Two-Dimensional Viscous Aperture Flow: Navier-Stokes and Viscous-Potential-Flow Solutions

Two-Dimensional Viscous Aperture Flow: Navier-Stokes and Viscous-Potential-Flow Solutions Under consideration for publication in J. Fluid Mech. Two-Dimensional Viscous Aperture Flow: Navier-Stokes and Viscous-Potential-Flow Solutions By S A D E G H D A B I R I, W I L L I A M A. S I R I G N

More information

Fundamentals of Fluid Dynamics: Ideal Flow Theory & Basic Aerodynamics

Fundamentals of Fluid Dynamics: Ideal Flow Theory & Basic Aerodynamics Fundamentals of Fluid Dynamics: Ideal Flow Theory & Basic Aerodynamics Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI (after: D.J. ACHESON s Elementary Fluid Dynamics ) bluebox.ippt.pan.pl/

More information

ABSTRACT NUMERICAL SIMULATION OF LIQUID - VAPOR INTERFACES IN THE SHARP INTERFACE LIMIT

ABSTRACT NUMERICAL SIMULATION OF LIQUID - VAPOR INTERFACES IN THE SHARP INTERFACE LIMIT ABSTRACT Title of Thesis: NUMERICAL SIMULATION OF LIQUID - VAPOR INTERFACES IN THE SHARP INTERFACE LIMIT Vamsee K. Yerramilli, Master of Science, 2005 Thesis directed by: Dr. Elias Balaras Department of

More information

The Multilayer Impedance Pump Model

The Multilayer Impedance Pump Model 12 Chapter 2 The Multilayer Impedance Pump Model 2.1 Phyical model The MIP wa a luid-illed elatic tube with an excitation zone located aymmetrically with repect to the length o the pump. The pump had an

More information

Module 3: "Thin Film Hydrodynamics" Lecture 12: "" The Lecture Contains: Linear Stability Analysis. Some well known instabilities. Objectives_template

Module 3: Thin Film Hydrodynamics Lecture 12:  The Lecture Contains: Linear Stability Analysis. Some well known instabilities. Objectives_template The Lecture Contains: Linear Stability Analysis Some well known instabilities file:///e /courses/colloid_interface_science/lecture12/12_1.htm[6/16/2012 1:39:16 PM] Linear Stability Analysis This analysis

More information

Constantine, Algeria. Received Accepted Keywords: Copper nanoparticles; heat transfer; circular cylinder; steady regime.

Constantine, Algeria. Received Accepted Keywords: Copper nanoparticles; heat transfer; circular cylinder; steady regime. Metallurgical and Materials Engineering Association o Metallurgical Engineers o Serbia AMES Scientiic paper UDC: 669.245 NUMERICAL INVESTIGATION OF FLUID FLOW AND HEAT TRANSFER AROUND A CIRCULAR CYLINDER

More information

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares Scattered Data Approximation o Noisy Data via Iterated Moving Least Squares Gregory E. Fasshauer and Jack G. Zhang Abstract. In this paper we ocus on two methods or multivariate approximation problems

More information

Aggregate Growth: R =αn 1/ d f

Aggregate Growth: R =αn 1/ d f Aggregate Growth: Mass-ractal aggregates are partly described by the mass-ractal dimension, d, that deines the relationship between size and mass, R =αn 1/ d where α is the lacunarity constant, R is the

More information

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION 7.1 THE NAVIER-STOKES EQUATIONS Under the assumption of a Newtonian stress-rate-of-strain constitutive equation and a linear, thermally conductive medium,

More information

Similarity of Turbulent Wall Fires

Similarity of Turbulent Wall Fires Similarity o Turbulent Wall Fires J. L. de RIS, G. H. MARKSTEIN, L. ORLOFF and P. A. BEAULIEU FM Global Research Norwood, MA 6, USA ABSTRACT The study establishes a similarity relationship controlling

More information

Large Scale Simulations of Turbulent Flows for Industrial Applications. Lakhdar Remaki BCAM- Basque Centre for Applied Mathematics

Large Scale Simulations of Turbulent Flows for Industrial Applications. Lakhdar Remaki BCAM- Basque Centre for Applied Mathematics Large Scale Simulations o Turbulent Flows or Industrial Alications Lakhdar Remaki BCAM- Basque Centre or Alied Mathematics Outline Flow Motion Simulation Physical Model Finite-Volume Numerical Method CFD

More information

Iterative Methods for Stokes/Darcy Coupling

Iterative Methods for Stokes/Darcy Coupling Iterative Methods or Stokes/Darcy Coupling Marco Discacciati Ecole Polytechnique Fédérale de Lausanne Institut d Analyse et Calcul Scientiique Chair o Modelling and Scientiic Computing marco.discacciati@epl.ch

More information

OPTIMALLY STAGGERED FINNED CIRCULAR AND ELLIPTIC TUBES IN FORCED CONVECTION

OPTIMALLY STAGGERED FINNED CIRCULAR AND ELLIPTIC TUBES IN FORCED CONVECTION OPTIMALLY STAGGERED FINNED CIRCULAR AND ELLIPTIC TUBES IN FORCED CONVECTION R. S. Matos a, T. A. Laursen b, J. V. C. Vargas a, and A. Bejan c, a Universidade Federal do Paraná Departamento de Engenharia

More information

The second-order diffraction-radiation for a piston-like arrangement

The second-order diffraction-radiation for a piston-like arrangement The second-order diraction-radiation or a piston-like arrangement I.K. Chatjigeorgiou & S.A. Mavrakos Laboratory o Floating Structures and Mooring Systems, School o Naval Architecture and Marine Engineering,

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Hierarchy of Mathematical Models 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 2 / 29

More information

Chapter 3 Water Flow in Pipes

Chapter 3 Water Flow in Pipes The Islamic University o Gaza Faculty o Engineering Civil Engineering Department Hydraulics - ECI 33 Chapter 3 Water Flow in Pipes 3. Description o A Pipe Flow Water pipes in our homes and the distribution

More information

Description of a One-Dimensional Numerical Model of an Active Magnetic Regenerator Refrigerator

Description of a One-Dimensional Numerical Model of an Active Magnetic Regenerator Refrigerator This is a 1D model o an active magnetic regenerative rerigerator (AMRR) that was developed in MATLAB. The model uses cycle inputs such as the luid mass low and magnetic ield proiles, luid and regenerator

More information

The achievable limits of operational modal analysis. * Siu-Kui Au 1)

The achievable limits of operational modal analysis. * Siu-Kui Au 1) The achievable limits o operational modal analysis * Siu-Kui Au 1) 1) Center or Engineering Dynamics and Institute or Risk and Uncertainty, University o Liverpool, Liverpool L69 3GH, United Kingdom 1)

More information

Dynamics of Transient Liquid Injection:

Dynamics of Transient Liquid Injection: Dynamics of Transient Liquid Injection: K-H instability, vorticity dynamics, R-T instability, capillary action, and cavitation William A. Sirignano University of California, Irvine -- Round liquid columns

More information

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations Today's Lecture 2D grid colocated arrangement staggered arrangement Exercise: Make a Fortran program which solves a system of linear equations using an iterative method SIMPLE algorithm Pressure-velocity

More information

Transport Properties: Momentum Transport, Viscosity

Transport Properties: Momentum Transport, Viscosity Transport Properties: Momentum Transport, Viscosity 13th February 2011 1 Introduction Much as mass(material) is transported within luids (gases and liquids), linear momentum is also associated with transport,

More information

GRAVITY-DRIVEN MOTION OF A SWARM OF BUBBLES IN A VERTICAL PIPE

GRAVITY-DRIVEN MOTION OF A SWARM OF BUBBLES IN A VERTICAL PIPE 27th International Conference on Parallel Computational Fluid Dynamics Parallel CFD2015 GRAVITY-DRIVEN MOTION OF A SWARM OF BUBBLES IN A VERTICAL PIPE Néstor Balcázar, Oriol Lehmkuhl, Jesús Castro, Joaquim

More information

Discrete Projection Methods for Incompressible Fluid Flow Problems and Application to a Fluid-Structure Interaction

Discrete Projection Methods for Incompressible Fluid Flow Problems and Application to a Fluid-Structure Interaction Discrete Projection Methods for Incompressible Fluid Flow Problems and Application to a Fluid-Structure Interaction Problem Jörg-M. Sautter Mathematisches Institut, Universität Düsseldorf, Germany, sautter@am.uni-duesseldorf.de

More information

Pressure corrected SPH for fluid animation

Pressure corrected SPH for fluid animation Pressure corrected SPH for fluid animation Kai Bao, Hui Zhang, Lili Zheng and Enhua Wu Analyzed by Po-Ram Kim 2 March 2010 Abstract We present pressure scheme for the SPH for fluid animation In conventional

More information

Tutorial School on Fluid Dynamics: Aspects of Turbulence Session I: Refresher Material Instructor: James Wallace

Tutorial School on Fluid Dynamics: Aspects of Turbulence Session I: Refresher Material Instructor: James Wallace Tutorial School on Fluid Dynamics: Aspects of Turbulence Session I: Refresher Material Instructor: James Wallace Adapted from Publisher: John S. Wiley & Sons 2002 Center for Scientific Computation and

More information

Chapter 9: Differential Analysis

Chapter 9: Differential Analysis 9-1 Introduction 9-2 Conservation of Mass 9-3 The Stream Function 9-4 Conservation of Linear Momentum 9-5 Navier Stokes Equation 9-6 Differential Analysis Problems Recall 9-1 Introduction (1) Chap 5: Control

More information

Problem C3.5 Direct Numerical Simulation of the Taylor-Green Vortex at Re = 1600

Problem C3.5 Direct Numerical Simulation of the Taylor-Green Vortex at Re = 1600 Problem C3.5 Direct Numerical Simulation of the Taylor-Green Vortex at Re = 6 Overview This problem is aimed at testing the accuracy and the performance of high-order methods on the direct numerical simulation

More information

Conservation of Mass. Computational Fluid Dynamics. The Equations Governing Fluid Motion

Conservation of Mass. Computational Fluid Dynamics. The Equations Governing Fluid Motion http://www.nd.edu/~gtryggva/cfd-course/ http://www.nd.edu/~gtryggva/cfd-course/ Computational Fluid Dynamics Lecture 4 January 30, 2017 The Equations Governing Fluid Motion Grétar Tryggvason Outline Derivation

More information

Prototype Instabilities

Prototype Instabilities Prototype Instabilities David Randall Introduction Broadly speaking, a growing atmospheric disturbance can draw its kinetic energy from two possible sources: the kinetic and available potential energies

More information

Simulation of Droplet Impact with Dynamic Contact Angle Boundary Conditions

Simulation of Droplet Impact with Dynamic Contact Angle Boundary Conditions Wegelerstraße 6 53115 Bonn Germany phone +49 228 73-3427 fax +49 228 73-7527 www.ins.uni-bonn.de M. Griebel, M. Klitz Simulation of Droplet Impact with Dynamic Contact Angle Boundary Conditions INS Preprint

More information