Water and nutrient uptake by plant root systems

Size: px
Start display at page:

Download "Water and nutrient uptake by plant root systems"

Transcription

1 Water and nutrient uptake by plant root systems Pierre-Henri Tournier Laboratoire Jacques-Louis Lions INRIA équipe ALPINES June 11, 2015 Pierre-Henri Tournier Water and nutrient uptake by plant root systems 1/ 39

2 Goals Simulate water movement in soil and water uptake by plant roots, together with the transport and uptake of nutrients. Explicitly take into account the geometry of a root system. Study how water and nutrient uptake is affected by the type and shape of root systems. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 2/ 39

3 Sketch of the presentation 1 Mathematical model of soil water and nutrient transport with root uptake 2 A numerical model coupling soil and root water flow 3 Modeling root uptake and root growth using the diffuse domain approach 4 Conclusion Pierre-Henri Tournier Water and nutrient uptake by plant root systems 3/ 39

4 Mathematical model Soil water movement - Richards equation Root water uptake and transport Radial flow Axial flow and transpiration Soil solute transport and root nutrient uptake The convection-diffusion equation Michaelis-Menten uptake kinetics Pierre-Henri Tournier Water and nutrient uptake by plant root systems 4/ 39

5 Soil water movement - Richards equation The Richards equation represents the movement of water in unsaturated soils. It is obtained by combining Darcy s law with the continuity equation: θ(h) =. q + S t q = K(h) (h + z). h is the matric head. q is the Darcy flux. θ(h) is the volumetric water content. K(h) is the hydraulic conductivity. z is the elevation. S represents sources/sinks. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 5/ 39

6 Soil water movement - Richards equation The nonlinear relationships θ(h) and K(h) are given by empirical models whose parameters depend on the soil physical properties. Several models can be used, such as the Brooks-Corey model or the van Genuchten model θ(h) K(h) teneur en eau θ (m 3.m -3 ) conductivite K (m.j -1 ) potentiel h (m) potentiel h (m) Pierre-Henri Tournier Water and nutrient uptake by plant root systems 6/ 39

