Woodside Energy Ltd, Perth, AUSTRALIA.

Size: px
Start display at page:

Download "Woodside Energy Ltd, Perth, AUSTRALIA."

Transcription

1 Comparing CFD and CORMIX for Buoyant Wastewater Near-Field Dispersion Modeling Simon Mortensen 1, Carl Jackson 2, Ole Petersen 3 and Geoff Wake 4 1 DHI Water & Environment, Gold Coast, AUSTRALIA, sbm@dhigroup.com 2 DHI Water & Environment, Auckland, NEW ZEALAND. 3 DHI Water & Environment, Hørsholm, DENMARK. 4 Woodside Energy Ltd, Perth, AUSTRALIA. The release plumes of Produced Formation Water (PFW) and Cooling Water from offshore oil and gas platforms have the potential to adversely impact the marine environment; therefore their effects need to be assessed and mitigated during engineering design. The near-field mixing processes of sub-surface strongly buoyant plumes, typically associated with PFW and Cooling Water, are complex and are poorly described in most commercially available software, thus making robust assessment of the potential impacts problematic. Consequently, Woodside Energy Ltd, as operator of the Browse Joint Venture, and DHI have carried out an investigation, in which a CFD model was used to perform a detailed 3D simulation of the near-field dispersion processes of a buoyant sub-surface plume. The CFD model was implemented in OpenFOAM and included an extension of the standard k-ε turbulence model, adding a stratification term to the turbulence energy equation. In addition, the existing transport equations were extended to include dispersion of both temperature and salinity and a new boundary condition for temperature describing heat flux at the surface, based on Newton s Law of Cooling, was also included. The computational domain captured the plume propagation out to 200 m from the outfall and utilized a cell subdivision method for splitting hexahedral, or cube-shaped, cells into nested sub-grids. This approach made it possible to capture very small turbulence structures close to the discharge point with length scales of only a few centimeters. Results for two selected release scenarios were compared to the industry-benchmark, empirically-based, plume-dispersion model, CORMIX. It was found that compared to the full CFD solution CORMIX underestimated the dilution occurring during the transition phase from a rising jet to a buoyant surface plume. It was also found that the CFD model was capable of reproducing a split in peak concentrations of the buoyant surface plume, which was attributed to a helical vortex generated through the interaction of the vertically aligned jet and the ambient side current. Keywords: 3D wastewater dispersion, buoyant plumes, CFD. 1. Introduction The release plumes of Produced Formation Water (PFW) and Cooling Water from offshore oil and gas platforms have the potential to adversely impact the marine environment; therefore their effects need to be assessed and mitigated during engineering design. The near-field mixing processes of subsurface strongly buoyant plumes, typically associated with PFW and Cooling Water, are complex and are poorly described in most commercially available software, thus making robust assessment of the potential impacts problematic. Consequently, Woodside Energy Ltd, as operator of the Browse Joint Venture, and DHI have carried out an investigation, in which a CFD model was used to perform a detailed 3D simulation of the near-field dispersion processes of a buoyant sub-surface plume. In this paper a detailed CFD approach has been used to simulate the near field mixing processes for two release scenarios. Scenario 1 consisted of a PFW release discharged at a rate of 2500 m 3 /day while Scenario 2 consisted of a cooling water release with a discharge rate of 90,000 m 3 /day. Both release scenarios took place at a floating infield platform (FIP) located with the Browse LNG Field. The ambient flow conditions consisted of a 0.22 m/s steady current, a water temperature of 28 degrees and a salinity of 34 ppt. Each scenario utilized a single port downward facing diffuser design located at 10 meters below the sea surface. The port diameters for scenario 1

2 and 2 were 6 and 1.2 m respectively resulting in initial discharge velocities of 1.6 m/s and 0.9 m/s. The discharge temperature of the scenario 1 release was 98 C and a salinity of 7 ppt, while the scenario 2 release temperatures was 45 C and an salinity equaling the ambient (34 ppt). The scenario 1 PFW release was considered as a conservative tracer with an initial concentration of 30 mg/l, while the 0.2 ppm concentration chlorine content in scenario 2 was modeled assuming a 1 st order decay with a half-life of 20 minutes. 2. Methodology 2.1 Numerical Model Framework The open-source CFD software platform OpenFOAM was used in this study. OpenFOAM makes use of the finite-volume discretisation approach for fluid flow applications. For the purposes of this study the standard buoyantboussinesqpimplefoam solver has been extended in the following ways: Addition of a salinity field and associated transport equation; Addition of a passive pollutant concentration field and associated transport equation, which incorporates a temporal, exponential-decay term; and Addition of a new transport model that calculates the density and other seawater properties as a function of salinity and temperature as provided by El-Dessouky & Ettouney (2002). For this study a new k-ε turbulence model was created by adding a stratification term to the turbulence-energy equation as described in Rodi (1984). A new boundary condition for temperature to describe the heat flux at the surface, based on Newton s Law of Cooling, was also included. The approach invokes the Boussinesq approximation for handling the buoyancy effects, which allows for the solution of the simplified incompressible Reynolds-Averaged Navier-Stokes equations by neglecting the density variation except for a buoyancy term in the momentum equation. Hence: ( ) (( ) ) ( ) (1) Where: = 3-component fluid velocity vector; = kinematic pressure less the hydrostatic pressure; = molecular kinematic viscosity; = turbulent kinematic viscosity, which is provided by the turbulence model (see below); = 3-component gravitational acceleration; = 3-component position vector; and = kinematic density. The effect of the variation in density is taken into account in the final term on the right-hand-side of the equation. The Boussinesq approximation involves dividing the entire equations by a reference density and assuming that the difference between the actual density and the reference density is small enough to be ignored. Hence the Boussinesq approximation is valid in this context when: (2) The variable is calculated explicitly at each time step using the values for temperature and salinity from the previous time step. The continuity equation is significantly simplified by assuming the seawater can be treated as an incompressible fluid. Hence: The turbulence is assumed to be isotropic, which allows the turbulence closure scheme to consist of just two variables, k (turbulence energy) and ε (turbulent dissipation). It is assumed that the heat dispersion is dominated by turbulent diffusion. The k-ε turbulence model was chosen for this application due to its proven performance for freeshear flows. It is presented here in its incompressible form. (3) ( ) (( ) ) ( ) (4) ( ) (( ) ) ( ) ( ) (5) Where = modulus of the mean rate-of-strain tensor; and are empirically determined constants given by Wilcox D. C. (1994). The final term on the right-hand side of the equations is the buoyancy term. The effect of the turbulence is incorporated into the momentum