7 Soil water movement - Richards equation Here we use the Brooks-Corey model: Θ(h) := θ(h) θ [ ] { m h λ ( ) λ h = := h b for h h b θ M θ m h b 1 for h h b, K(h) = K s [ h h b ] λe(λ) with e(λ) := λ. θ M is the saturated water content. θ m is the residual water content. K s is the saturated hydraulic conductivity. h b is the bubbling pressure head. λ is the pore size distribution index. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 7/ 39

8 Root water uptake and transport Radial flow According to the Ohm s law analogy and neglecting osmotic pressure, the radial flux per unit area into the root from the soil can be written as: j r = L r (h s h r ). L r is the radial conductivity for flow from the root surface to the xylem. h s is the soil matric potential at the root surface. h r is the matric potential in the xylem. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 8/ 39

9 Root water uptake and transport Axial flow and transpiration The driving force for water movement through plants originates in leaves. As water evaporates, negative pressure develops in the leaf and creates a large tension that pulls water through the xylem: this is the transpiration-cohesion-tension mechanism. The longitudinal water flow up the root in the xylem is defined as: d(h r + z) j x = K x, dl where K x is the xylem axial conductance. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 9/ 39

10 Soil solute transport and root nutrient uptake The evolution of the concentration c of a nutrient N in the soil solution is governed by the following mechanisms: Diffusion of nutrient ions in the soil solution. Dominant for phosphate. Transport of nutrients by mass flow. Dominant for nitrate. Adsorption of nutrient ions in the soil solid phase. Strong for phosphate, negligible for nitrate. Uptake of nutrients by plant roots. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 10/ 39

11 Soil solute transport and root nutrient uptake The convection-diffusion equation c is solution of the following convection-diffusion equation: t (θc + ϕ(c)).(d c qc) = S c. ϕ is an adsorption isotherm relating the amount of N in the solid phase to the equilibrium concentration in the soil solution. For example, the Freundlich adsorption isotherm is ϕ(c) = κc b, κ > 0, b (0, 1). θ is the volumetric water content. q is the Darcy flux. D is the diffusion coefficient of the nutrient in the soil solution. S c represents sources/sinks. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 11/ 39

12 Soil solute transport and root nutrient uptake Michaelis-Menten uptake kinetics Active uptake of nutrients by roots can be described by Michaelis-Menten kinetics: the uptake rate h at the root surface is related to the concentration in the soil solution and is given by h(c) = I mc K m + c, I m > 0, K m > h(c) h(c) (mol.m -2.d -1 ) c (mol.m -3 ) Pierre-Henri Tournier Water and nutrient uptake by plant root systems 12/ 39

13 A numerical model coupling soil and root water flow Representation of the root system Water flow within the root system Coupling soil and root water flow Unstructured mesh adaptation Numerical experiment Pierre-Henri Tournier Water and nutrient uptake by plant root systems 13/ 39

14 Representation of the root system as a tree-like network of root segments We consider that the root system is composed of cylindrical root segments. The geometry of the root system can then be represented as a series of interconnected nodes forming a network of root segments Σ, each segment with its own parameters (radius, conductivity,...). Such a representation can be generated by RootBox (Leitner et al., 2010) which implements a root growth model using L-Systems. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 14/ 39

15 Water flow within the root system Water mass balance The radial and longitudinal flow equations J r = L r s r (h s h r ), J x = K x d(h r + z) dl can be used to define the following water mass balance for a given root node i of parent node p in the tree-like structure: K x,i:p (h r,p + z p ) (h r,i + z i ) l i:p = j childs(i) K x,i:j (h r,i + z i ) (h r,j + z j ) l i:j (h s,i h r,i ) + (h s,p h r,p ) + L r,i:p 2πr i:p l i:p. 2 The xylem water potential vector (h r,i ) i is then solution of a linear system, with the right-hand side containing the soil factors h s,i. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 15/ 39 J x, j1 j1 J x,i p i J r,i J x, j2 j2

16 Coupling soil and root water flow through a characteristic function Root water uptake is taken into account in the soil model by defining a sink term S in the Richards equation. The usual approach (Doussan et al.,2006; Javaux et al., 2008) is to compute the sink term by summing contributions of root segments to water uptake in each soil voxel. Our approach aims at defining an accurate sink term whose shape matches the geometry of the root system resolving small-scale phenomena at the individual root level. = Build a characteristic function of the root system f c representative of its geometry and use it to define the sink term as well as to guide the mesh adaptation procedure. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 16/ 39

17 Coupling soil and root water flow Computing the sink term For a point x in the domain the distance d from x to the root is computed: d(x) = min d s(x) s Σ where d s (x) is the distance from x to the segment s. Define f c (x) = 1 tanh ( 3d(x) ε ). Thus f c (x) { 1, d(x) = 0, 0, d(x) > ε. We can take ε equal to the radius of the root. Consider the case of a single cylindrical root segment (i,j): (h s,i h r,i ) + (h s,j h r,j ) J r = L r s r. 2 Build the corresponding sink term S = λf c h l, where h l linearly interpolates h s h r along the segment and with λ > 0 such that S = J r. Ω Pierre-Henri Tournier Water and nutrient uptake by plant root systems 17/ 39

18 Coupling soil and root water flow An iterative algorithm The coupling between the root and soil models consists in iteratively solving the two problems until convergence. Let h t i s be the soil water potential distribution at time t i, hs k and hr k the soil and xylem water potentials at inner iteration k and time t i+1. 1 h 0 s = h t i s. 2 Solve the linear system arising from the problem defined on the tree-like root network with soil factors h k s, obtain h k r. 3 Compute the sink term S using h k s and h k r. 4 Solve the linearized problem corresponding to one Newton step of Richards equation, obtain h s. = hs k + α k (h s hs k ), where 0 < α k 1 is a damping parameter that ensures convergence of the system. 5 h k+1 s 6 If h s h k s > ε, go to 2 with k := k + 1. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 18/ 39

19 Unstructured mesh adaptation Unstructured volume mesh adaptation is a flexible and powerful tool in the case of complex geometries. The tetrahedral mesh is adapted to the variations of the characteristic function f c so as to resolve the geometry accurately and capture high gradients and small scale phenomena expected near the roots (local conductivity drop). The mesh adaptation procedure is an iterative algorithm which consists in computing the characteristic function fc on the current mesh. defining a nodal-based anisotropic metric tensor field based on the interpolation error using the reconstructed Hessian of f c (mshmet, P. Frey). building a unit mesh for which all edges are of unit length in the prescribed metric, using local mesh modifications and anisotropic Delaunay kernel (mmg3d, C. Dobrzynski and P. Frey). Pierre-Henri Tournier Water and nutrient uptake by plant root systems 19/ 39

20 Overview sink term S in the domain supported by the characteristic function root water potential hr defined on the tree-like root network isosurfaces of the characteristic function slice through the mesh, showing adaptive refinement relative to the characteristic function fc Pierre-Henri Tournier slice of the solution hs to Richards equation in the soil domain Water and nutrient uptake by plant root systems 20/ 39

21 Numerical experiment Water uptake of a 20-days-old maize root system Some numbers: Root system composed of segments. Adapted finite element mesh composed of 2.6M vertices and 15.2M tetrahedra. Additive Schwarz overlapping domain decomposition method with a two-level coarse grid preconditioner: 120 Linear speedup # of proc. # of iter. Wall time s s s Wall time (seconds) Number of processors Pierre-Henri Tournier Water and nutrient uptake by plant root systems 21/ 39

22 Modeling root uptake and root growth using the diffuse domain approach Mathematical model Configuration of the domain The coupled water problem The nutrient problem The diffuse domain approach Computing the signed distance function Adaptive meshing Parallel implementation Numerical experiments Pierre-Henri Tournier Water and nutrient uptake by plant root systems 22/ 39

23 Mathematical model Configuration of the domain Γ e Ω r n Γ p Γ r Ω s Consider a plant root system Ω r (t) surrounded by the soil domain Ω s (t), t I := [0, T ]. The root surface is represented by the interface between the two domains Γ r (t). The root collar is denoted by Γ p. Γ e is the exterior boundary of the soil domain. The evolution of the domain Ω r (t) over time corresponds to the development of the root system. Let V be the normal velocity of Γ r (t). We only consider root growth: V 0 on I Γ r (t). Pierre-Henri Tournier Water and nutrient uptake by plant root systems 23/ 39

24 Mathematical model The coupled water problem Γ p Γ e n Γ r Soil and root water flow can be coupled in a monolithic way by introducing the following coupled problem: Ω r Ω s find (h, u) such that t (θ(h)).(k(h) (h + z)) = 0 in I Ω s, K(h) (h + z). n = 0 on I Γ e, K(h) (h + z). n = L r (h u) + θ(h)v on I Γ r, h(0, x) = h 0 (x) in Ω s,.(k r (u + z)) = 0 in I Ω r, K r (u + z). n = L r (h u) on I Γ r, u = u c on I Γ p. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 24/ 39 (1)

25 Mathematical model The nutrient problem Γ p Γ e n Γ r In a similar manner, we can define the following problem for nutrient transport with root nutrient uptake: Ω r Ω s find c such that (θ + ϕ (c)) t c.(d c) + q. c = 0 in I Ω s, D c. n = 0 on I Γ e, D c. n = h(c) L r (h u)c + ϕ(c)v on I Γ r, c(0, x) = c 0 (x) in Ω s. (2) Pierre-Henri Tournier Water and nutrient uptake by plant root systems 25/ 39

26 The diffuse domain approach Overview Avoid the generation of a body-fitted mesh by using an implicit representation of the complex geometry of Γ r (t) through the use of a phase field function. Replace the sharp boundary Γ r (t) with a diffuse layer and reformulate the problem on the regular domain Ω = Ω s (t) Ω r (t). The phase field function φ approximates the characteristic function of the domain Ω s (t): 1 χ Ωs φ(t, x) := 1 ( ( )) 3r(t, x) 1 tanh, 2 ε φ r 0 0 ε where x Ω and r(x) denotes the signed distance from x to the boundary Γ r (t), negative in Ω s (t) and positive in Ω r (t). The parameter ε << 1 determines the width of the diffuse interface. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 26/ 39

27 The diffuse domain approach The approximate problems We can then approach the original water problem (1) by the following approximate problem: find (h, u) such that t (φθ(h)).(φk(h) (h + z)) + ε 1 B(φ)L r (h u) = 0 in I Ω, φk(h) (h + z). n 0 = 0 on I Γ, h(0, x) = h 0 (x) in Ω,.(ψK r (u + z)) ε 1 B(φ)L r (h u) = 0 in I Ω, ψk r (u + z). n 0 = 0 on I Γ e, u = u c on I Γ p, (3) with ψ = 1 φ and where ε 1 B(φ) = ε 1 36φ 2 (1 φ) 2 is an approximation of the surface delta function δ Γr. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 27/ 39

28 The diffuse domain approach The approximate problems Similarly, the original nutrient problem (2) is approximated by the following diffuse domain problem: find c such that φ(θ + ϕ (c)) t c.(φd c) + φ q. c + ε 1 B(φ) (h(c) L r (h u)c) + ϕ(c) t φ = 0 in I Ω, φd c. n 0 = 0 on I Γ, c(0, x) = c 0 (x) in Ω. (4) We can show using the method of matched asymptotic expansions that solutions of the reformulated problems (3) and (4) converge to those of the original problems (1) and (2) when ε 0. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 28/ 39

29 Computing the signed distance function Consider a representation of the root system by a set of segments Σ(t). At the discrete level, new root segments are added by RootBox at each time step as the root system develops. The signed distance r(t (n), x) of a point x to the root surface Γ r (t (n) ) is then given by r(t (n), x) = min s Σ (n) (d s (x) r s ), where d s (x) is the distance of x to the segment s and r s is the radius of segment s. b Γ r a r s Root surface Γ r of a root tip represented by segment (a, b) Pierre-Henri Tournier Water and nutrient uptake by plant root systems 29/ 39

30 Adaptive meshing The tetrahedral mesh T h of the domain Ω is adapted to the variations of the phase field function φ, so as to resolve the diffuse interface as well as the potentially high gradient of the solution in the vicinity of the interface. Define a metric tensor field based on the interpolation error using the reconstructed Hessian of φ (mshmet, P. Frey). Build a unit mesh for which all edges are of unit length in the prescribed metric (mmg3d, C. Dobrzynski and P. Frey). Pierre-Henri Tournier Water and nutrient uptake by plant root systems 30/ 39

31 Overview tree-like network Σ isosurface r = 0 φ = 0.5 u at the soil-root interface vertical slice of the mesh horizontal slice of h Pierre-Henri Tournier Water and nutrient uptake by plant root systems 31/ 39

32 Parallel implementation Since the mesh is modified at each time step as the root system expands due to root growth, using a domain decomposition method presents additional difficulties and requires efficient load balancing and repartitioning algorithms. Instead, the linear systems are solved by the multifrontal parallel sparse direct solver Mumps. The phase field function evolves at each time step due to new segments being added as the root system develops, and thus at time t (n+1) the mesh T h has to be adapted only in a neighborhood of each new segment in S := Σ (n+1) \ Σ (n). We can then devise an iterative algorithm which consists in computing a subset M S of segments that are sufficiently distant from each other, extracting submeshes corresponding to the neighborhoods of the segments in M and performing mesh adaptation on each submesh in parallel. This procedure is repeated a few times until all segments in S have been processed. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 32/ 39

33 Numerical experiments Nitrate uptake by a growing maize root system with chemotropism This example shows the effects of chemotropism on root growth. Chemotropism is included by coupling the model with the implementation of growth and tropisms in RootBox. RootBox simulates root tip response to various types of tropisms through random minimization of an objective function. In this example, we consider a combination of gravitropism and chemotropism by defining the objective function f o as f o = λc + z, (5) where λ > 0 represents the relative strength of chemotropism. At time t (n+1), the coupling algorithm simply consists in computing for each active root tip the value of f o at each new potential tip position by linear interpolation of c (n) on the mesh. Then, RootBox generates new root segments based on the best growth direction for each root tip. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 33/ 39

34 Numerical experiments Nitrate uptake by a growing maize root system with chemotropism Pierre-Henri Tournier Water and nutrient uptake by plant root systems 34/ 39

35 Numerical experiments Nitrate uptake by a growing maize root system with chemotropism Pierre-Henri Tournier Water and nutrient uptake by plant root systems 35/ 39

36 Numerical experiments Nitrate uptake by a growing maize root system with chemotropism Some numbers for the last time step: The root system is composed of root segments. The mesh is composed of 3.9M vertices and 22.7M tetrahedra. Parallel mesh adaptation algorithm: 16 processors, execution time of 1066 s. Assembling and solving the linear systems on 64 processors: Computing the signed distance r for each quadrature point: 907 s. 7 and 10 nonlinear iterations for the water and nutrient problems respectively. Assembling the linear systems: 6 s on average. Solving the linear system for the water problem: 96 s on average. Solving the linear system for the nutrient problem: 33 s on average. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 36/ 39

37 Numerical experiments Water and phosphate uptake by a growing maize root system with hydrotropism Horizontal slice (left) and isosurfaces (right) of the concentration of phosphate in the soil solution Pierre-Henri Tournier Water and nutrient uptake by plant root systems 37/ 39

38 Conclusion Such numerical models at the whole root system scale which also resolve local phenomena at the single root scale can help us improve our understanding of plant-soil relationships and can be used for benchmarking simpler, less costly models. Perspectives in regard to parallel computing: extend the domain decomposition method to the diffuse domain problems involving root growth and transient mesh adaptation and design efficient load balancing, repartitioning and parallel remeshing algorithms. Pierre-Henri Tournier Water and nutrient uptake by plant root systems 38/ 39

39 Thank you for your attention! Pierre-Henri Tournier Water and nutrient uptake by plant root systems 39/ 39

Modelling the handshaking between atmosphere and subsurface at the root-zone interface

Modelling the handshaking between atmosphere and subsurface at the root-zone interface Mitglied der Helmholtz-Gemeinschaft Modelling the handshaking between atmosphere and subsurface at the root-zone interface Jan Vanderborght Overview Root water uptake in simulation models R-SWMS model:

More information

VADOSE/W 2D Tutorial

VADOSE/W 2D Tutorial 1 Introduction VADOSE/W 2D Tutorial This example illustrates the basic methodology for simulating soil-climate interaction of an engineered soil cover system placed over a waste. The primary objective

More information

VADOSE/W 2D Tutorial

VADOSE/W 2D Tutorial Elevation 1 Introduction VADOSE/W 2D Tutorial This example illustrates the basic methodology for simulating soil-climate interaction of an engineered soil cover system placed over a waste. The primary

More information

Risk of well water pollution from the surface of a recharge area

Risk of well water pollution from the surface of a recharge area Water Pollution VIII: Modelling, Monitoring and Management 233 Risk of well water pollution from the surface of a recharge area J. Krivic Geological Survey of Slovenia Abstract An aquifer acts as a pollution

More information

Mathematical Modeling of Pollutant Uptake by the Plant Root from the Soil

Mathematical Modeling of Pollutant Uptake by the Plant Root from the Soil Annals of Pure and Applied Mathematics Vol. 9, No. 1, 2015, 1-7 ISSN: 2279-087X (P), 2279-0888(online) Published on 1 January 2015 www.researchmathsci.org Annals of Mathematical Modeling of Pollutant Uptake

More information

Introduction to Land Surface Modeling Hydrology. Mark Decker

Introduction to Land Surface Modeling Hydrology. Mark Decker Introduction to Land Surface Modeling Hydrology Mark Decker (m.decker@unsw.edu.au) 1) Definitions 2) LSMs 3) Soil Moisture 4) Horizontal Fluxes 5) Groundwater 6) Routing Outline 1) Overview & definitions

More information

NUMERICAL MODELLING OF THE GROUNDWATER FLOW IN THE LEFT FLOODPLAIN AREA OF THE DANUBE RIVER

NUMERICAL MODELLING OF THE GROUNDWATER FLOW IN THE LEFT FLOODPLAIN AREA OF THE DANUBE RIVER Proceedings of ALGORITMY 2002 Conference on Scientific Computing, pp. 237 244 NUMERICAL MODELLING OF THE GROUNDWATER FLOW IN THE LEFT FLOODPLAIN AREA OF THE DANUBE RIVER A. BALÁŽOVÁ, D. BAROKOVÁ, K. MIKULA,

More information

Simulation of Pumping Induced Groundwater Flow in Unconfined Aquifer Using Arbitrary Lagrangian-Eulerian Method

Simulation of Pumping Induced Groundwater Flow in Unconfined Aquifer Using Arbitrary Lagrangian-Eulerian Method Simulation of Pumping Induced Groundwater Flow in Unconfined Aquifer Using Arbitrary Lagrangian-Eulerian Method Y. Jin *1, E. Holzbecher 1, and S. Ebneth 2 1 Applied Geology, Geoscience Centre, Georg-August-University

More information

Thermal analysis of Laser Transmission Welding of thermoplastics: indicators of weld seam quality

Thermal analysis of Laser Transmission Welding of thermoplastics: indicators of weld seam quality Lasers in Manufacturing Conference 015 Thermal analysis of Laser Transmission Welding of thermoplastics: indicators of weld seam quality Adhish Majumdar* a, Benjamin Lecroc a, Laurent D Alvise a a Geonx

More information