3 equation via the kinematic eddy viscosity,, defined as: Where is an empirically determined constant given by Wilcox D. C. (1994). (6) Dimensions Scenario 1 Scenario 2 Pipe Diameter m 1.2 m Length (in current direction) m m Width 50.0 m m Depth 14.0 m 34.0 m The linear transport equations for temperature, salinity and effluent are expressed by: ( ) (( ) ) (7) ( ) (( ) ) (8) ( ) (( ) ) (9) Where = laminar Prandtl number, which determines the ratio of the laminar temperature diffusion rate to the laminar momentum diffusion rate and is provided by a relation found in El- Dessouky & Ettouney (2002) and = turbulent Prandtl number, which determines the ratio of the turbulent temperature diffusion rate to the turbulent momentum diffusion rate and is set to a constant value of 0.8 after Hinze (1959). is the laminar Schmidt number, which determines the ratio of the laminar salt diffusion rate to the laminar momentum diffusion rate and is set to a constant value of , which is an approximate value as laminar diffusion in this study is negligible when compared to the turbulent diffusion; and is the turbulent Schmidt number, which determines the ratio of the turbulent salt diffusion rate to the turbulent momentum diffusion rate and is set to a constant value of 0.8 after Hinze (1959). is the pollutant exponential decay rate. 2.2 Domains and Boundary Conditions Each computational domain extended from the water surface to a sufficient water depth to avoid artificial lid effects affecting the strongly buoyant plumes. Due to the transversal symmetry of the flow problem and the assumption of isotropic turbulence, only half of the domain is included in the computational domain as illustrated in Figure 2-1. A symmetry boundary condition is used in the plane of the outlet pipe. Figure 2-1 Scenario 2 domain (black outline), computational domain (transparent blue volume), pipe location (red cylinder indicated by red arrow), ambient current direction (blue arrows) and boundary names. In order to achieve high spatial resolution in the vicinity of the pipe outlet as well as allow for a relatively large model domain, a flexible grid solution was adopted to allow simulations to complete in a timely fashion. OpenFOAM s snappyhexmesh has been employed to realised a nested-cell approach. The mesh discretization approach uses a cell subdivision method for splitting hexahedral, or cube-shaped, cells repeated until a user-specified size is reached. As the number of cells increases by a factor of 8 at every level of subdivision, the refinement must be carefully targeted to the region of the plume. Figure 2-2 gives an example of the nesting of computational cells around the pipe and outlet for Scenario 1. The largest cells in the figure have side lengths of 0.5 m and the smallest have side lengths of 15.6 mm corresponding to 1/10 of the pipe diameter. A similar requirement of 10 cells across the width of the pipe has been fulfilled in the Scenario 2 computational grid. The cell counts for all computational grids, both for simulation 1 and 2, are between 2 and 3 million cells. The geometrical dimensions for the two release scenarios are presented in Table 2.1. Table 2.1 Geometrical Dimensions of Computational Domains for Scenarios 1 and 2

4 Figure 2-2 the illustration shows an oblique view of the nested hexahedral computational cells for Scenario 1. Computational cell extents are shown in white. The largest cells shown have a side length of 0.5 m and the smallest have a size length of 15.6 mm. The pollutant concentration is fixed at 1.0 at the outlet in order to simplify calculations of relative concentration and dilution. For Scenario 1, the pollutant is a hydrocarbon with a concentration of 30 mg/l and for Scenario 2 the pollutant is chlorine with a concentration of 0.2 ppm. To find the actual concentration of the pollutant at any point in the simulation results, the local, simulated concentration need only be multiplied by the initial concentration. Note that the decay rate of the chlorine is also unaffected by using an initial concentration of 1.0 as the half-life remains unchanged. Figure 3-1 Scenario 1 transverse slices coloured by relative pollutant concentration and indicative velocity direction arrows (shown in black). Outlet pipe shown in red and relative pollutant concentration iso-surface plotted in yellow. The development of the plume can be divided approximately into two stages: the rising-stage close to the outlet where the plume retains a jet-like shape and properties, shown in Figure 3-1; and the surface-stage where the plume is in contact with the surface and primarily spreads laterally, shown towards the top of Figure Results The two simulations undertaken in this study were continued until a steady state was achieved, which required a simulated period of 1500 s for Scenario 1 and 2000 s for Scenario 2. In both cases the minimum possible simulation period that allows full flushing of the domain is 1000 s: domain length of 220 m and an ambient current of 0.22 m/s. The results, discussed in this section are taken from these steady-state solutions. 2.3 Qualitative Interpretation In a qualitative sense, both buoyant jets behave in a similar manner, despite the differences in scale, refer to Table 2.1, and jet velocity at the outlet pipe. The jet at the outlet is directed vertically downwards and bends sharply, influenced by the ambient current as shown in Figure 3-1. Velocity vectors in the plane of each transverse slice indicate the development of a helical vortex. The rapid drop in pollutant concentration is also evident in the strong change in colouring of the transverse slices as the distance from the outlet increases (moving towards the foreground of the image). Figure 3-2 Aerial view of Scenario 1 plume shape defined by a pollutant dilution of sliced down the plane of symmetry and coloured by relative pollutant concentration. The approximate location where the plume reaches the surface is indicated at 30 m. The distance from the outlet where the transition from the rising- to the surface-stage occurs in Scenario 1 has been approximated at 30 m, indicated by the dashed line in Figure 3-2. For Scenario 2, this transition occurs at approximately 40 m distance, indicated by the dashed line in Figure 3-3.

5 Figure 3-3 The figure presents an aaerial view of Scenario 2 plume shape defined by a pollutant dilution of sliced down the plane of symmetry and coloured by relative pollutant concentration. The approximate location where the plume reaches the surface is indicated at 40 m. The rising-stage is characterised by strong turbulent mixing that results in a rapid increase in dilution, whereas the surface-stage is characterised by a more gentle increase in dilution as the buoyancy of the plume dominates and causes lateral spreading. Although a sharp transition from the rising-stage to the surface-stage makes simpler, conceptual models of the plume dynamics possible, the CFD results indicate that there is significant overlap between the two stages. In this transition-stage much of the strong turbulent mixing of the risingstage is retained and slowly dissipates as the surface plume develops. The existence of this transition significantly increases the rate of dilution. The CFD results provide further evidence for a transition zone: rotational velocities, in the plane perpendicular to the ambient current direction, can be detected even 200 m downstream of the outlet as shown in Figure 3-4. The pair of helical vortices that originate at the outlet appear to influence the shape of the plume and play key roles in the lateral spreading of the surface-stage plume. Figure 3-4 Scenario 2 transverse slices at 20-m intervals coloured by relative pollutant concentration and iso-surface of Location of maximum concentration indicated at 2 m intervals by white dots. A very similar flow pattern develops in Scenario 2, as shown in Figure 3-5 and Figure 3-6. There is a more distinct shift in the location of the maximum concentration, corresponding to minimum dilution and indicated by white dots at 2 m intervals in Figure 3-4, Figure 3-5 and Figure 3-6, in the Scenario 2 results than in the Scenario 1 results. Figure 3-5 Scenario 2 transverse slices at 20-m intervals coloured by relative pollutant concentration and contour of Location of maximum concentration indicated at 2 m intervals by white dots. The reason for the shift in location of the maximum concentration is most clearly visible in Figure 3-6: effluent concentration is fed to the surface by the sub-surface vortex and then the maximum concentration at the centre of the sub-surface vortex decays at a faster rate than the concentration at the surface. The observed pattern in the surface-stage agrees well with other investigations (Petersen, 1992)

6 CORMIX CFD The extraction of the maximum concentration at each transverse slices is straightforward, however mean concentration requires the definition of the area over which to perform the integration. In this study, the area is defined at each transverse slice by a contour line corresponding to a percentile of the maximum concentration on that slice. concentrations calculated using percentiles of 1 %, 5 % and 10 % have been reported, in order to demonstrate the sensitivity of this approach. Overall, this approach has proven to be robust. Table 3.1 and Table 3.2 present extracted integral values at 5 distances downstream of the outlet: 10 m, 25 m, 50 m, 100 m and 200 m for Scenario 1 and Scenario 2, respectively. Figure 3-6 Four Scenario 2 transverse slices at 20- m intervals coloured by relative pollutant concentration and iso-surface of Location of maximum concentration indicated at 2 m intervals by white dots. 2.4 Comparison with CORMIX In order to compare the CFD results with the CORMIX output for the two scenarios, integral values were extracted from the CFD results. CORMIX produces estimates of mean concentration and maximum concentration at distances downstream of the outlet for the rising-stage, but only produces mean concentration estimates for the surface-stage. This is a result of completely different mathematical treatments used by CORMIX for the different stages of the plume. Corresponding values of mean and maximum concentration were extracted from transverse slices of the CFD results at 2 m intervals as depicted in Figure 3-7. Figure 3-7 Scenario 1 domain with transverse slices, at 2 m intervals, used in the results processing coloured by relative pollutant concentration. Outlet pipe location indicated by red arrow, ambient current direction indicated by blue arrow and boundary names shown (where boundary is visible). Table 3.1 Scenario 1 relative pollutant concentrations at distances downstream of the outlet. CFD mean pollutant concentrations given for cut-off percentiles 1%, 5%, and 10%. Relative Pollutant Concentration (-) Distance from the Outlet (m) Max (1%) (5%) (10%) Max For both scenarios the maximum and mean concentration values predicted by CFD are greater than those predicted by CORMIX for distances of 10 and 25 m. This trend reverses for distances of 50 m and greater, where the concentrations predicted by CORMIX are higher than those predicted by CFD. Compared to CORMIX, the CFD simulations predict less mixing in the rising-stage and more mixing in the beginning of the surface-stage. Plots of mean concentration for Scenario 1 are provided in Figure 3-8 and Figure 3-9 where the rising- and surfacestage are presented separately due to vertical scaling issues. Table 3.2 Scenario 2 relative pollutant concentrations at distances downstream of the outlet.

7 CORMIX CFD CFD mean pollutant concentrations given for percentiles 1%, 5%, and 10%. Relative Pollutant Concentration (-) Distance from the Outlet (m) Max m the rates of dilution (slopes of the plotted lines) in the CORMIX and CFD results begin to resemble each other. It is assumed that at this point both models are describing a decay-like process as the buoyancy-dominated spreading process takes over. (1%) (5%) (10%) Max The diffusive processes described by the CFD model and CORMIX predict very similar rates of dilution in the rising-stage, as shown in Figure 3-8 for Scenario 1. Although the values do not match exactly, the similarity of the shapes of the plotted lines suggest that the same processes are being described in both models. The CFD predicts higher concentrations, therefore lower dilutions in this stage. Figure 3-9 Scenario 1 results. Surface-stage mean relative concentration in the direction of flow: CFD plots calculated using percentiles of 1%, 5% and 10%, and CORMIX mean concentration. Initial concentration of pollutant is fixed at 1.0. For Scenario 2, a very similar set of differences between the CFD and CORMIX results are evident. Figure 3-10 and Figure 3-11 present the rising- and surface-stage concentration plots for Scenario 2. Increased rates of dilution are indicated in the CFD concentration profiles even up to 200 m downstream of the outlet. Figure 3-8 Scenario 1 results. Rising-stage mean relative concentration in the direction of flow: CFD plots calculated using percentiles of 1%, 5% and 10%, and CORMIX mean concentration. Initial concentration of pollutant is fixed at 1.0. In the surface-stage, the CFD and CORMIX results do not agree as well as in the rising-stage. Figure 3-9 presents the concentrations in the surface-stage for Scenario 1. The CFD results predict more rapid dilution from 20 m to 150 m from the outlet. After Figure 3-10 Scenario 2 results. Rising-stage mean relative concentration in the direction of flow: CFD plots

8 calculated using percentiles of 1%, 5% and 10%, and CORMIX mean concentration. Initial concentration of pollutant is fixed at 1.0. Figure 3-11 Scenario 2 results. Surface-stage mean relative concentration in the direction of flow: CFD plots calculated using percentiles of 1%, 5% and 10%, and CORMIX mean concentration. Initial concentration of pollutant is fixed at 1.0. The CFD results agree reasonably well with the CORMIX results for mean concentrations in the rising-stage of the plumes in both scenarios. The CFD and CORMIX mean concentration values diverge in the downstream direction in the surfacestage. However, at a distance of 200 m the slopes of mean concentration are similar for both CORMIX and CFD, indicating that a similar spreading process dominates in both models. Figure 3-12 presents the mean dilution transformed by log for Scenario 1. This plot is difficult to interpret, however it allows the profile of dilution (inverse of concentration) to be plotted for the entire domain in an easy-to-read fashion. This plot clearly shows the abrupt change in slope of the CORMIX predictions in the area of the transition. The CFD profiles, in contrast, are smooth and suggest a more natural transition from the rising-stage to the surface-stage. The Scenario 2 plot shows a similar phenomenon, so it has not been included here. Figure 3-12 Scenario 1 results. Log mean dilution in the direction of flow: CFD plots calculated using percentiles of 1%, 5% and 10%, and CORMIX mean concentration. Initial concentration of pollutant is fixed at Comment In both scenarios studied, the dilutions predicted by CFD are many times greater than those predicted by CORMIX. It is indicated that the reason for this lies in the fact that the sub-surface mixing process, initiated in the rising-stage, continues to operate in a transition zone that prevails for a distance up to around 150 m from the outlet in Scenario 1 and even beyond 200 m from the outlet in Scenario 2. This transition zone mixing is not described in the CORMIX model. The rate of dilution is much greater for the rising-stage than for the surface-stage. 4. Conclusion The results produced by CFD differ considerably from those produced by CORMIX, both in detail and volume. Integrated concentration values, providing a mean concentration estimate for the CFD results, are the primary means of comparison with CORMIX. Integral values have been extracted from the CFD results using transverse slices cut downstream of the pipe at distances between 1 m and 200 m at 2 m intervals. The mean concentration of the plume is sensitive to the procedure used in its determination. In particular, the definition of the region, in which the plume is contained, has alternative definitions. For the CFD results in this study the plume region is defined by a fixed percentile of the concentration. This approach has been chosen for its simplicity

9 and for its ability to capture the important tendencies in the CFD results. It has also proven to be reasonable robust to the choice of percentile. The mixing processes in the rising- and surfacestage of the plume development are different, and consequently CORMIX applies separate empirical descriptions of them. The plumes from both scenarios behave in a similar manner and, when compared to CORMIX, display the same pattern of predicting less dilution in the rising-stage and higher dilution in the far surface-stage of the plumes. Transition from the rising-stage to the surface-stage for both scenarios occurs over a few metres, according to CORMIX. The CFD results show this transition to occur over a distance of approximately 120 m for the Scenario 1 plume and over a distance of much more than 160 m for the Scenario 2 plume. The CFD results indicate that the transition zone may be defined as the region of the plume where a gradual change from rising-stage to surface-stage dilution processes occur and that a sudden switch between the two as described in the CORMIX model, may not be a realistic description. The risingstage dilution process appears to continue to be significant a distance after the plume has reached the surface and has a significant impact on the final dilution. [5] Petersen, O. (1992). Application of turbulence models for transport of dissolved pollutants and particles. Series Paper 4, Hydraulics and Coastal Engineering Laboratory, Dept. Civil Eng., Aalborg University, pp [6] Hinze J. O. (1959) Turbulence. Mc Graw-Hill, 790 pp. [7] Wilcox D. C. (1994) Turbulence Modeling for CFD. DCW Industries, Inc Palm Drive, La Cañada, California Further validation of the CFD approach is required before a firm and quantitative conclusion can be reached for the transition between the rising- and surface-stage for this type of plume. It is concluded, however, that for the present case a less conservative estimate of plume dispersion, than that provided by CORMIX, is indicated by the detailed CFD mode. 5. References [1] Doneker, R.L. and G.H. Jirka (2007): "CORMIX User Manual - A Hydrodynamic Mixing Zone Model and Decision Support System for Pollutant Discharges into Surface Waters", US Environmental Protection Agency, EPA-823-K , December [2] El-Dessouky, H.T and H.M. Ettouney (2002): Fundamentals of Sea Water Desalination, Elsevier. [3] UNESCO (1981): The Practical Salinity Scale 1978 and the International Equation of State of Seawater UNESCO Technical Papers in Marine Science 36, 25pp. [4] Rodi, W. (1984) Turbulence models and their application in hydraulics. IAHR, State of then art review, Delft, the Netherlands.

Designing Low Impact Wastewater Discharge from Solar Distillation Site to Sea