Integrated Hydrology Model (InHM( HM): Development, Testing, and Applications

Integrated Hydrology Model (InHM( HM): Development, Testing, and Applications Integrated Hydrology Model (InHM( HM): Development, Testing, and Applications DYNAS Workshop ``Numerical Modeling for Hillslope Hydrology'' INRIA Rocquencourt -- 6 to 8 December 24 Joel VanderKwaak 1,2

More information

Multiphase Flow in the Subsurface - Flow of a Light Nonaqueous Phase Liquid (LNAPL)

Multiphase Flow in the Subsurface - Flow of a Light Nonaqueous Phase Liquid (LNAPL) Multiphase Flow in the Subsurface - Flow of a Light Nonaqueous Phase Liquid (LNAPL) March 29, 2011 Wonyong Jang, Ph.D., P.E. Multimedia Environmental Simulations Laboratory (MESL) School of Civil and Environmental

More information

An Introduction into Applied Soil Hydrology

An Introduction into Applied Soil Hydrology Klaus Bohne An Introduction into Applied Soil Hydrology Preface Contents 1 Introduction: The soil as a reactor between the earth's atmosphere and the subsurface 1 2 Mechanical composition of mineral soils

More information

Static Recrystallization Phase-Field Simulation Coupled with Crystal Plasticity Finite Element Method

Static Recrystallization Phase-Field Simulation Coupled with Crystal Plasticity Finite Element Method tatic Recrystallization Phase-Field imulation Coupled with Crystal Plasticity Finite Element Method T. Takaki 1, A. Yamanaka, Y. Tomita 2 ummary We have proposed a simulation model for static recrystallization

More information

Numerical Simulation of Martensitic Microstructures using Global Energy Minimization

Numerical Simulation of Martensitic Microstructures using Global Energy Minimization Draft. September, 23 Numerical Simulation of Martensitic Microstructures using Global Energy Minimization M. G. A. Tijssens Delft University of Technology Faculty of Aerospace Engineering Kluyverweg 2629

More information

Simulations of one and two phase flow in porous media: from the pore scale description to the macroscale studies

Simulations of one and two phase flow in porous media: from the pore scale description to the macroscale studies Simulations of one and two phase flow in porous media: from the pore scale description to the macroscale studies Félix Collin-Bastiani PhD - CERFACS (Master INP) Jacques Franc PhD INP Romain Guibert Research

More information

Numerical Modeling of Slab-On-Grade Foundations

Numerical Modeling of Slab-On-Grade Foundations Numerical Modeling of Slab-On-Grade Foundations M. D. Fredlund 1, J. R. Stianson 2, D. G. Fredlund 3, H. Vu 4, and R. C. Thode 5 1 SoilVision Systems Ltd., 2109 McKinnon Ave S., Saskatoon, SK S7J 1N3;

More information

arxiv: v2 [physics.flu-dyn] 31 Aug 2018

arxiv: v2 [physics.flu-dyn] 31 Aug 2018 Numerical simulation of biofilm formation in a microchannel arxiv:1804.07096v2 [physics.flu-dyn] 31 Aug 2018 David Landa-Marbán 1, Iuliu Sorin Pop 1,2, Kundan Kumar 1, and Florin A. Radu 1 1 Department

More information

FLEXIBLE INJECTION: A NOVEL LCM TECHNOLOGY FOR LOW COST MANUFACTURING OF HIGH PERFORMANCE COMPOSITES. PART II NUMERICAL MODEL

FLEXIBLE INJECTION: A NOVEL LCM TECHNOLOGY FOR LOW COST MANUFACTURING OF HIGH PERFORMANCE COMPOSITES. PART II NUMERICAL MODEL FPCM-9 (2008) The 9 th International Conference on Flow Processes in Composite Materials Montréal (Québec), Canada 8 ~ 10 July 2008 FLEXIBLE INJECTION: A NOVEL LCM TECHNOLOGY FOR LOW COST MANUFACTURING

More information

Abstract. Nomenclature. A Porosity function for momentum equations L Latent heat of melting (J/Kg) c Specific heat (J/kg-K) s Liquid fraction

Abstract. Nomenclature. A Porosity function for momentum equations L Latent heat of melting (J/Kg) c Specific heat (J/kg-K) s Liquid fraction Enthalpy Porosity Method for CFD Simulation of Natural Convection Phenomenon for Phase Change Problems in the Molten Pool and its Importance during Melting of Solids Abstract Priyanshu Goyal, Anu Dutta,

More information

CFD ANALYSIS OF CONVECTIVE FLOW IN A SOLAR DOMESTIC HOT WATER STORAGE TANK

CFD ANALYSIS OF CONVECTIVE FLOW IN A SOLAR DOMESTIC HOT WATER STORAGE TANK International Journal of Scientific & Engineering Research Volume 4, Issue 1, January-2013 1 CFD ANALYSIS OF CONVECTIVE FLOW IN A SOLAR DOMESTIC HOT WATER STORAGE TANK Mr. Mainak Bhaumik M.E. (Thermal

More information

An Overview of JULES. Christina Bakopoulou

An Overview of JULES. Christina Bakopoulou An Overview of JULES Christina Bakopoulou JULES, MOSES AND TRIFFID JULES (Joint UK Land Environment Simulator) is a new land surface model Joint initiative: NERC through the CEH, CLASSIC, QUEST and the

More information

Numerical analysis for diffusion induced crack patterns

Numerical analysis for diffusion induced crack patterns Numerical analysis for diffusion induced crack patterns *Sayako Hirobe 1) and Kenji Oguni 2) 1), 2) Department of System Design Engineering, Keio University, Kanagawa 223-8522, Japan 1) s.hirobe@keio.jp

More information

HYDRUS-1D Computer Session

HYDRUS-1D Computer Session HYDRUS-1D Computer Session Nonequilibrium Water Flow and Solute Transport In this computer session with HYDRUS-1D we demonstrate the capability of HYDRUS-1D to simulate nonequilibrium water flow and solute

More information

Modelling and FEM simulation of electric field assisted sintering of tungsten carbide (WC)

Modelling and FEM simulation of electric field assisted sintering of tungsten carbide (WC) Engineering Conferences International ECI Digital Archives Electric Field Assisted Sintering and Related Phenomena Far From Equilibrium Proceedings Winter 3-11-216 Modelling and FEM simulation of electric

More information

H POLLUTANT DISPERSION OVER TWO-DIMENSIONAL IDEALIZED STREET CANYONS: A LARGE-EDDY SIMULATION APPROACH. Colman C.C. Wong and Chun-Ho Liu*

H POLLUTANT DISPERSION OVER TWO-DIMENSIONAL IDEALIZED STREET CANYONS: A LARGE-EDDY SIMULATION APPROACH. Colman C.C. Wong and Chun-Ho Liu* H14-117 POLLUTANT DISPERSION OVER TWO-DIMENSIONAL IDEALIZED STREET CANYONS: A LARGE-EDDY SIMULATION APPROACH Colman C.C. Wong and Chun-Ho Liu* Department of Mechanical Engineering, The University of Hong

More information

MODEL OF HARDENING ELEMENTS OF TOOLS STEEL C80U

MODEL OF HARDENING ELEMENTS OF TOOLS STEEL C80U Journal of Applied Mathematics and Computational Mechanics 2014, 13(4), 35-40 MODEL OF HARDENING ELEMENTS OF TOOLS STEEL C80U Tomasz Domański Institute of Mechanics and Machine Design, Czestochowa University

More information

Numerical Study of the Effect of Transverse Magnetic Field on Cylindrical and Hemispherical CZ Crystal Growth of Silicon

Numerical Study of the Effect of Transverse Magnetic Field on Cylindrical and Hemispherical CZ Crystal Growth of Silicon International Scientific Colloquium Modelling for Material Processing Riga, September 6-7, 00 Numerical Study of the Effect of Transverse Magnetic Field on Cylindrical and Hemispherical CZ Crystal Growth

More information

Simulation of Atmospheric Air Micro Plasma Jet for Biomedical Applications

Simulation of Atmospheric Air Micro Plasma Jet for Biomedical Applications Simulation of Atmospheric Air Micro Plasma Jet for Biomedical Applications Luke T. Gritter 1, Jeffrey S. Crompton *1, and Kyle C. Koppenhoefer 1 1 AltaSim Technologies, LLC 130 E. Wilson Bridge Rd, Suite