Designing Low Impact Wastewater Discharge from Solar Distillation Site to Sea Environmental Resources Research Vol. 4, No. 2, 2016 GUASNR Designing Low Impact Wastewater Discharge from Solar Distillation Site to Sea M. Nezhad Naderi 1*, E. Hadipour 2 1 Asisstant Professor, Department

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

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

Desalination. Near field brine discharge modelling part 1: Analysis of commercial tools

Desalination. Near field brine discharge modelling part 1: Analysis of commercial tools Desalination 290 (2012) 14 27 Contents lists available at SciVerse ScienceDirect Desalination journal homepage: www.elsevier.com/locate/desal Near field brine discharge modelling part 1: Analysis of commercial

More information

Improved Understanding of Dense Jet Dynamics to Guide Management of Desalination Outfalls

Improved Understanding of Dense Jet Dynamics to Guide Management of Desalination Outfalls 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 207 mssanz.org.au/modsim207 Improved Understanding of Dense Jet Dynamics to Guide Management of Desalination

More information

On Wave-Defect Interaction in Pressurized Conduits

On Wave-Defect Interaction in Pressurized Conduits IAHR-HK Student Research Forum, November 17, 2012 On Wave-Defect Interaction in Pressurized Conduits Moez LOUATI, Prof. Mohamed S. GHIDAOUI Department of Civil and Environmental Engineering, Hong Kong

More information

Analysis of Side Sluice in Trapezoidal Channel

Analysis of Side Sluice in Trapezoidal Channel Analysis of Side Sluice in Trapezoidal Channel Dr. L. G. Patil 1, Amol M. Kode 2 1 Associate Professor, Department of Civil Engineering, SGGSIE&T, Nanded 2 M. Tech Student, Department of Civil Engineering,

More information

Form of waste water discharge in Khamir port solar distillation for environmental management by the empirical equations

Form of waste water discharge in Khamir port solar distillation for environmental management by the empirical equations Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 23, 4(4):76-8 ISSN: 976-86 CODEN (USA): AASRFC Form of waste water discharge in Khamir port solar distillation for

More information

Brine Discharges from Two Coastal Desalination Plants. H.H. AL-BARWANI and Anton PURNAMA

Brine Discharges from Two Coastal Desalination Plants. H.H. AL-BARWANI and Anton PURNAMA Brine Discharges from Two Coastal Desalination Plants H.H. AL-BARWANI and Anton PURNAMA Department of Mathematics and Statistics, College of Science Sultan Qaboos University, PO Box 36, Al-Khod 13, Muscat,

More information

SPREADING OF VERTICAL DENSE JETS ON A SLOPING BOTTOM: CONCENTRATION MEASUREMENTS

SPREADING OF VERTICAL DENSE JETS ON A SLOPING BOTTOM: CONCENTRATION MEASUREMENTS Proceedings of the 13 th International Conference on Environmental Science and Technology Athens, Greece, 5-7 September 2013 SPREADING OF VERTICAL DENSE JETS ON A SLOPING BOTTOM: CONCENTRATION MEASUREMENTS

More information

Lateral Outflow from Supercritical Channels

Lateral Outflow from Supercritical Channels Lateral Outflow from Supercritical Channels J. Coonrod 1, J. Ho 2 and N. Bernardo 3 1 Associate Professor, Department of Civil Engineering, University of New Mexico, Albuquerque, NM 87131; PH (505) 277-3233;

More information

Prediction of Pollutant Emissions from Industrial Furnaces Using Large Eddy Simulation

Prediction of Pollutant Emissions from Industrial Furnaces Using Large Eddy Simulation Paper # B03 Topic: Turbulent Flames 5 th US Combustion Meeting Organized by the Western States Section of the Combustion Institute and Hosted by the University of California at San Diego March 25-28, 2007.

More information

CFD Analysis of Pelton Runner

CFD Analysis of Pelton Runner International Journal of Scientific and Research Publications, Volume 4, Issue 8, August 2014 1 CFD Analysis of Pelton Runner Amod Panthee *, Hari Prasad Neopane **, Bhola Thapa ** * Turbine Testing Lab,

More information

Numerical Investigation of the Flow Dynamics of a Supersonic Fluid Ejector

Numerical Investigation of the Flow Dynamics of a Supersonic Fluid Ejector Proceedings of the International Conference on Heat Transfer and Fluid Flow Prague, Czech Republic, August 11-12, 2014 Paper No. 171 Numerical Investigation of the Flow Dynamics of a Supersonic Fluid Ejector

More information

Study of water falling film over horizontal drop shaped and inverted drop shaped tubes

Study of water falling film over horizontal drop shaped and inverted drop shaped tubes Study of water falling film over horizontal drop shaped and inverted drop shaped tubes Vipul Kumar Sharma, Nirmal Kant Singh 2 Dept. of Mechanical Engineering, GLBITM, Greater Noida, U.P, 236, India 2

More information

Theory Comparison between Propane and Methane Combustion inside the Furnace

Theory Comparison between Propane and Methane Combustion inside the Furnace International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Theory

More information

VOLWATERBAAI DESALINATION PLANT AND ASSOCIATED INFRASTRUCTURE, NORTHERN CAPE

VOLWATERBAAI DESALINATION PLANT AND ASSOCIATED INFRASTRUCTURE, NORTHERN CAPE INFRASTRUCTURE, NORTHERN CAPE Report 1127-001 REV.01 31 July 2014 Sedex Desalination (Pty) and SRK Consulting (South Africa) Pty Volwaterbaai, Northern Cape, South Africa INFRASTRUCTURE, NORTHERN CAPE

More information

CFD SIMULATION OF HEAVY GAS DISPERSION IN VENTILATED ROOMS AND VALIDATION BY TRACING EXPERIMENTS

CFD SIMULATION OF HEAVY GAS DISPERSION IN VENTILATED ROOMS AND VALIDATION BY TRACING EXPERIMENTS CFD SIMULATION OF HEAVY GAS DISPERSION IN VENTILATED ROOMS AND VALIDATION BY TRACING EXPERIMENTS L. Ricciardi, C. Prévost, L. Bouilloux, R. Sestier-Carlin Institut de Radioprotection et de Sûreté Nucléaire,

More information

MODELLING THE URBAN MICROCLIMATE AND ITS INFLUENCE ON BUILDING ENERGY DEMANDS OF AN URBAN NEIGHBOURHOOD

MODELLING THE URBAN MICROCLIMATE AND ITS INFLUENCE ON BUILDING ENERGY DEMANDS OF AN URBAN NEIGHBOURHOOD MODELLING THE URBAN MICROCLIMATE AND ITS INFLUENCE ON BUILDING ENERGY DEMANDS OF AN URBAN NEIGHBOURHOOD J. Allegrini 1,2 ; J. Kämpf 3 ; V. Dorer 1 ; J. Carmeliet 1,2 1: Empa, Laboratory for Building Science

More information

ENVIRONMENTAL AND ECOLOGICAL CHEMISTRY Vol. III Thermal Pollution in Water - Lorin R. Davis

ENVIRONMENTAL AND ECOLOGICAL CHEMISTRY Vol. III Thermal Pollution in Water - Lorin R. Davis THERMAL POLLUTION IN WATER Lorin R. Davis Professor Emeritus, Oregon State University, Corvallis, Oregon USA Keywords: Thermal pollution, Plumes, Evaporation, Surface heat transfer, Water systems, Jets,

More information

Quenching steels with gas jet arrays

Quenching steels with gas jet arrays Quenching steels with gas jet arrays PAUL F STRATTON ANDREW P RICHARDSON BOC Rother Valley Way, Holbrook, Sheffield UNITED KINGDOM Paul.stratton@boc.com http://www.catweb.boc.com Abstract: - Single components

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 high speed Francis hydraulic turbines

CFD analysis of high speed Francis hydraulic turbines TRANSACTIONS OF THE INSTITUTE OF FLUID-FLOW MACHINERY No. 131, 2016, 111 120 Maciej Kaniecki a, Zbigniew Krzemianowski b CFD analysis of high speed Francis hydraulic turbines a Research and Development

More information

Far Field Model Simulation of the Sea Outfall Plume

Far Field Model Simulation of the Sea Outfall Plume The 9 th Asian Symposium on Visualization Hong Kong, 4-9 June, 7 Far Field Model Simulation of the Sea Outfall Plume Anton Purnama 1, H.H. Al-Barwani 1. Department of Mathematics and Statistics, College

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

Thermal Dispersion Model for Cooling Water of Thermal Power Plant System

Thermal Dispersion Model for Cooling Water of Thermal Power Plant System International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Thermal

More information

CFD on Small Flow Injection of Advanced Accumulator in APWR

CFD on Small Flow Injection of Advanced Accumulator in APWR 54 CFD on Small Flow Injection of Advanced Accumulator in APWR TOMOSHIGE TAKATA TAKAFUMI OGINO TAKASHI ISHIBASHI TADASHI SHIRAISHI The advanced accumulator in the advanced pressurized-water reactor is

More information

PERFORMANCE ANALYSIS OF NATURAL DRAFT WET COOLING TOWER AT OPTIMIZED INJECTION HEIGHT

PERFORMANCE ANALYSIS OF NATURAL DRAFT WET COOLING TOWER AT OPTIMIZED INJECTION HEIGHT PERFORMANCE ANALYSIS OF NATURAL DRAFT WET COOLING TOWER AT OPTIMIZED INJECTION HEIGHT 1 ALOK SINGH, 2 SANJAY SONI, 3 R. S. RANA 1 Assistant Professor, 2 Associate Professor, 3 Mechanical Engineering Department

More information

An Investigation of Oxide Layer Impact on Heat Transfer in a Fuel Element of the MARIA Reactor

An Investigation of Oxide Layer Impact on Heat Transfer in a Fuel Element of the MARIA Reactor Open Access Journal Journal of Power Technologies 93 (4) (2013) 247 256 journal homepage:papers.itc.pw.edu.pl An Investigation of Oxide Layer Impact on Heat Transfer in a Fuel Element of the MARIA Reactor

More information

Assessment of Toxic Gas Dispersion using Phast and Panache

Assessment of Toxic Gas Dispersion using Phast and Panache Assessment of Toxic Gas Dispersion using Phast and Panache Tejeswi Ramprasad 1, Madhavi Gaonkar 2, Diptendu Das 3 1 ME Research Student, Department of Chemical Engineering, Jawaharlal Nehru Engineering

More information

ASSESSMENT OF AIR CHANGE RATE AND CONTRIBUTION RATIO IN IDEALIZED URBAN CANOPY LAYERS BY TRACER GAS SIMULATIONS

ASSESSMENT OF AIR CHANGE RATE AND CONTRIBUTION RATIO IN IDEALIZED URBAN CANOPY LAYERS BY TRACER GAS SIMULATIONS Topic B4: Ventilation ASSESSMENT OF AIR CHANGE RATE AND CONTRIBUTION RATIO IN IDEALIZED URBAN CANOPY LAYERS BY TRACER GAS SIMULATIONS Qun WANG 1, Mats SANDBERG 2, Jian HANG 1* 1 Department of Atmospheric

More information

LFL Estimates for Crude Oil Vapors from Relief Tank Vents

LFL Estimates for Crude Oil Vapors from Relief Tank Vents LFL Estimates for Crude Oil Vapors from Relief Tank Vents Ronald L. Petersen Cermak Peterka Petersen, Inc., 1415 Blue Spruce Drive, Fort Collins, CO 80024 Kevin Watson Atlantic Richfield Company, 2300

More information

CHAPTER 2. Objectives of Groundwater Modelling

CHAPTER 2. Objectives of Groundwater Modelling CHAPTER 2 Objectives of Groundwater Modelling In the last two decades mathematical modelling techniques have increasingly proved their value in furthering the understanding of groundwater systems and,

More information

Modeling Flow through a Lock Manifold Port

Modeling Flow through a Lock Manifold Port Modeling Flow through a Lock Manifold Port by Richard L. Stockstill and E. Allen Hammack BACKGROUND: Manifolds are essential components of a navigation lock s filling and emptying system. They are used

More information

APPENDIX H AIR DISPERSION MODELLING REPORT BY PROJECT MANAGEMENT LTD. (REF. CHAPTER 11 AIR QUALITY AND CLIMATIC FACTORS)

APPENDIX H AIR DISPERSION MODELLING REPORT BY PROJECT MANAGEMENT LTD. (REF. CHAPTER 11 AIR QUALITY AND CLIMATIC FACTORS) 101050.22.RP.0001 A Environmental Impact Statement 15 th April 2005 APPENDIX H AIR DISPERSION MODELLING REPORT BY PROJECT MANAGEMENT LTD. (REF. CHAPTER 11 AIR QUALITY AND CLIMATIC FACTORS) S:\Projects\190900\101050

More information

Task 1 For Task 1, the outlet was set as a zero-gauge pressure outlet, which is the same outlet condition as the five smaller pipes.

Task 1 For Task 1, the outlet was set as a zero-gauge pressure outlet, which is the same outlet condition as the five smaller pipes. Jacob Schichtel Project 2 Page 1 of 9 Setup The geometry was created in ANSYS Design modeler as specified in the report instructions. A plane of symmetry was used to reduce the computation time and to

More information

The Influence of Hydrodynamics on the Spread of. Pollutants in the Confluence of two Rivers

The Influence of Hydrodynamics on the Spread of. Pollutants in the Confluence of two Rivers Applied Mathematical Sciences, Vol. 7, 13, no. 123, 6115-6123 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.12988/ams.13.39527 The Influence of Hydrodynamics on the Spread of Pollutants in the Confluence

More information

Development of hydraulic tanks by multi-phase CFD simulation

Development of hydraulic tanks by multi-phase CFD simulation Group M - Hydraulic Components Paper M-4 619 Development of hydraulic tanks by multi-phase CFD simulation Dipl.-Ing. Thees Vollmer Institute for Mobile Machines and Commercial Vehicles (IMN), Technische

More information

Systematic approach to modelling water quality in estuaries

Systematic approach to modelling water quality in estuaries Journal of Biodiversity and Environmental Sciences (JBES) ISSN: 2220-6663 (Print) 2222-3045 (Online) Vol. 1, No. 4, p. 43-47, 2011 http://www.innspub.net RESEARCH PAPER OPEN ACCESS Systematic approach

More information

Flow Induced Vibration A Review of Current Assessment Methods

Flow Induced Vibration A Review of Current Assessment Methods Flow Induced Vibration A Review of Current Assessment Methods David Fielding, Matt Straw (Norton Straw Consultants) Alex Graham, Phil Shorter (CD-adapco) Introduction Presenting a joint study into flow-induced

More information

Use of CFD in the Performance-Based Design for Fire Safety in the Oil and Gas Sector

Use of CFD in the Performance-Based Design for Fire Safety in the Oil and Gas Sector Use of CFD in the Performance-Based Design for Fire Safety in the Oil and Gas Sector Camille Azzi* and Lars Rogstadkjenet camille.azzi@gexcon.com GexCon AS Bergen, Norway ABSTRACT This paper addresses

More information

Performance Analysis for Natural Draught Cooling Tower & Chimney through Numerical Simulation

Performance Analysis for Natural Draught Cooling Tower & Chimney through Numerical Simulation Performance Analysis for Natural Draught Cooling Tower & Chimney through Numerical Simulation Kanteyya A 1, Kiran Kumar Rokhade 2 Assistant Professor, Department of Mechanical Engineering, HKESSLN College