More information

A Novel Physics Node for Nakamura Crystallization Kinetics

A Novel Physics Node for Nakamura Crystallization Kinetics A Novel Physics Node for Nakamura Crystallization Kinetics Levy, Arthur * *Laboratoire de Thermocinétique de Nantes, Nantes, France *Corresponding author: rue Christian Pauc, 44306 Nantes Cedex3, France,

More information

PEM fuel cell geometry optimisation using mathematical modeling

PEM fuel cell geometry optimisation using mathematical modeling Int. Jnl. of Multiphysics Volume 2 Number 3 2008 313 PEM fuel cell geometry optimisation using mathematical modeling Elena Carcadea 1, Ioan Stefanescu 2, Roxana E. Ionete 3, Horia Ene 4, Derek B. Ingham

More information

Presented at the COMSOL Conference 2010 Paris. A Model of Gas Bubble Growth by Comsol Multiphysics. Laboratorio MUSP

Presented at the COMSOL Conference 2010 Paris. A Model of Gas Bubble Growth by Comsol Multiphysics. Laboratorio MUSP Presented at the COMSOL Conference 2010 Paris A Model of Gas Bubble Growth by Comsol Multiphysics Bruno Chinè 1,2, Michele Monno 1,3 1, Piacenza, Italy; 2 ITCR, Cartago, Costa Rica; 3 Politecnico di Milano,

More information

K.Sangeetha, B.Narasimhan Department of Civil Engineering, Indian Institute of Technology, Madras

K.Sangeetha, B.Narasimhan Department of Civil Engineering, Indian Institute of Technology, Madras Analytic Element Method (AEM) and its Relevance with Subbasin/HRU concept of SWAT for potential integration of AEM based simple ground water model K.Sangeetha, B.Narasimhan Department of Civil Engineering,

More information

REGRESSION ANALYSIS ON INFLUENCE OF VARIOUS FACTORS ON HEAT TRANSFER OF VERTICAL GROUND HEAT EXCHANGER

REGRESSION ANALYSIS ON INFLUENCE OF VARIOUS FACTORS ON HEAT TRANSFER OF VERTICAL GROUND HEAT EXCHANGER 00028-1 - REGRESSION ANALYSIS ON INFLUENCE OF VARIOUS FACTORS ON HEAT TRANSFER OF VERTICAL GROUND HEAT EXCHANGER Rui, Fan, Associate Prof., Sino-German College of Applied Sciences, Tongji university, Shanghai,

More information

A simulation of the coupled problem of magnetohydrodynamics and a free surface for liquid metals

A simulation of the coupled problem of magnetohydrodynamics and a free surface for liquid metals Computational Methods in Multiphase Flow V 67 A simulation of the coupled problem of magnetohydrodynamics and a free surface for liquid metals S. Golak & R. Przyłucki Faculty of Materials Science and Metallurgy,

More information

Stability of a Mechanically Stabilized Earth Wall

Stability of a Mechanically Stabilized Earth Wall Stability of a Mechanically Stabilized Earth Wall GEO-SLOPE International Ltd. www.geo-slope.com 1400, 633-6th Ave SW, Calgary, AB, Canada T2P 2Y5 Main: +1 403 269 2002 Fax: +1 403 266 4851 Introduction

More information

A Finite Element Code for Porous Media Flows

A Finite Element Code for Porous Media Flows A Finite Element Code for Porous Media Flows Mold-filling in LCM, a process to make polymer composites Wicking flow in rigid and swelling materials Permeability prediction General laminar flow Hua Tan

More information

Effect of hydraulic conductivity of unsaturated soil on the earth dam performance

Effect of hydraulic conductivity of unsaturated soil on the earth dam performance Effect of hydraulic conductivity of unsaturated soil on the earth dam performance Mohammed Fattah 1,*, Mahmood Ahmed 2 and Nawar Ali 2 1 Building and Construction Engineering Dept., University of Technology,

More information

Formation of Porosities during Spot Laser Welding: Case of Tantalum Joining

Formation of Porosities during Spot Laser Welding: Case of Tantalum Joining Presented at the COMSOL Conference 2010 Paris Formation of Porosities during Spot Laser Welding: Case of Tantalum Joining C. Touvrey CEA DAM, Valduc, 21120 Is sur Tille *charline.touvrey@cea.fr VA/DFTN/SPAC/LSO

More information

heat exchanger modelling for generator ventilation systems

heat exchanger modelling for generator ventilation systems heat exchanger modelling for generator ventilation systems This paper discusses how the heat exchanger/cooler is modelled using CFD (Computational Fluid Dynamics) as a porous medium and the associated

More information

BE.430/2.795//6.561/10.539/HST.544. Final Exam. Handed out: Monday, Dec. 6, 2004 Due: Thursday, Dec. 9 by 5pm

BE.430/2.795//6.561/10.539/HST.544. Final Exam. Handed out: Monday, Dec. 6, 2004 Due: Thursday, Dec. 9 by 5pm BE.430/2.795//6.561/10.539/HST.544 Final Exam Handed out: Monday, Dec. 6, 2004 Due: Thursday, Dec. 9 by 5pm Problem 1 (30 %) ALG Notes Problem 2.6.3 Parts a f (not g) (Page 199) Problem 2 (35 %) When patients

More information

Caesium-137 Transport in an Unconfined Aquifer

Caesium-137 Transport in an Unconfined Aquifer Caesium-137 Transport in an Unconfined Aquifer 1 Introduction Caesium-137 is an anthropogenic radioactive isotope formed as a product of nuclear fission. Historically, Cs-137 was released into the environment

More information

CHAPTER 7 PREDICTION OF TEMPERATURE DISTRIBUTION ON CUTTING TOOL

CHAPTER 7 PREDICTION OF TEMPERATURE DISTRIBUTION ON CUTTING TOOL 142 CHAPTER 7 PREDICTION OF TEMPERATURE DISTRIBUTION ON CUTTING TOOL The main objective of this chapter is to predict the temperature distribution on a turning tool by using the following methods: Build

More information

Staggered Structural-Heat Flow Analysis of Young Hardening Concrete

Staggered Structural-Heat Flow Analysis of Young Hardening Concrete Temperature [ C] 40 38 35 33 30 28 25 23 20 Crack index [-] 1.5 1.3 1.2 1.0 0.8 0.7 0.5 0.3 0.2 0.0 Staggered Structural-Heat Flow Analysis of Young Hardening Concrete Outline 1 Description 1.1 Material

More information

A NOVEL TECHNIQUE FOR EXTRACTION OF GEOTHERMAL ENERGY FROM ABANDONED OIL WELLS

A NOVEL TECHNIQUE FOR EXTRACTION OF GEOTHERMAL ENERGY FROM ABANDONED OIL WELLS A NOVEL TECHNIQUE FOR EXTRACTION OF GEOTHERMAL ENERGY FROM ABANDONED OIL WELLS Seyed Ali Ghoreishi-Madiseh McGill University 3450 University St., Room 125 Montreal, QC, Canada H3A2A7 e-mail: seyed.ghoreishimadiseh

More information

Dr. J. Wolters. FZJ-ZAT-379 January Forschungszentrum Jülich GmbH, FZJ

Dr. J. Wolters. FZJ-ZAT-379 January Forschungszentrum Jülich GmbH, FZJ Forschungszentrum Jülich GmbH, FZJ ZAT-Report FZJ-ZAT-379 January 2003 Benchmark Activity on Natural Convection Heat Transfer Enhancement in Mercury with Gas Injection authors Dr. J. Wolters abstract A

More information

Numerical analysis of eccentric orifice plate using ANSYS Fluent software

Numerical analysis of eccentric orifice plate using ANSYS Fluent software IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Numerical analysis of eccentric orifice plate using ANSYS Fluent software To cite this article: D Zahariea 2016 IOP Conf. Ser.:

More information

Henry Saltwater Intrusion Problem

Henry Saltwater Intrusion Problem Introduction Henry Saltwater Intrusion Problem The Henry saltwater intrusion problem is considered the benchmark analysis for testing densitydependent groundwater flow models. The problem considers a vertical

More information

Lecture 5. Soil Water Characteristic Curves (SWCC)

Lecture 5. Soil Water Characteristic Curves (SWCC) Lecture 5 Soil Water Characteristic Curves (SWCC) Surface Tension, Review Physical Model for Capillary The capillary model provides a mathematical relationship between the radius of curvature of the air-water

More information

CHAPTER 4 STRENGTH AND STIFFNESS PREDICTIONS OF COMPOSITE SLABS BY FINITE ELEMENT MODEL

CHAPTER 4 STRENGTH AND STIFFNESS PREDICTIONS OF COMPOSITE SLABS BY FINITE ELEMENT MODEL CHAPTER 4 STRENGTH AND STIFFNESS PREDICTIONS OF COMPOSITE SLABS BY FINITE ELEMENT MODEL 4.1. General Successful use of the finite element method in many studies involving complex structures or interactions

More information

SEISMIC CRACKING AND STRENGTHENING OF CONCRETE GRAVITY DAMS

SEISMIC CRACKING AND STRENGTHENING OF CONCRETE GRAVITY DAMS SEISMIC CRACKING AND STRENGTHENING OF CONCRETE GRAVITY DAMS Hongyuan ZHANG 1 And Tatsuo OHMACHI 2 SUMMARY Concrete gravity dams designed in compliance with the present specification are likely to experience

More information

MATERIAL FORMING SIMULATION ENVIRONMENT BASED ON QFORM3D SOFTWARE SYSTEM

MATERIAL FORMING SIMULATION ENVIRONMENT BASED ON QFORM3D SOFTWARE SYSTEM MATERIAL FORMING SIMULATION ENVIRONMENT BASED ON QFORM3D SOFTWARE SYSTEM Nikolay Biba 1, Sergey Stebunov 1, Alexey Vlasov 2 1 QuantorForm Ltd., Moscow, Russia 2 Moscow State Industrial University, Moscow,

More information

REPORT No MRF /B

REPORT No MRF /B DEPARTEMENT SAFETY STRUCTURES FIRE Mechanical and Fire Resistance Division REPORT No MRF 1526054277/B On Fire Evaluation of Post installed rebar connections With HILTI HIT-RE 500 V3 injection system REQUESTED

More information

A Physically Based Two-Dimensional Infiltration Model for Furrow Irrigation

A Physically Based Two-Dimensional Infiltration Model for Furrow Irrigation University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Conference Presentations and White Papers: Biological Systems Engineering Biological Systems Engineering 2002 A Physically

More information

Process Model for Metal Additive Manufacturing

Process Model for Metal Additive Manufacturing VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Process Model for Metal Additive Manufacturing Tom Andersson, Anssi Laukkanen, Tatu Pinomaa NAFEMS NORDIC "Exploring the Design Freedom of Additive Manufacturing

More information

WATER MASS BALANCE IN THE CASE OF VERTICAL INFILTRATION

WATER MASS BALANCE IN THE CASE OF VERTICAL INFILTRATION Global EST Journal, Vol 7, o 3, pp 274-280, 2005 Copyright 2005 Global EST Printed in Greece. All rights reserved WATER MASS BALACE I THE CASE OF VERTICAL IFILTRATIO C. TZIMOPOULOS 1* 1 Aristotle University

More information

Water balance at the field and watershed scale.

Water balance at the field and watershed scale. Water balance at the field and watershed scale. Marco Bittelli Department of Agro-Environmental Science and Technology, University of Bologna, Italy Water Balance Water Balance: computed processes Penman

More information

Analysis of the stability of sheet pile walls using Discontinuity Layout Optimization

Analysis of the stability of sheet pile walls using Discontinuity Layout Optimization Analysis of the stability of sheet pile walls using Discontinuity Layout Optimization S. D. Clarke, C. C. Smith & M. Gilbert The University of Sheffield, UK ABSTRACT: In this paper it is demonstrated that

More information

Novel Modeling Approach to Understand the Fate of Infiltrated Water at Green Stormwater Infrastructure in Philadelphia, PA

Novel Modeling Approach to Understand the Fate of Infiltrated Water at Green Stormwater Infrastructure in Philadelphia, PA Novel Modeling Approach to Understand the Fate of Infiltrated Water at Green Stormwater Infrastructure in Philadelphia, PA Matt Gamache 1*, Daniel O Rourke 2, and Mark Maimone 3 1 CDM Smith, Boston, Massachusetts

More information

Slope Stabilisation modelling in the island tropics. Prof. Malcolm G Anderson PhD DSc CEng FICE A.M.ASCE

Slope Stabilisation modelling in the island tropics. Prof. Malcolm G Anderson PhD DSc CEng FICE A.M.ASCE Slope Stabilisation modelling in the island tropics Prof. Malcolm G Anderson PhD DSc CEng FICE A.M.ASCE Landslide risk analysis is an interdisciplinary problem but Governments forced to act on as need

More information

ENGN2340 Final Project Computational rate independent Single Crystal Plasticity with finite deformations Abaqus Umat Implementation

ENGN2340 Final Project Computational rate independent Single Crystal Plasticity with finite deformations Abaqus Umat Implementation ENGN2340 Final Project Computational rate independent Single Crystal Plasticity with finite deformations Abaqus Umat Implementation Anastasia Tzoumaka Fall 2017 Intorduction: Single crystals, are monocrystalline

More information

HYDRUS Conference: March 30-31, 2017, Prague, Czech Republic

HYDRUS Conference: March 30-31, 2017, Prague, Czech Republic HYDRUS Conference: March 30-31, 2017, Prague, Czech Republic Modeling the Effect of Tillage and Urban Waste Compost Addition on Water Flow and Contaminant (Isoproturon, Cu, Cd) Transport in Agricultural

More information

An implicit non-local damage to crack transition framework for ductile materials involving a cohesive band model

An implicit non-local damage to crack transition framework for ductile materials involving a cohesive band model University of Liège Aerospace & Mechanical Engineering MS49: Abstract 48 EMI 2018 An implicit non-local damage to crack transition framework for ductile materials involving a cohesive band model Julien

More information

A Phase Field Model for Grain Growth and Thermal Grooving in Thin Films with Orientation Dependent Surface Energy

A Phase Field Model for Grain Growth and Thermal Grooving in Thin Films with Orientation Dependent Surface Energy Solid State Phenomena Vol. 129 (2007) pp. 89-94 online at http://www.scientific.net (2007) Trans Tech Publications, Switzerland A Phase Field Model for Grain Growth and Thermal Grooving in Thin Films with

More information

15 Lined Tunnel Construction in Saturated Ground

15 Lined Tunnel Construction in Saturated Ground Lined Tunnel Construction in Saturated Ground 15-1 15 Lined Tunnel Construction in Saturated Ground 15.1 Problem Statement A circular tunnel with an excavated radius of 6 m, and with its center at a depth

More information

Heat and Mass Transfer in Convective Drying Processes