More information

Meteorological and Air Dispersion Modeling Methodology and Discussion for INPRO Project

Meteorological and Air Dispersion Modeling Methodology and Discussion for INPRO Project Meteorological and Air Dispersion Modeling Methodology and Discussion for INPRO Project Introduction The transport and dilution of radioactive materials in the form of aerosols, vapors, or gases released

More information

CFD simulation on the turbulent mixing flow performance of the liquid-liquid ejector

CFD simulation on the turbulent mixing flow performance of the liquid-liquid ejector IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS CFD simulation on the turbulent mixing flow performance of the liquid-liquid ejector To cite this article: W Z An et al 2016 IOP

More information

Transient and Succession-of-Steady-States Pipeline Flow Models

Transient and Succession-of-Steady-States Pipeline Flow Models Transient and Succession-of-Steady-States Pipeline Flow Models Jerry L. Modisette, PhD, Consultant Jason P. Modisette, PhD, Energy Solutions International This paper is copyrighted to the Pipeline Simulation

More information

Design and distribution of air nozzles in the biomass boiler assembly

Design and distribution of air nozzles in the biomass boiler assembly TRANSACTIONS OF THE INSTITUTE OF FLUID-FLOW MACHINERY No. 125, 2013, 13 28 KAROL RONEWICZ, TOMASZ TURZYŃSKI, DARIUSZ KARDAŚ Design and distribution of air nozzles in the biomass boiler assembly The Szewalski

More information

ESTIMATION OF THE GAS EXHAUST RATE REQUIRED ON AN ALUMINIUM REDUCTION CELL DURING START-UP USING TASCflow3D

ESTIMATION OF THE GAS EXHAUST RATE REQUIRED ON AN ALUMINIUM REDUCTION CELL DURING START-UP USING TASCflow3D ESTIMATION OF THE GAS EXHAUST RATE REQUIRED ON AN ALUMINIUM REDUCTION CELL DURING START-UP USING TASCflow3D Marc Dupuis (GéniSim Eng.) Edgar Dernedde (Kroll International) ABSTRACT During the start-up

More information

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED Mark Pennington, Engineer, Pattle Delamore Partners Ltd, Tauranga ABSTRACT The Rational Method has been in use in some form or another at least since

More information

Smoke Dispersion from Stacks on Pitched-Roof Buildings: Model Calculations Using MISKAM in Comparison with Wind Tunnel Results

Smoke Dispersion from Stacks on Pitched-Roof Buildings: Model Calculations Using MISKAM in Comparison with Wind Tunnel Results Smoke Dispersion from Stacks on Pitched-Roof Buildings: Model Calculations Using MISKAM in Comparison with Wind Tunnel Results Konstantinos E. Kakosimos 1 Marc J. Assael 1 Matthias Ketzel 2 Helge Rørdam

More information

Thermal Management of Densely-packed EV Battery Set

Thermal Management of Densely-packed EV Battery Set EVS28 KINTEX, Korea, May 3-6, 2015 Thermal Management of Densely-packed EV Battery Set Abstract Z. Lu 1, X.Z. Meng 1, W.Y. Hu 2, L.C. Wei 3, L.Y. Zhang 1, L.W. Jin 1* 1 Building Environment and Equipment

More information

Comparison between 2D and 3D Hydraulic Modelling Approaches for Simulation of Vertical Slot Fishways

Comparison between 2D and 3D Hydraulic Modelling Approaches for Simulation of Vertical Slot Fishways 5 th International Symposium on Hydraulic Structures Brisbane, Australia, 25-27 June 2014 Hydraulic Structures and Society: Engineering Challenges and Extremes ISBN 9781742721156 - DOI: 10.14264/uql.2014.49

More information

CEE ENVIRONMENTAL QUALITY ENGINEERING PROBLEM SET #5

CEE ENVIRONMENTAL QUALITY ENGINEERING PROBLEM SET #5 CEE 3510 -- ENVIRONMENTAL UALITY ENGINEERING PROBLEM SET #5 Problem 1. (adapted from Water uality by Tchobanoglous and Schroeder) A stream has a nearly uniform cross section, although it passes through

More information

MODELING OF DISPERSION AND DIFFUSION OF POLLUTANTS FROM INDUSTRIAL CHIMNEY STACKS IN RIJEKA REFINERY

MODELING OF DISPERSION AND DIFFUSION OF POLLUTANTS FROM INDUSTRIAL CHIMNEY STACKS IN RIJEKA REFINERY 4th International Congress of Croatian Society of Mechanics September, 18-20, 2003 Bizovac, Croatia MODELING OF DISPERSION AND DIFFUSION OF POLLUTANTS FROM INDUSTRIAL CHIMNEY STACKS IN RIJEKA REFINERY

More information

Modelling of Multi-Crystalline Silicon Growth Process for PV Applications

Modelling of Multi-Crystalline Silicon Growth Process for PV Applications International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN : 0974-4290 Vol.6, No.13, pp 5286-5290, November 2014 MESCon 2014 [4th -5 th September 2014] National Conference on Material for Energy

More information

Simulation of the Flow in a Packed-Bed with and without a Static Mixer by Using CFD Technique

Simulation of the Flow in a Packed-Bed with and without a Static Mixer by Using CFD Technique Simulation of the Flow in a Packed-Bed with and without a Static Mixer by Using CFD Technique Phavanee Narataruksa, Karn Pana-Suppamassadu, Sabaithip Tungkamani Rungrote Kokoo, and Prayut Jiamrittiwong

More information

Power Plants in northern Germany Project examples for optimizing intakes and outfalls

Power Plants in northern Germany Project examples for optimizing intakes and outfalls (Initial page layout) Power Plants in northern Germany Project examples for optimizing intakes and outfalls O. Stoschek* * Coastal and Estuarine Dynamics Department, DHI, Agern Allé 5, Hørsholm, Denmark,

More information

Comparison Between PIV Measurements and CFD Simulation on a Model of GT Annular Burner

Comparison Between PIV Measurements and CFD Simulation on a Model of GT Annular Burner Comparison Between PIV Measurements and CFD Simulation on a Model of GT Annular Burner D. Giordano, S. Giammartini, M. Rufoloni, G. Calchetti, F. Manfredi, E. Giacomazzi ENEA - C. R. Casaccia Sec. ENE-IMP

More information

CFD Analysis of Clarifier Performance With and Without Energy Dissipating Inlet

CFD Analysis of Clarifier Performance With and Without Energy Dissipating Inlet CFD Analysis of Clarifier Performance With and Without Energy Dissipating Inlet Figure 1: Energy Dissipating Inlet (LA-EDI) Introduction To estimate performance enhancements resulting from the use of an

More information

Numerical simulation of upward flame spread over vertical combustible surface

Numerical simulation of upward flame spread over vertical combustible surface Numerical simulation of upward flame spread over vertical combustible surface E. S. Kokovina 1, E. A. Kuznetsov, A. Yu. Snegirev Saint Petersburg Peter the Great Polytechnic University, St. Petersburg,

More information

CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas

CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas 2017 2nd International Conference on Industrial Aerodynamics (ICIA 2017) ISBN: 978-1-60595-481-3 CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas Qiao Yan, Dalong Li,

More information

Research on the Trajectory of Oil Spill in Near-shore Area

Research on the Trajectory of Oil Spill in Near-shore Area International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 4 Issue 4 April 2015 PP.68-74 Research on the Trajectory of Oil Spill in Near-shore Area

More information

Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects

Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects Twin Cities Campus Saint Anthony Falls Laboratory Engineering, Environmental, Biological and Geophysical Fluid Dynamics College of Science and Engineering Mississippi River at 3 rd Avenue S.E. Minneapolis,

More information

7.0 GROUNDWATER AND STABILIZER TRANSPORT MODELING

7.0 GROUNDWATER AND STABILIZER TRANSPORT MODELING 7.0 GROUNDWATER AND STABILIZER TRANSPORT MODELING 7.1 Introduction The concept of passive site remediation is the slow injection of stabilizing materials at the up gradient edge of a site and delivery

More information

Development of Wind Tunnel for Ultrafine Palm Oil Fuel Ash Separator

Development of Wind Tunnel for Ultrafine Palm Oil Fuel Ash Separator Development of Wind Tunnel for Ultrafine Palm Oil Fuel Ash Separator Sylvester Kenneth Sedah 1, Ana Sakura Zainal Abidin 1,a, A. Rigit 1, Mohd Azlan Ismail 2, Raudhah Ahmadi 3, and Md Abdul Mannan 3 1

More information

Numerical Prediction of Turbulent Combustion Flows for 1700 C Class Gas Turbine Combustor

Numerical Prediction of Turbulent Combustion Flows for 1700 C Class Gas Turbine Combustor Chapter 3 Epoch Making Simulation Numerical Prediction of Turbulent Combustion Flows for 1700 C Class Gas Turbine Combustor Project Representative Nobuyuki Oshima Author Nobuyuki Oshima Division of Mechanical

More information

Measuring discharge. Climatological and hydrological field work

Measuring discharge. Climatological and hydrological field work Measuring discharge Climatological and hydrological field work 1. Background Discharge (or surface runoff Q s) refers to the horizontal water flow occurring at the surface in rivers and streams. It does

More information

Comparison of RANS, URANS and LES in the Prediction of Airflow and Pollutant Dispersion

Comparison of RANS, URANS and LES in the Prediction of Airflow and Pollutant Dispersion Comparison of RANS, URANS and LES in the Prediction of Airflow and Pollutant Dispersion S. M. Salim, K. C. Ong, S. C. Cheah Abstract The performance of three different numerical techniques, i.e. RANS,

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

APPLICATIONS OF A DYNAMIC THREE-DIMENSIONAL NUMERICAL MODEL FOR BOREHOLE HEAT EXCHANGERS. M. He, S.J. Rees, L. Shao

APPLICATIONS OF A DYNAMIC THREE-DIMENSIONAL NUMERICAL MODEL FOR BOREHOLE HEAT EXCHANGERS. M. He, S.J. Rees, L. Shao APPLICATIONS OF A DYNAMIC THREE-DIMENSIONAL NUMERICAL MODEL FOR BOREHOLE HEAT EXCHANGERS ABSTRACT M. He, S.J. Rees, L. Shao Institute of Energy and Sustainable Development De Montfort University Leicester,

More information

A three-dimensional numerical model of air pollutant dispersion

A three-dimensional numerical model of air pollutant dispersion Air Pollution XIII 39 A three-dimensional numerical model of air pollutant dispersion K. Kaminski, W. Kaminski & J. Petera Faculty of Process and Environmental Engineering, Technical University of Lodz,

More information

Optimizing a cooling water outfall inside the Maasvlakte 2 port extension - dealing with conflicting requirements

Optimizing a cooling water outfall inside the Maasvlakte 2 port extension - dealing with conflicting requirements Optimizing a cooling water outfall inside the Maasvlakte 2 port extension - dealing with conflicting requirements Martijn P.C. de Jong 1,2, Arnout C. Bijlsma 1, and Aron Ament 3 1 Deltares, P.O. Box 177,

More information

Assignment I Design of a Marine Outfall

Assignment I Design of a Marine Outfall Assignment I Design of a Marine Outfall Environmental Hydraulics DESIGN OF A MARINE OUTFALL WITH A DIFFUSER FOR COOLING WATER A cooling water flow of 20 m 3 /s from a nuclear power plant should be discharged

More information

CRHT VII. Design and CFD analysis of Pico- hydro Turgo turbine. Paper no. CRHT17-11

CRHT VII. Design and CFD analysis of Pico- hydro Turgo turbine. Paper no. CRHT17-11 Proceedings of the International Symposium on Current Research in Hydraulic Turbines CRHT VII April 04, 2016, Turbine Testing Lab, Kathmandu University, Dhulikhel, Nepal Paper no. CRHT17-11 Design and

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at 13th International Conference on Indoor Air Quality and Climate, July 7-12, 2014, Hong Kong. Citation for the original

More information

MODELLING BUOYANCY INDUCED FLOWS OF PASSIVE COOLING SYSTEMS Pedro Correia da Silva 1, Vítor Leal 1 and J. Correia da Silva 2

MODELLING BUOYANCY INDUCED FLOWS OF PASSIVE COOLING SYSTEMS Pedro Correia da Silva 1, Vítor Leal 1 and J. Correia da Silva 2 Eleventh International IBPSA Conference Glasgow, Scotland July 27-30, 2009 MODELLING BUOYANCY INDUCED FLOWS OF PASSIVE COOLING SYSTEMS Pedro Correia da Silva 1, Vítor Leal 1 and J. Correia da Silva 2 1

More information

Evaluation of the Flow Characteristics in the Intake Structure and Pump Sumps Using Physical Model

Evaluation of the Flow Characteristics in the Intake Structure and Pump Sumps Using Physical Model International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 7, Number 1 (2014), pp. 79-91 International Research Publication House http://www.irphouse.com Evaluation of the Flow

More information

Application of CFD for Analyzing Quenching and Quench System Design. Andrew L. Banka

Application of CFD for Analyzing Quenching and Quench System Design. Andrew L. Banka Application of CFD for Analyzing Quenching and Quench System Design Andrew L. Banka Purpose Quenching - one of last (and more dramatic) steps in heat treat process Poor quench? Distortion Part to part

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

Monitoring and Modelling techniques for Marine Renewable Energy

Monitoring and Modelling techniques for Marine Renewable Energy Monitoring and Modelling techniques for Marine Renewable Energy Joe McGovern MIEI B.Eng. NUI Galway Final Project Workshop Thurso, Caithness 23 September 2015 Agenda Modelling: current research in Marine

More information

XXI CONGRESO LATINOAMERICANO DE HIDRÁULICA SÃO PEDRO, ESTADO DE SÃO PAULO, BRASIL, OCTUBRE, 2004

XXI CONGRESO LATINOAMERICANO DE HIDRÁULICA SÃO PEDRO, ESTADO DE SÃO PAULO, BRASIL, OCTUBRE, 2004 Proceedings, XXI Congreso Latinoamericano de Hidráulica, International Association for Hydraulic Research and Engineering (IAHR), São Pedro, Brazil, October 18-22, 2004, A.M. Genovez, Ed. IAHR AIPH XXI

More information

Module 1: CHAPTER FOUR PHYSICAL PROCESSES

Module 1: CHAPTER FOUR PHYSICAL PROCESSES Module 1: CHAPTER FOUR PHYSICAL PROCESSES Objectives: To know physical processes that are important in the movement of pollutants through the environment and processes used to control and treat pollutant

More information

WATER QUALITY MODELING FOR BOD and COD CONTROL STRATEGIES FOR THE BURIGANGA RIVER OF BANGLADESH

WATER QUALITY MODELING FOR BOD and COD CONTROL STRATEGIES FOR THE BURIGANGA RIVER OF BANGLADESH Proceedings of the 13 th International Conference of Environmental Science and Technology Athens, Greece, 5-7 September 13 WATER QUALITY MODELING FOR BOD and COD CONTROL STRATEGIES FOR THE BURIGANGA RIVER

More information

Use of computational fluid dynamics (CFD) for aquaculture raceway design to increase settling effectiveness