Heat and Mass Transfer in Convective Drying Processes Presented at the COMSOL Conference 2008 Hannover Heat and Mass Transfer in Convective Drying Processes Camelia GAVRILA* Adrian Gabriel GHIAUS* Ion GRUIA** *Technical University of Civil Engineering Bucharest

More information

Heat transfer modelling of slot jet impinging on an inclined plate

Heat transfer modelling of slot jet impinging on an inclined plate Heat transfer modelling of slot jet impinging on an inclined plate A. Ramezanpour 1, H. Shirvani 1 & I. Mirzaee 2 1 School of Design and Communication Systems, APU University, UK 2 CFD Research Centre,

More information

CFD ANALYSIS OF THERMAL INFLUENCE ZONE OF EARTH AIR TUNNEL HEAT EXCHANGER UNDER TRANSIENT CONDITIONS

CFD ANALYSIS OF THERMAL INFLUENCE ZONE OF EARTH AIR TUNNEL HEAT EXCHANGER UNDER TRANSIENT CONDITIONS CFD ANALYSIS OF THERMAL INFLUENCE ZONE OF EARTH AIR TUNNEL HEAT EXCHANGER UNDER TRANSIENT CONDITIONS Rohit Misra 1*, Tarun Kumar Aseri 1, Vikas Bansal 2 1 Mechanical Engineering Department, Government

More information

CHAPTER 7 ANALYTICAL PROGRAMME USING ABAQUS

CHAPTER 7 ANALYTICAL PROGRAMME USING ABAQUS 87 CHAPTER 7 ANALYTICAL PROGRAMME USING ABAQUS 7.1 GENERAL With the advances in modern computing techniques, finite element analysis has become a practical and powerful tool for engineering analysis and

More information

A Combined Discrete-dislocation/Scaledependent Crystal Plasticity Analysis of Deformation and Fracture in Nanomaterials. Presented by: Derek Columbus

A Combined Discrete-dislocation/Scaledependent Crystal Plasticity Analysis of Deformation and Fracture in Nanomaterials. Presented by: Derek Columbus MS Thesis Defense A Combined Discrete-dislocation/Scaledependent Crystal Plasticity Analysis of Deformation and Fracture in Nanomaterials Presented by: Derek Columbus Advisor: Dr. Mica Grujicic Department

More information

INVESTIGATION OF METHODS USED IN THE INTEGRATED GROUNDWATER AND SURFACE-WATER MODEL

INVESTIGATION OF METHODS USED IN THE INTEGRATED GROUNDWATER AND SURFACE-WATER MODEL INVESTIGATION OF METHODS USED IN THE INTEGRATED GROUNDWATER AND SURFACE-WATER MODEL C ht ht t, t t h > z t R R R Q = R C ht z, ht t< z R R R R 800 Inflow = 500 cfs 700 Flow Rate Q S (cfs) 600 500 400 IGSM

More information

Genetic Algorithm based Simulation Optimization Approach to Seawater Intrusion

Genetic Algorithm based Simulation Optimization Approach to Seawater Intrusion International Symposium on Genetic Algorithm based Simulation Optimization Approach to Seawater Intrusion 1313 Integrated Water Resources Management (IWRM 2014) February 19 21, 2014, CWRDM, Kozhikode,

More information

PORE-FLOW : A Finite Element Code to Model Flow in Single- and Dual-Scale Porous Media

PORE-FLOW : A Finite Element Code to Model Flow in Single- and Dual-Scale Porous Media PORE-FLOW : A Finite Element Code to Model Flow in Single- and Dual-Scale Porous Media Hua Tan and Dr. Krishna M. Pillai Laboratory for Flow and Transport Studies in Porous Media, Department of Mechanical

More information

CHAPTER 3 FINITE ELEMENT SIMULATION OF WELDING

CHAPTER 3 FINITE ELEMENT SIMULATION OF WELDING 47 CHAPTER 3 FINITE ELEMENT SIMULATION OF WELDING 3.1 INTRODUCTION Though welding process has many distinct advantages over other joining processes, it suffers from some major disadvantages like the evolution

More information

S.P. YIM Korea Atomic Energy Research Institute P.O.Box 150, Yusong, Daejon, Republic of Korea

S.P. YIM Korea Atomic Energy Research Institute P.O.Box 150, Yusong, Daejon, Republic of Korea Hydrodynamic Dispersion Coefficients in a Porous Medium with Parallel Fractures - C.K. Lee Handong Global University 3 Namsong-ri, Heunghae-eub, Buk-gu, Pohang, Kyungbuk, 791-708 Republic of Korea S.P.

More information

Simulation of Binary Mixture Droplet Evaporation using VOF Methods

Simulation of Binary Mixture Droplet Evaporation using VOF Methods Peter Keller and Christian Hasse Department of Energy Process Engineering and Chemical Engineering TU Bergakademie Freiberg Simulation of Binary Mixture using VOF Methods June 14, 2011 6 th OpenFOAM R

More information

SEES 503 SUSTAINABLE WATER RESOURCES GROUNDWATER. Instructor. Assist. Prof. Dr. Bertuğ Akıntuğ

SEES 503 SUSTAINABLE WATER RESOURCES GROUNDWATER. Instructor. Assist. Prof. Dr. Bertuğ Akıntuğ SEES 503 SUSTAINABLE WATER RESOURCES GROUNDWATER Instructor Assist. Prof. Dr. Bertuğ Akıntuğ Civil Engineering Program Middle East Technical University Northern Cyprus Campus SEES 503 Sustainable Water

More information

Transactions on Modelling and Simulation vol 18, 1997 WIT Press, ISSN X

Transactions on Modelling and Simulation vol 18, 1997 WIT Press,  ISSN X Boundary element analysis of masonry structures Y. F. Rashed*, M. H. Abdalla and M. A. R. Youssef Department of Structural Engineering, Cairo University, Giza, *Present address: Wessex nstitute of Technology,

More information

Evaluation of water flow and infiltration using HYDRUS model in sprinkler irrigation system

Evaluation of water flow and infiltration using HYDRUS model in sprinkler irrigation system 2011 2nd International Conference on Environmental Engineering and Applications IPCBEE vol.17 (2011) (2011) IACSIT Press, Singapore Evaluation of water flow and infiltration using HYDRUS model in sprinkler

More information

The formation of oscillation marks in continuous casting of steel

The formation of oscillation marks in continuous casting of steel The formation of oscillation marks in continuous casting of steel 1 Introduction Continuous casting is a method of producing an infinite solid strand from liquid metal by continuously solidifying it as

More information

Multi-functional heat pulse probe measurements of coupled vadose zone flow and transport

Multi-functional heat pulse probe measurements of coupled vadose zone flow and transport Multi-functional heat pulse probe measurements of coupled vadose zone flow and transport Jan W. Hopmans* a,. P. Mortensen b, J. Simunek c,y. Mori d, and. Tuli e a Department LWR, University of California

More information

Numerical Investigation on Latent Heat Storage Unit of Different Configurations Manish K Rathod and Jyotirmay Banerjee

Numerical Investigation on Latent Heat Storage Unit of Different Configurations Manish K Rathod and Jyotirmay Banerjee Vol:5, No:3, Numerical Investigation on Latent Heat Storage Unit of Different Configurations Manish K Rathod and Jyotirmay Banerjee Digital Open Science Index, Mechanical and Mechatronics Engineering Vol:5,

More information

Special Reinforced Concrete Structural Walls