Use of computational fluid dynamics (CFD) for aquaculture raceway design to increase settling effectiveness Aquacultural Engineering 33 (2005) 167 180 www.elsevier.com/locate/aqua-online Use of computational fluid dynamics (CFD) for aquaculture raceway design to increase settling effectiveness Dania L. Huggins,

More information

Mixing, Short-Circuiting, Stratification, Buoyant Jet, DBPs, Water Quality, Water Age

Mixing, Short-Circuiting, Stratification, Buoyant Jet, DBPs, Water Quality, Water Age THE SCIENCE OF MIXING AND IMPROVING WATER QUALITY IN WATER STORAGE TANKS Michael J. Duer, P.E. Chief Engineer, Tideflex Technologies., 600 North Bell Ave., Carnegie, PA 15106. (412) 279-0044 phone, (412)

More information

VI. WATER QUALITY MODELING

VI. WATER QUALITY MODELING VI. WATER QUALITY MODELING As was mentioned previously in Chapter V, the Hamblin Pond/Jehu Pond and Quashnet River sub-systems of Waquoit Bay were a part of the larger hydrodynamic model of the Waquoit

More information

A STUDY OF CROSS CONTAMINATION OF IN-SUITE VENTILATION SYSTEMS USED IN MULTI-UNIT RESIDENTIAL BUILDINGS

A STUDY OF CROSS CONTAMINATION OF IN-SUITE VENTILATION SYSTEMS USED IN MULTI-UNIT RESIDENTIAL BUILDINGS A STUDY OF CROSS CONTAMINATION OF IN-SUITE VENTILATION SYSTEMS USED IN MULTI-UNIT RESIDENTIAL BUILDINGS C.A. Parker, K.D. Pressnail, M.F. Touchie, D. DeRose, and S. Dedesko ABSTRACT Complaints of cross

More information

An overview of CFD applications in flow assurance From well head to the platform. Simon Lo

An overview of CFD applications in flow assurance From well head to the platform. Simon Lo An overview of CFD applications in flow assurance From well head to the platform Simon Lo Contents From well head to the platform Heat transfer in Christmas tree Multiphase flow in long pipe Severe slugging

More information

IDENTIFICATION OF VENTILATION PROBLEMS IN AN UNDERGROUND BUS TERMINAL IN KOREA

IDENTIFICATION OF VENTILATION PROBLEMS IN AN UNDERGROUND BUS TERMINAL IN KOREA IDENTIFICATION OF VENTILATION PROBLEMS IN AN UNDERGROUND BUS TERMINAL IN KOREA H Han 1* and Y-I Kwon 2 1 Dept. Of Mechanical Engineering, Kookmin University, Korea 2 Dept. Of Building Mechanical Engineering,

More information

On Plume Dispersion over Two-Dimensional Urban-like Idealized Roughness Elements with Height Variation

On Plume Dispersion over Two-Dimensional Urban-like Idealized Roughness Elements with Height Variation On Plume Dispersion over Two-Dimensional Urban-like Idealized Roughness Elements with Height Variation Colman C.C. Wong and Chun-Ho Liu Department of Mechanical Engineering, The University of Hong Kong,

More information

Passive Monitoring: A Guide to Sorbent Tube Sampling for EPA Method 325. Nicola Watson July 2015

Passive Monitoring: A Guide to Sorbent Tube Sampling for EPA Method 325. Nicola Watson July 2015 Passive Monitoring: A Guide to Sorbent Tube Sampling for EPA Method 325 Nicola Watson July 2015 EPA 325 - Refinery perimeter monitoring Revised Federal regulation (CFR 40, part 60 and 63) to be implemented

More information

Welded Mesh Gabions and Mattresses River Protection Design Guide Anping County Zhuoda Hardware Mesh Co.,Ltd. Wire Mesh Industrial Zone, Anping

Welded Mesh Gabions and Mattresses River Protection Design Guide Anping County Zhuoda Hardware Mesh Co.,Ltd. Wire Mesh Industrial Zone, Anping Welded Mesh Gabions and Mattresses River Protection Design Guide Anping County Zhuoda Hardware Mesh Co.,Ltd. Wire Mesh Industrial Zone, Anping County, Hebei, P. R. China. Tel : 0086-318-7752001 7531068

More information

Open Channel Flow. Ch 10 Young, Handouts

Open Channel Flow. Ch 10 Young, Handouts Open Channel Flow Ch 10 Young, Handouts Introduction Many Civil & Environmental engineering flows have a free surface open to the atmosphere Rivers, streams and reservoirs Flow in partially filled pipes

More information

Integrated Modeling and Remote Sensing Systems for Mixing Zone Water Quality Management

Integrated Modeling and Remote Sensing Systems for Mixing Zone Water Quality Management Integrated Modeling and Remote Sensing Systems for Mixing Zone Water Quality Management Robert L. Doneker, Todd Sanders, Adi Ramachandran, Kent Thompson, Frank Opila MixZon Inc. 1033 SW Yamhill St., Suite

More information

Numerical study of the influence of injection/production well perforation location on CO 2 -EGS system

Numerical study of the influence of injection/production well perforation location on CO 2 -EGS system Available online at www.sciencedirect.com Energy Procedia 00 (2013) 000 000 www.elsevier.com/locate/procedia GHGT-11 Numerical study of the influence of injection/production well perforation location on

More information

Optimizing Mixing Requirements for Moving- Bed Biofilm Processes

Optimizing Mixing Requirements for Moving- Bed Biofilm Processes Optimizing Mixing Requirements for Moving- Bed Biofilm Processes Discussion Outline Process Description Justification/Need for Study Objectives Experimental Approach (Pilot-scale) CFD Model Creation and

More information

Next-generation modeling tool helps you get the most from your clarifier

Next-generation modeling tool helps you get the most from your clarifier Clarifier Proce Next-generation modeling tool helps you get the most from your clarifier Alonso Griborio, Paul Pitt, and John Alex McCorquodale 52 W E & T w w w. w e f. o r g / m a g a z i n e 2008 Water

More information

Modeling for Wind Farm Control

Modeling for Wind Farm Control Modeling for Wind Farm Control A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Jennifer Annoni IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

More information

NUMERICAL SIMULATION DOWNSTREAM ATTRACTION FLOW AT DANUBE WEIR DONAUWÖRTH

NUMERICAL SIMULATION DOWNSTREAM ATTRACTION FLOW AT DANUBE WEIR DONAUWÖRTH 9 th ISE 2012, Vienna NUMERICAL SIMULATION DOWNSTREAM ATTRACTION FLOW AT DANUBE WEIR DONAUWÖRTH MARKUS GRÜNZNER TECHNISCHE UNIVERSITÄT MÜNCHEN DEPARTMENT OF HYDRAULIC ENGINEERING 80333 MUNICH, BAVARIA,

More information

RESULTS OF EXPERIMENTAL MEASUREMENTS AND CALCULATIONS OF PRESSURE LOSSES IN HD-PE PIPES. Pavel Mosler, Jan Melichar

RESULTS OF EXPERIMENTAL MEASUREMENTS AND CALCULATIONS OF PRESSURE LOSSES IN HD-PE PIPES. Pavel Mosler, Jan Melichar 18th International Conference on TRANSPORT AND SEDIMENTATION OF SOLID PARTICLES 11-15 September 2017, Prague, Czech Republic ISSN 0867-7964 ISBN 978-83-7717-269-8 RESULTS OF EXPERIMENTAL MEASUREMENTS AND

More information

Control of the Convective Flow Instabilities in a Simulated Czochralski Growth System

Control of the Convective Flow Instabilities in a Simulated Czochralski Growth System Copyright 2017 Tech Science Press FDMP, vol.13, no.1, pp.1-17, 2017 Control of the Convective Flow Instabilities in a Simulated Czochralski Growth System N. Soltani 1 and S. Rahal 1 bstract: three-dimensional

More information