Special Reinforced Concrete Structural Walls 135 Special Reinforced Concrete Structural Walls The requirements of this section apply to special reinforced concrete structural walls serving as part of the earthquake force-resisting system. Shear Strength:

More information

Assessment of ductile fracture resistance of structural steel using a simple numerical approach

Assessment of ductile fracture resistance of structural steel using a simple numerical approach Assessment of ductile fracture resistance of structural steel using a simple numerical approach L. Wang 1 and G. Shatil 2 1 Department of Engineering Science, University of Oxford, Oxford, OX1 3PJ, UK.

More information

Strip Footing - Ultimate Bearing Capacity

Strip Footing - Ultimate Bearing Capacity Strip Footing - Ultimate Bearing Capacity analys: nonlin phase physic. constr: suppor tying. elemen: ct12e pstrai. load: deform weight. materi: consta crack cutoff elasti full harden isotro mohrco multil

More information

THE RTM-LIGHT MANUFACTURING PROCESS: EXPERIMENTATION AND MODELLING

THE RTM-LIGHT MANUFACTURING PROCESS: EXPERIMENTATION AND MODELLING THE RTM-LIGHT MANUFACTURING PROCESS: EXPERIMENTATION AND MODELLING O. Maclaren 1, J.M. Gan 2, C.M.D. Hickey 2, S. Bickerton 2, P.A. Kelly 1 1 Department of Engineering Science, 2 Centre for Advanced Composite

More information

Groundwater Flows in the Vicinity of Two Well Systems with Finite Element Method using FEniCs Software

Groundwater Flows in the Vicinity of Two Well Systems with Finite Element Method using FEniCs Software Groundwater Flows in the Vicinity of Two Well Systems with Finite Element Method using FEniCs Software Dejene Gizaw Kidane Department of Mathematics, Hawassa University, Hawassa, Ethiopia Abstract Groundwater

More information

Head versus Volume and Time

Head versus Volume and Time Head versus Volume and Time GEO-SLOPE International Ltd. www.geo-slope.com 1200, 00 - th Ave SW, Calgary, AB, Canada T2P 0T Main: +1 403 2 2002 Fax: +1 43 223 Introduction The objective of this example

More information

Batch Annealing Model for Cold Rolled Coils and Its Application

Batch Annealing Model for Cold Rolled Coils and Its Application China Steel Technical Report, No. 28, pp.13-20, (2015) Chun-Jen Fang and Li-Wen Wu 13 Batch Annealing Model for Cold Rolled Coils and Its Application CHUN-JEN FANG and LI-WEN WU New Materials Research

More information

Chapter 18 Leaching of Contaminants to Groundwater

Chapter 18 Leaching of Contaminants to Groundwater Chapter 18 Leaching of Contaminants to Groundwater Dirk Mallants, Martinus Th. Van Genuchten, Jiří Šimůnek, Diederik Jacques, and Suresh Seetharam Abstract In this chapter the water flow and contaminant

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 120M Open access books available International authors and editors Downloads Our

More information

PHOENICS Applications in the Aluminium Smelting Industry Ch. Droste VAW Aluminium-Technologie GmbH Bonn, Germany

PHOENICS Applications in the Aluminium Smelting Industry Ch. Droste VAW Aluminium-Technologie GmbH Bonn, Germany PHOENICS Applications in the Aluminium Smelting Industry Ch. Droste VAW Aluminium-Technologie GmbH 53117 Bonn, Germany The multi-phase fluid system in aluminium reduction cells is exposed to strong electromagnetic

More information

MATHEMATICAL MODELS OF SOIL IRRIGATION AND SALTING

MATHEMATICAL MODELS OF SOIL IRRIGATION AND SALTING MATHEMATICAL MODELS OF SOIL IRRIGATION AND SALTING L.V.Kireycheva, All-Russian Research Institute of Hydraulic Engineering and Land Reclamation, Russia Keywords: Irrigation, Underground water, Underground

More information

MODELING CHLORIDE TRANSPORT IN CRACKED CONCRETE --- A 3-D IMAGE

MODELING CHLORIDE TRANSPORT IN CRACKED CONCRETE --- A 3-D IMAGE MODELING CHLORIDE TRANSPORT IN CRACKED CONCRETE --- A 3-D IMAGE BASED MICROSTRUCTURE SIMULATION Yang Lu¹ Edward Garboczi¹ Dale Bentz¹ Jeffrey Davis² 1 1 Engineering Laboratory 2 Materials Measurement Laboratory

More information

One-, two-, and three-dimensional root water uptake functions for transient modeling

One-, two-, and three-dimensional root water uptake functions for transient modeling WATER RESOURCES RESEARCH, VOL. 37, NO. 10, PAGES 2457 2470, OCTOBER 2001 One-, two-, and three-dimensional root water uptake functions for transient modeling J. A. Vrugt and M. T. van Wijk Institute for

More information

Predicting fatigue crack initiation in metals using dislocation dynamics simulations

Predicting fatigue crack initiation in metals using dislocation dynamics simulations Engineering Conferences International ECI Digital Archives International Workshop on the Environmental Damage in Structural Materials Under Static Load/ Cyclic Loads at Ambient Temperatures Proceedings

More information

This is a repository copy of A Two-Dimensional, Finite-Difference Model of the Oxidation of a Uranium Carbide Fuel Pellet.

This is a repository copy of A Two-Dimensional, Finite-Difference Model of the Oxidation of a Uranium Carbide Fuel Pellet. This is a repository copy of A Two-Dimensional, Finite-Difference Model of the Oxidation of a Uranium Carbide Fuel Pellet. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/101208/

More information

BOUNDARY SETTING IN SIMULATING GREENHOUSE VENTILATION BY FLUENT SOFTWARE

BOUNDARY SETTING IN SIMULATING GREENHOUSE VENTILATION BY FLUENT SOFTWARE BOUNDARY SETTING IN SIMULATING GREENHOUSE VENTILATION BY FLUENT SOFTWARE Cuiping Hou 1, 2, Chengwei Ma 1,2,* 1 College of Water Conservancy and Civil Engineering, China Agricultural University, Beijing,

More information

VALIDATION OF A CFD MODEL IN RECTANGULAR SETTLING TANKS

VALIDATION OF A CFD MODEL IN RECTANGULAR SETTLING TANKS Proceedings of the 13 th International Conference on Environmental Science and Technology Athens, Greece, 5-7 September 2013 VALIDATION OF A CFD MODEL IN RECTANGULAR SETTLING TANKS A. GKESOULI 1, A. I.STAMOU

More information

Numerical simulation of the dynamic characteristics of weld pool geometry with step-changes of welding parameters

Numerical simulation of the dynamic characteristics of weld pool geometry with step-changes of welding parameters INSTITUTE OF PHYSICS PUBLISHING MODELLING AND SIMULATION IN MATERIALS SCIENCE AND ENGINEERING Modelling Simul. Mater. Sci. Eng. 12 (2004) 765 780 PII: S0965-0393(04)78853-1 Numerical simulation of the

More information

IMPURITIES REMOVAL PROCESS FROM THE VACUUM INDUCTION FURNACE CHARGE: A NUMERICAL STUDY

IMPURITIES REMOVAL PROCESS FROM THE VACUUM INDUCTION FURNACE CHARGE: A NUMERICAL STUDY Computational and Experimental Methods in Multiphase and Complex Flow IX 13 IMPURITIES REMOVAL PROCESS FROM THE VACUUM INDUCTION FURNACE CHARGE: A NUMERICAL STUDY PIOTR BULIŃSKI 1, JACEK SMOLKA 1, SLAWOMIR

More information