How To Calculate Piv With An Inverted Window Size And Shape

Size: px
Start display at page:

Download "How To Calculate Piv With An Inverted Window Size And Shape"

Transcription

1 Adaptive PIV with variable interrogation window size and shape Bernhard Wieneke¹, Karsten Pfeiffer¹ 1: LaVision GmbH, Göttingen, Abstract PIV processing requires a careful selection of interrogation window size to balance robustness with accuracy of the calculated displacement especially in regions of high gradients. An adaptive PIV approach is presented here which calculates the optimal local interrogation window size and shape based on flow gradients and image quality. Using elongated Gaussian weighted elliptical window the principal direction and eccentricity is computed by minimizing the differences of displacements within the window. The interrogation window size is varied according to the local flow gradient and the correlation value. For synthetic and experimental data with a shear flow this approach is compared to standard PIV processing with round or square windows showing significant improvement in accuracy and spatial resolution. 1. Introduction In standard PIV processing the user selects a constant interrogation window size such that in each window there are a sufficient number of particles, typ. 3-10, to correlate on and to provide enough stability in the usual iterative large-to-small window iterative scheme to avoid outliers. Advanced algorithms (see e.g. PIV-Challenges, Stanislas et.al., 2008) use deformed window/images to adapt to flow gradients within the window. Such a constant window size of e.g. 32x32 pixel is capable to capture certain displacement gradients, but cannot follow gradients smaller than the effective spatial resolution of the algorithm. This is especially the case in regions of strong vortices and shear flow close to surfaces. Therefore some schemes have been proposed (e.g. Scarano, 2003, Theunissen et.al, 2007, 2008, 2009) to use elongated window shapes to enhance the spatial resolution in one direction relative to the one perpendicular while maintaining the same number of pixels and vector accuracy. These schemes vary in the kind of criteria which is chosen for selecting the optimal window direction and eccentricity. At the same time the image quality is never constant ideally requiring a locally adapted window size. The number of matching particles within each window will vary randomly and will decrease significantly in regions of low seeding density and strong out-of-plane motion. A variable window size based on a combination of local particle density and/or flow gradients has been proposed (Scarano, 2003, Becker et.al., 2008, Theunissen et.al, 2009). A similar criterion is used below based on a combination of flow gradients and correlation value reflecting the image quality by the degree of similarity between the two interrogation windows. 2. Method The method presented has two parts. First the interrogation window shape is computed from the local gradients of the displacement field, and secondly the size of the interrogation window is varied according to a combination of the local correlation value and flow gradients. Starting with round interrogation windows a first displacement field is calculated from which the flow gradients are used for shape and size calculation. Further iterations refine the displacement field simultaneously with the window shape and size. Care has to be taken to ensure robustness and convergence given the extra free parameter compared to conventional PIV. It is useful in this - 1 -

2 respect to adjust the shape and size parameter slower i.e. less sensitive than the displacement field calculation itself. Shape and size adjustment are useful to add extra accuracy once a close solution has been reached, but one should not rely on elongated windows to find such a solution in the first place. Interrogation Window Shape A variable shape is implemented by weighting all pixels of both interrogation windows with a round or elongated Gaussian elliptical function. The orientation of the ellipse is such that the major axis of the ellipse is minimizing the variation of the displacements dv taken from the previous iteration over all angles α (0-180 ): dv α = Σ ( v 0 v α ) (1) where v 0 is the displacement at the center of the interrogation window, summing over all displacements v α along the line through the center at a certain angle α. The absolute difference of the displacements - effectively being an and/or combination of the first and second derivative - is considered to be more robust than the second derivative alone previously suggested (Scarano, 2003), In principle the first derivative is taken care of by the usual iterative window deformation, but the second derivative alone is quite sensitive to local noises, which lead Theunissen et.al. (2009) to conclude that a stable window shape computation is better done on (ensemble-)averaged vector fields. The present method aims at variable shape and size for each instantaneous vector field. The length of the line is chosen to be somewhat larger than the interrogation window. Here a factor of 2 has been selected. This again makes the procedure more robust since gradients are averaged over a larger range assuming that e.g. shear zones are larger than a single interrogation window. The eccentricity ε of the ellipse, i.e. the aspect ratio of major to minor axis, is computed from dvα and the value perpendicular to this direction dv α +90 : ε = (2) The eccentricity is limited to a range of 1:1 (dv α = dv α+90 ) to 4:1 (dv α << dv α+90 ) to prevent extremely long ellipsesγ is an additional parameter to change the sensitivity of the shape calculation. A value γ = 1 has been found appropriate so far; a value of 2 or 4 already provides too many 4:1 ellipses changing direction rapidly from window to window. Given interrogation windows as small as 16 2 this can lead to windows as thin as 8 x 32 pixel at 1/e weighting factor. Note that the Gaussian pixel weighting reduces the effect of particle truncation at the window borders. So far the Gaussian weighting has been implemented by taking a square window of double the size (e.g. 32x32) and applying the weighting function on all pixels with subsequent FFT processing. Shorter processing times can be reached by taking tilted windows of appropriate smaller size and thinning out overlapping windows to ensure similar overlap in all directions (Theunissen et.al., 2009). Interrogation Window Size The size of the interrogation window should be large enough to ensure enough matching particles for robustness and accuracy. Previously the local rms of the displacement field in combination with the local density of seeding particles has been used successfully for both synthetic and real data to - 2 -

3 ensure e.g. smaller windows in regions of large gradients and larger windows for lower seeding densities (Theunissen et.al., 2009). Here a similar approach is used replacing absolute seeding density by the previously calculated correlation coefficient (range -1 to +1). The normalized correlation coefficient provides a measure how well the two interrogation windows have been matched by the previous vector calculation pass and incorporates different degrading effects like low seeding density, high image noise, out-of-plan motion leading to (partly) non-matching particles, and high gradients inside the interrogation window. A low correlation coefficient C should be compensated by larger interrogation windows to ensure stability and accuracy. On the other hand high local gradients should rather be tackled by smaller windows if image quality i.e. robustness permits and this is given by the second term of the local weighting factor W based on the rms of the displacement field σ rms inside the interrogation window: W = 1 / ( C γ corr σ rms γ rms ) (3) where γ rms and γ corr have been added to adjust the sensitivity of the two terms and to check which parameter has which effect. So far γ rms = γ corr = 1 has been found appropriate. Further analysis of the optimal ratio is under way. The weighting factor W is further processed to arrive at the final window size. Given e.g. a reference window size of 32 2 pixel, W is mapped to a factor between 1 and corresponding to 322 and 162 windows by eliminating first all vector positions with the 10% highest and lowest values of W and mapping a factor of linearly to the range of the lower 10% threshold to the median value of W, and mapping to the range of the median value of W to the higher 90% threshold. This effectively provides an overall average window size of A variability of factor 2 may seem low and could indeed be increased for experiments with a wide range of image quality and flow gradients. Nevertheless such a range can already provide a significant improvement in spatial resolution with a factor of 4 compared to conventional PIV e.g. 8x32 elongated windows compared to round/square 32x32 windows. 3. Numerical Simulations Using synthetic data of a shear flow the possible improvement of elongated elliptical window shapes is investigated. The flow pattern is similar to two counter-rotating cylinders of a diameter of 256 pixel in between with an effective shear zone of about 10 and 20 pixels (10-90% threshold) over which the displacement goes from -2.5 px to +2.5 px. The maximum shear rate for both cases is 12.5 % and 25 %, respectively. The image quality is Fig. 1 Circular shear zone of dv=5px within about 20 pixel width, rigid rotation inside and outside. Processed with 32x32 adaptive windows, 75% overlap, every second vector in x/y direction shown enlarged by a factor 3, windows drawn 4x smaller. Image size = 512x512 pixel. Color = shear strength

4 ideal in order to concentrate on how window size and shape determine the ability to follow small flow features with strong gradients. As shown in Fig. 1 with 32 2 windows the shape adaptation works well with elongated 4:1 windows aligned with the shear zone. No size adaption has been activated. Fig. 2 shows the difference between the measured and the true displacement for 32 2 adaptive window processing. Fig. 3 shows the rms-difference inside a range of about +-20 and +-30px, respectively, around the shear zone comparing different processing methods at 16 2, 32 2, and 64 2 window size. The adaptive window shape method is compared to standard PIV processing with a constant square and round Gaussian weighted interrogation window. For the thin shear zone (Fig.3 left) the adaptive method has 30% less error than using Fig. 2 Difference dv between true and calculated displacement for 32x32 adaptive windows. constant round 32x32 windows. For 64x64 windows the adaptive method only computes elongated windows with up to 2:1 aspect ratio since windows with 128 x 32 pixel are already so long that they do not fit well within the curved shear zone. Therefore the improvement relative to the other methods is not as large. Fig. 3 Difference between true and calculated displacements within the shear zone - 4 -

5 Constant square windows are slightly worse than round windows probably due to truncation errors. Clearly 75% overlap outperforms 50% overlap since more vector positions are available to fit the strong gradients. The adaptive method can be further improved by using 75% overlap everywhere. Right now for 4:1 elliptical windows the overlap is only 50% in the direction of the minor axis and 87.5% in the direction of the major axis. Fig. 4 PIV-Challenge 2003 case B10, color = correlation value For the thicker shear zone of about 20 pixel width the overall errors are much lower. Since the gradient is already so small there is little difference between all methods with 16x16 windows. Still with 32x32 or larger windows the advantage of shape adaptation is significant. From the curves it is also clear that one should use windows as small as possible since the effect of small windows is larger than using the window shape adaptivity. The performance of both shape and size adaptation has been checked with image 10 of Fig. 5 PIV-Challenge 2003 case B10, interrogation window size: red = 32 2, black = Fig. 6 PIV-Challenge 2003 case B10, close-up of shear region at lower image border with horizontally stretched windows (drawn factor 4 smaller), every second vector shown in x-direction, color = u-displacement in pixels. PIV-Challenge 2005 case B. This synthetic data has regions of strong out-of-plane motion with low correlation values at the top-left in Fig. 4 and at the same time a boundary shear flow at the lower border of the image. Using γ rms = γ corr = 1 and 32 2 pixel reference window size leads to largest windows with 32 2 pixel for the low correlation region and small 16 2 windows with strong 4:1 elongated windows at the boundary shear flow (Fig. 5 and 6). Without using the rms of the displacement for the size calculation (γ rms = 0) the shear flow still has elongated windows but with larger size. Without using the correlation (γ corr = 0) the region with low correlation values has smaller window sizes. Using both rms and correlation provides the best result

6 4. Experimental Results The size and shape adaption method has been tested successfully for various experimental data. Below is shown the performance of the adaptive method (Fig. 7 right) for part of the jet flow image 50 of PIV-Challenge 2003 case A. Comparing constant and adaptive 32x32 windows with a vector grid spacing of 8 pixel (75% overlap) one can notice slightly higher peak vorticity values for the adaptive method. When using 16x16 windows more details become visible but both constant and adaptive methods suffer from outliers. With 32x32 windows and 4 pixel vector spacing (87.5% overlap) the robustness is Fig. 7 PIV-Challenge 2003 case A50, processed with constant window size and shape (left) and adaptive method (right), color = vorticity. Top 32x32ov75%, middle 16x16ov75%, bottom 32x32ov87%. Left: constant round Gaussian windows, right: adaptive shape and size

7 regained except 2 small regions for the adaptive method - and small flow features become visible but at the expense of longer processing times. As shown in Fig. 7 bottom the adaptive method performs slightly better than the constant window method, visible by higher peak vorticity values and sharper flow details resolving smaller vorticies and shear zones not previously visible. Still the overall noise level remains low as can be deduced by the almost laminar flow region at the top which is without significant gradients. Here all small scale vorticity structures are due to vector noise. Ensemble Data Averaging As pointed out by Theunissen et. al. (2009) the adaptive method is particularly suited for correlation averaging (Meinhart et.al., 1999) where one is summing up the correlation maps at each vector position over all images and computing the vector field from the summed correlation map at the end. This method is often used for µpiv with laminar and only slightly varying flows. This method can easily be extended to the usual multi-pass scheme refining interrogation window size and shape. The added robustness from using multiple images simultaneously allows smaller final interrogation Fig. 8 Top 16x16ov75%, every 2 nd vector shown, color = V, middle 32x32ov75%, bottom 32x32ov75% adaptive window size and shape

8 windows than what would be possible processing single images. Fig. 8 shows a comparison of ensemble averaging over 56 images with 16x16 and 32x32 px windows with 75% overlap compared to adaptive window size (32x32 to 16x16) and shape. In the sharp bend the adaptive approach using smaller 16x16 windows can resolve some small flow feature which is not visible with standard 32x32 px processing, while in the bulk of flow the adaptive approach retains the lower error from using larger windows. Processing here with 16x16 still leaves considerable flow fluctuations due to residual noise. 5. Summary A size and shape adaption method has been developed which increases the ability of PIVprocessing to resolve small flow structures with high gradients. The spatial resolution is improving while maintaining robustness and accuracy. Using synthetic data of a thin shear flow it is shown that adaptive window shapes can significantly increase the accuracy of the displacement field. The method also performs reliably for experimental data with visible improvements. References Becker F, Wieneke B, Yuan J, Schnörr C (2008) Variational correlation approach to flow measurement with window adaptation, 14th Int.Symp. Laser Appl Fl. Mech., Lisbon, Portugal, July Meinhart CD, Wereley ST, Santiago JG (1999), A PIV Algorithm For Estimating Time-Averaged Velocity Fields, Proceedings of Optical Methods and Image Processing in Fluid Flow, 3rd ASME/JSME Fluids Engineering Conference, San Francisco. Scarano F (2003) Theory of non-isotropic spatial resolution in PIV, Exp Fluids 35: Stanislas M, Okamoto K, Kähler CJ, Westerweel J, Scarano F (2008) Main results of the third international PIV Challenge, Exp Fluids 45: Theunissen R, Scarano F, Riethmuller ML, (2007) An adaptive sampling and windowing interrogation method in PIV, Meas Sc Techn 18: Theunissen R, Scarano F and Riethmuller ML (2008) On improvement of PIV interrogation near stationary interfaces, Exp Fluids 45: Theunissen R, Scarano F, Riethmuller ML (2009) Spatially adaptive PIV interrogation based on data ensemble, Exp Fluids 48:

Introduction of Particle Image Velocimetry

Introduction of Particle Image Velocimetry Introduction of Particle Image Velocimetry Ken Kiger Burgers Program For Fluid Dynamics Turbulence School College Park, Maryland, May 24-27 Slides largely generated by J. Westerweel & C. Poelma of Technical

More information

Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based)

Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based) Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf Flow Visualization Image-Based Methods (integration-based) Spot Noise (Jarke van Wijk, Siggraph 1991) Flow Visualization:

More information

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid.

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Fluid Statics When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Consider a small wedge of fluid at rest of size Δx, Δz, Δs

More information

Evaluation of the Cross Correlation Method by Using PIV Standard Images

Evaluation of the Cross Correlation Method by Using PIV Standard Images 1998 The Visualization Society of Japan and Ohmsha, Ltd. Journal of Visualization, Vol. 1, No. 1 (1998) 87-94 Evaluation of the Cross Correlation ethod by Using PIV Standard Images Hu, H.* 1, Saga, T.*

More information

Adaptation of General Purpose CFD Code for Fusion MHD Applications*

Adaptation of General Purpose CFD Code for Fusion MHD Applications* Adaptation of General Purpose CFD Code for Fusion MHD Applications* Andrei Khodak Princeton Plasma Physics Laboratory P.O. Box 451 Princeton, NJ, 08540 USA akhodak@pppl.gov Abstract Analysis of many fusion

More information

How To Analyze Ball Blur On A Ball Image

How To Analyze Ball Blur On A Ball Image Single Image 3D Reconstruction of Ball Motion and Spin From Motion Blur An Experiment in Motion from Blur Giacomo Boracchi, Vincenzo Caglioti, Alessandro Giusti Objective From a single image, reconstruct:

More information

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass Centre of Mass A central theme in mathematical modelling is that of reducing complex problems to simpler, and hopefully, equivalent problems for which mathematical analysis is possible. The concept of

More information

Lab 7: Rotational Motion

Lab 7: Rotational Motion Lab 7: Rotational Motion Equipment: DataStudio, rotary motion sensor mounted on 80 cm rod and heavy duty bench clamp (PASCO ME-9472), string with loop at one end and small white bead at the other end (125

More information

Understanding astigmatism Spring 2003

Understanding astigmatism Spring 2003 MAS450/854 Understanding astigmatism Spring 2003 March 9th 2003 Introduction Spherical lens with no astigmatism Crossed cylindrical lenses with astigmatism Horizontal focus Vertical focus Plane of sharpest

More information

Galaxy Morphological Classification

Galaxy Morphological Classification Galaxy Morphological Classification Jordan Duprey and James Kolano Abstract To solve the issue of galaxy morphological classification according to a classification scheme modelled off of the Hubble Sequence,

More information

Freehand Sketching. Sections

Freehand Sketching. Sections 3 Freehand Sketching Sections 3.1 Why Freehand Sketches? 3.2 Freehand Sketching Fundamentals 3.3 Basic Freehand Sketching 3.4 Advanced Freehand Sketching Key Terms Objectives Explain why freehand sketching

More information

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION OBJECT TRACKING USING LOG-POLAR TRANSFORMATION A Thesis Submitted to the Gradual Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements

More information

Part-Based Recognition

Part-Based Recognition Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple

More information

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Vol. XX 2012 No. 4 28 34 J. ŠIMIČEK O. HUBOVÁ NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Jozef ŠIMIČEK email: jozef.simicek@stuba.sk Research field: Statics and Dynamics Fluids mechanics

More information

5-Axis Test-Piece Influence of Machining Position

5-Axis Test-Piece Influence of Machining Position 5-Axis Test-Piece Influence of Machining Position Michael Gebhardt, Wolfgang Knapp, Konrad Wegener Institute of Machine Tools and Manufacturing (IWF), Swiss Federal Institute of Technology (ETH), Zurich,

More information

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION Mark J. Norris Vision Inspection Technology, LLC Haverhill, MA mnorris@vitechnology.com ABSTRACT Traditional methods of identifying and

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

CBE 6333, R. Levicky 1 Differential Balance Equations

CBE 6333, R. Levicky 1 Differential Balance Equations CBE 6333, R. Levicky 1 Differential Balance Equations We have previously derived integral balances for mass, momentum, and energy for a control volume. The control volume was assumed to be some large object,

More information

Structural Integrity Analysis

Structural Integrity Analysis Structural Integrity Analysis 1. STRESS CONCENTRATION Igor Kokcharov 1.1 STRESSES AND CONCENTRATORS 1.1.1 Stress An applied external force F causes inner forces in the carrying structure. Inner forces

More information

Plate waves in phononic crystals slabs

Plate waves in phononic crystals slabs Acoustics 8 Paris Plate waves in phononic crystals slabs J.-J. Chen and B. Bonello CNRS and Paris VI University, INSP - 14 rue de Lourmel, 7515 Paris, France chen99nju@gmail.com 41 Acoustics 8 Paris We

More information

ME 111: Engineering Drawing

ME 111: Engineering Drawing ME 111: Engineering Drawing Lecture # 14 (10/10/2011) Development of Surfaces http://www.iitg.ernet.in/arindam.dey/me111.htm http://www.iitg.ernet.in/rkbc/me111.htm http://shilloi.iitg.ernet.in/~psr/ Indian

More information

Energy and material efficient non-circular bore Bitter magnets. A. Akhmeteli 1, A.V. Gavrilin 2

Energy and material efficient non-circular bore Bitter magnets. A. Akhmeteli 1, A.V. Gavrilin 2 Energy and material efficient non-circular bore Bitter magnets A. Akhmeteli 1, A.V. Gavrilin 2 Abstract There exist a number of experiments/applications where the second dimension of the bore of Bitter

More information

Reflection and Refraction

Reflection and Refraction Equipment Reflection and Refraction Acrylic block set, plane-concave-convex universal mirror, cork board, cork board stand, pins, flashlight, protractor, ruler, mirror worksheet, rectangular block worksheet,

More information

Dimensional Analysis

Dimensional Analysis Dimensional Analysis An Important Example from Fluid Mechanics: Viscous Shear Forces V d t / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / Ƭ = F/A = μ V/d More generally, the viscous

More information

Structural Axial, Shear and Bending Moments

Structural Axial, Shear and Bending Moments Structural Axial, Shear and Bending Moments Positive Internal Forces Acting Recall from mechanics of materials that the internal forces P (generic axial), V (shear) and M (moment) represent resultants

More information

7. DYNAMIC LIGHT SCATTERING 7.1 First order temporal autocorrelation function.

7. DYNAMIC LIGHT SCATTERING 7.1 First order temporal autocorrelation function. 7. DYNAMIC LIGHT SCATTERING 7. First order temporal autocorrelation function. Dynamic light scattering (DLS) studies the properties of inhomogeneous and dynamic media. A generic situation is illustrated

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

Whitepaper. Image stabilization improving camera usability

Whitepaper. Image stabilization improving camera usability Whitepaper Image stabilization improving camera usability Table of contents 1. Introduction 3 2. Vibration Impact on Video Output 3 3. Image Stabilization Techniques 3 3.1 Optical Image Stabilization 3

More information

Integrated sensors for robotic laser welding

Integrated sensors for robotic laser welding Proceedings of the Third International WLT-Conference on Lasers in Manufacturing 2005,Munich, June 2005 Integrated sensors for robotic laser welding D. Iakovou *, R.G.K.M Aarts, J. Meijer University of

More information

PIV Uncertainty Methodologies for CFD Code Validation at the MIR Facility

PIV Uncertainty Methodologies for CFD Code Validation at the MIR Facility INL/EXT-12-27728 PIV Uncertainty Methodologies for CFD Code Validation at the MIR Facility Piyush Sabharwall Thomas Conder Richard Skifton Carl Stoots Eung Soo Kim December 2013 The INL is a U.S. Department

More information

Vibrations of a Free-Free Beam

Vibrations of a Free-Free Beam Vibrations of a Free-Free Beam he bending vibrations of a beam are described by the following equation: y EI x y t 4 2 + ρ A 4 2 (1) y x L E, I, ρ, A are respectively the Young Modulus, second moment of

More information

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic AiMT Advances in Military Technology Vol. 8, No. 1, June 2013 Aerodynamic Characteristics of Multi-Element Iced Airfoil CFD Simulation A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

FLOW PATTERNS AND EXCHANGE PROCESSES IN DEAD ZONES OF RIVERS VOLKER WEITBRECHT & GERHARD H. JIRKA

FLOW PATTERNS AND EXCHANGE PROCESSES IN DEAD ZONES OF RIVERS VOLKER WEITBRECHT & GERHARD H. JIRKA FLOW PATTERNS AND EXCHANGE PROCESSES IN DEAD ZONES OF RIVERS VOLKER WEITBRECHT & GERHARD H. JIRKA Institute for Hydromechanics, University of Karlsruhe 76128 Karlsruhe, Germany weitbrecht@ifh.uni-karlsruhe.de

More information

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 In this tutorial, we will use the SolidWorks Simulation finite element analysis (FEA) program to analyze the response

More information

CONVERGE Features, Capabilities and Applications

CONVERGE Features, Capabilities and Applications CONVERGE Features, Capabilities and Applications CONVERGE CONVERGE The industry leading CFD code for complex geometries with moving boundaries. Start using CONVERGE and never make a CFD mesh again. CONVERGE

More information

Planetary Orbit Simulator Student Guide

Planetary Orbit Simulator Student Guide Name: Planetary Orbit Simulator Student Guide Background Material Answer the following questions after reviewing the Kepler's Laws and Planetary Motion and Newton and Planetary Motion background pages.

More information

Mobile Robot FastSLAM with Xbox Kinect

Mobile Robot FastSLAM with Xbox Kinect Mobile Robot FastSLAM with Xbox Kinect Design Team Taylor Apgar, Sean Suri, Xiangdong Xi Design Advisor Prof. Greg Kowalski Abstract Mapping is an interesting and difficult problem in robotics. In order

More information

LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK

LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK vii LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK LIST OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF NOTATIONS LIST OF ABBREVIATIONS LIST OF APPENDICES

More information

Setting Size Specifications

Setting Size Specifications SETTING PARTICLE SIZE SPECIFICATIONS The creation of a meaningful and product-appropriate particle size specification requires knowledge of its effect on product performance in addition to an understanding

More information

Backwater Rise and Drag Characteristics of Bridge Piers under Subcritical

Backwater Rise and Drag Characteristics of Bridge Piers under Subcritical European Water 36: 7-35, 11. 11 E.W. Publications Backwater Rise and Drag Characteristics of Bridge Piers under Subcritical Flow Conditions C.R. Suribabu *, R.M. Sabarish, R. Narasimhan and A.R. Chandhru

More information

Frequency-domain and stochastic model for an articulated wave power device

Frequency-domain and stochastic model for an articulated wave power device Frequency-domain stochastic model for an articulated wave power device J. Cândido P.A.P. Justino Department of Renewable Energies, Instituto Nacional de Engenharia, Tecnologia e Inovação Estrada do Paço

More information

Electrical Resonance

Electrical Resonance Electrical Resonance (R-L-C series circuit) APPARATUS 1. R-L-C Circuit board 2. Signal generator 3. Oscilloscope Tektronix TDS1002 with two sets of leads (see Introduction to the Oscilloscope ) INTRODUCTION

More information

Shape Measurement of a Sewer Pipe. Using a Mobile Robot with Computer Vision

Shape Measurement of a Sewer Pipe. Using a Mobile Robot with Computer Vision International Journal of Advanced Robotic Systems ARTICLE Shape Measurement of a Sewer Pipe Using a Mobile Robot with Computer Vision Regular Paper Kikuhito Kawasue 1,* and Takayuki Komatsu 1 1 Department

More information

Feature Tracking and Optical Flow

Feature Tracking and Optical Flow 02/09/12 Feature Tracking and Optical Flow Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem Many slides adapted from Lana Lazebnik, Silvio Saverse, who in turn adapted slides from Steve

More information

Introduction to acoustic imaging

Introduction to acoustic imaging Introduction to acoustic imaging Contents 1 Propagation of acoustic waves 3 1.1 Wave types.......................................... 3 1.2 Mathematical formulation.................................. 4 1.3

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements K. Stein Department of Physics, Bethel College, St. Paul, MN 55112 T. Tezduyar Mechanical Engineering, Rice University, MS 321, Houston, TX 77005 R. Benney Natick Soldier Center, Natick, MA 01760 Mesh

More information

Improving Chromatic Dispersion and PMD Measurement Accuracy

Improving Chromatic Dispersion and PMD Measurement Accuracy Improving Chromatic Dispersion and PMD Measurement Accuracy White Paper Michael Kelly Agilent Technologies Signal transmission over optical fibers relies on preserving the waveform from transmitter to

More information

Traditional Drawing Tools

Traditional Drawing Tools Engineering Drawing Traditional Drawing Tools DRAWING TOOLS DRAWING TOOLS 1. T-Square 2. Triangles DRAWING TOOLS HB for thick line 2H for thin line 3. Adhesive Tape 4. Pencils DRAWING TOOLS 5. Sandpaper

More information

The accurate calibration of all detectors is crucial for the subsequent data

The accurate calibration of all detectors is crucial for the subsequent data Chapter 4 Calibration The accurate calibration of all detectors is crucial for the subsequent data analysis. The stability of the gain and offset for energy and time calibration of all detectors involved

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 FSI-02-TN59-R2 Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 1. Introduction A major new extension of the capabilities of FLOW-3D -- the multi-block grid model -- has been incorporated

More information

The Effects of Start Prices on the Performance of the Certainty Equivalent Pricing Policy

The Effects of Start Prices on the Performance of the Certainty Equivalent Pricing Policy BMI Paper The Effects of Start Prices on the Performance of the Certainty Equivalent Pricing Policy Faculty of Sciences VU University Amsterdam De Boelelaan 1081 1081 HV Amsterdam Netherlands Author: R.D.R.

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

Table 9.1 Types of intrusions of a fluid into another and the corresponding terminology.

Table 9.1 Types of intrusions of a fluid into another and the corresponding terminology. Chapter 9 Turbulent Jets SUMMARY: This chapter is concerned with turbulent jets, namely their overall shape and velocity structure. The first jets being considered are those penetrating in homogeneous

More information

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner (tanner@vision.ee.ethz.ch) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

Implementation of a flexible fiber model in a general purpose CFD code

Implementation of a flexible fiber model in a general purpose CFD code Implementation of a flexible fiber model in a general purpose CFD code Jelena Andrić Supervisor: Håkan Nilsson Co-supervisors: Srdjan Sasic and Alf-Erik Almstedt Department of Applied Mechanics Chalmers

More information

Path Tracking for a Miniature Robot

Path Tracking for a Miniature Robot Path Tracking for a Miniature Robot By Martin Lundgren Excerpt from Master s thesis 003 Supervisor: Thomas Hellström Department of Computing Science Umeå University Sweden 1 Path Tracking Path tracking

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

Class #14/15 14/16 October 2008

Class #14/15 14/16 October 2008 Class #14/15 14/16 October 2008 Thursday, Oct 23 in class You ll be given equations and constants Bring a calculator, paper Closed book/notes Topics Stellar evolution/hr-diagram/manipulate the IMF ISM

More information

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ.

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ. Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ., Raleigh, NC One vital step is to choose a transfer lens matched to your

More information

Performance prediction of a centrifugal pump working in direct and reverse mode using Computational Fluid Dynamics

Performance prediction of a centrifugal pump working in direct and reverse mode using Computational Fluid Dynamics European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 10) Granada (Spain), 23rd

More information

Steady Flow: Laminar and Turbulent in an S-Bend

Steady Flow: Laminar and Turbulent in an S-Bend STAR-CCM+ User Guide 6663 Steady Flow: Laminar and Turbulent in an S-Bend This tutorial demonstrates the flow of an incompressible gas through an s-bend of constant diameter (2 cm), for both laminar and

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

More information

A Movement Tracking Management Model with Kalman Filtering Global Optimization Techniques and Mahalanobis Distance

A Movement Tracking Management Model with Kalman Filtering Global Optimization Techniques and Mahalanobis Distance Loutraki, 21 26 October 2005 A Movement Tracking Management Model with ing Global Optimization Techniques and Raquel Ramos Pinho, João Manuel R. S. Tavares, Miguel Velhote Correia Laboratório de Óptica

More information

ATM 316: Dynamic Meteorology I Final Review, December 2014

ATM 316: Dynamic Meteorology I Final Review, December 2014 ATM 316: Dynamic Meteorology I Final Review, December 2014 Scalars and Vectors Scalar: magnitude, without reference to coordinate system Vector: magnitude + direction, with reference to coordinate system

More information

Optical modeling of finite element surface displacements using commercial software

Optical modeling of finite element surface displacements using commercial software Optical modeling of finite element surface displacements using commercial software Keith B. Doyle, Victor L. Genberg, Gregory J. Michels, Gary R. Bisson Sigmadyne, Inc. 803 West Avenue, Rochester, NY 14611

More information

Assessment of Camera Phone Distortion and Implications for Watermarking

Assessment of Camera Phone Distortion and Implications for Watermarking Assessment of Camera Phone Distortion and Implications for Watermarking Aparna Gurijala, Alastair Reed and Eric Evans Digimarc Corporation, 9405 SW Gemini Drive, Beaverton, OR 97008, USA 1. INTRODUCTION

More information

High Resolution Spatial Electroluminescence Imaging of Photovoltaic Modules

High Resolution Spatial Electroluminescence Imaging of Photovoltaic Modules High Resolution Spatial Electroluminescence Imaging of Photovoltaic Modules Abstract J.L. Crozier, E.E. van Dyk, F.J. Vorster Nelson Mandela Metropolitan University Electroluminescence (EL) is a useful

More information

Abaqus/CFD Sample Problems. Abaqus 6.10

Abaqus/CFD Sample Problems. Abaqus 6.10 Abaqus/CFD Sample Problems Abaqus 6.10 Contents 1. Oscillatory Laminar Plane Poiseuille Flow 2. Flow in Shear Driven Cavities 3. Buoyancy Driven Flow in Cavities 4. Turbulent Flow in a Rectangular Channel

More information

Rheological Properties of Topical Formulations

Rheological Properties of Topical Formulations Rheological Properties of Topical Formulations Hemi Nae, PhD Hydan Technologies, Inc. Key Words Complex Modulus, Creep/Recovery, Dilatant Flow, Dynamic Viscosity, Flow, Flow Curve, Flow Models, Frequency

More information

J. P. Oakley and R. T. Shann. Department of Electrical Engineering University of Manchester Manchester M13 9PL U.K. Abstract

J. P. Oakley and R. T. Shann. Department of Electrical Engineering University of Manchester Manchester M13 9PL U.K. Abstract A CURVATURE SENSITIVE FILTER AND ITS APPLICATION IN MICROFOSSIL IMAGE CHARACTERISATION J. P. Oakley and R. T. Shann Department of Electrical Engineering University of Manchester Manchester M13 9PL U.K.

More information

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics Lecture 16 - Free Surface Flows Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Example: spinning bowl Example: flow in

More information

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Functional Tolerancing and Annotation...2 Pull-down Menus...3 Insert...3 Functional Tolerancing and Annotation Workbench...4 Bottom Toolbar Changes...5 3D Grid Toolbar...5

More information

Dimensional analysis is a method for reducing the number and complexity of experimental variables that affect a given physical phenomena.

Dimensional analysis is a method for reducing the number and complexity of experimental variables that affect a given physical phenomena. Dimensional Analysis and Similarity Dimensional analysis is very useful for planning, presentation, and interpretation of experimental data. As discussed previously, most practical fluid mechanics problems

More information

BCC Multi Stripe Wipe

BCC Multi Stripe Wipe BCC Multi Stripe Wipe The BCC Multi Stripe Wipe is a similar to a Horizontal or Vertical Blind wipe. It offers extensive controls to randomize the stripes parameters. The following example shows a Multi

More information

Application Note #503 Comparing 3D Optical Microscopy Techniques for Metrology Applications

Application Note #503 Comparing 3D Optical Microscopy Techniques for Metrology Applications Screw thread image generated by WLI Steep PSS angles WLI color imaging Application Note #503 Comparing 3D Optical Microscopy Techniques for Metrology Applications 3D optical microscopy is a mainstay metrology

More information

HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi

HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi 2 Rajesh Dudi 1 Scholar and 2 Assistant Professor,Department of Mechanical Engineering, OITM, Hisar (Haryana)

More information

Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure

Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure Universal Journal of Mechanical Engineering (1): 8-33, 014 DOI: 10.13189/ujme.014.00104 http://www.hrpub.org Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure Alireza Falahat

More information

A LAMINAR FLOW ELEMENT WITH A LINEAR PRESSURE DROP VERSUS VOLUMETRIC FLOW. 1998 ASME Fluids Engineering Division Summer Meeting

A LAMINAR FLOW ELEMENT WITH A LINEAR PRESSURE DROP VERSUS VOLUMETRIC FLOW. 1998 ASME Fluids Engineering Division Summer Meeting TELEDYNE HASTINGS TECHNICAL PAPERS INSTRUMENTS A LAMINAR FLOW ELEMENT WITH A LINEAR PRESSURE DROP VERSUS VOLUMETRIC FLOW Proceedings of FEDSM 98: June -5, 998, Washington, DC FEDSM98 49 ABSTRACT The pressure

More information

Remote Sensing of Clouds from Polarization

Remote Sensing of Clouds from Polarization Remote Sensing of Clouds from Polarization What polarization can tell us about clouds... and what not? J. Riedi Laboratoire d'optique Atmosphérique University of Science and Technology Lille / CNRS FRANCE

More information

Interference. Physics 102 Workshop #3. General Instructions

Interference. Physics 102 Workshop #3. General Instructions Interference Physics 102 Workshop #3 Name: Lab Partner(s): Instructor: Time of Workshop: General Instructions Workshop exercises are to be carried out in groups of three. One report per group is due by

More information

Advanced Natural Gas Storage (ANGAS) Project and Verification Tests of Experimental Lined Rock Cavern in Japan

Advanced Natural Gas Storage (ANGAS) Project and Verification Tests of Experimental Lined Rock Cavern in Japan Advanced Natural Gas Storage (ANGAS) Project and Verification Tests of Experimental Lined Rock Cavern in Japan Toru Komatsubara THE JAPAN GAS ASSOCIATION Taku Watanabe TOKYO GAS CO.,LTD. Satoshi Murase

More information

Practice Problems on Boundary Layers. Answer(s): D = 107 N D = 152 N. C. Wassgren, Purdue University Page 1 of 17 Last Updated: 2010 Nov 22

Practice Problems on Boundary Layers. Answer(s): D = 107 N D = 152 N. C. Wassgren, Purdue University Page 1 of 17 Last Updated: 2010 Nov 22 BL_01 A thin flat plate 55 by 110 cm is immersed in a 6 m/s stream of SAE 10 oil at 20 C. Compute the total skin friction drag if the stream is parallel to (a) the long side and (b) the short side. D =

More information

Uses of Derivative Spectroscopy

Uses of Derivative Spectroscopy Uses of Derivative Spectroscopy Application Note UV-Visible Spectroscopy Anthony J. Owen Derivative spectroscopy uses first or higher derivatives of absorbance with respect to wavelength for qualitative

More information

arxiv:astro-ph/0509450 v1 15 Sep 2005

arxiv:astro-ph/0509450 v1 15 Sep 2005 arxiv:astro-ph/0509450 v1 15 Sep 2005 TESTING THERMO-ACOUSTIC SOUND GENERATION IN WATER WITH PROTON AND LASER BEAMS K. GRAF, G. ANTON, J. HÖSSL, A. KAPPES, T. KARG, U. KATZ, R. LAHMANN, C. NAUMANN, K.

More information

Physics of the Atmosphere I

Physics of the Atmosphere I Physics of the Atmosphere I WS 2008/09 Ulrich Platt Institut f. Umweltphysik R. 424 Ulrich.Platt@iup.uni-heidelberg.de heidelberg.de Last week The conservation of mass implies the continuity equation:

More information

NUMERICAL STUDY OF FLOW AND TURBULENCE THROUGH SUBMERGED VEGETATION

NUMERICAL STUDY OF FLOW AND TURBULENCE THROUGH SUBMERGED VEGETATION NUMERICAL STUDY OF FLOW AND TURBULENCE THROUGH SUBMERGED VEGETATION HYUNG SUK KIM (1), MOONHYEONG PARK (2), MOHAMED NABI (3) & ICHIRO KIMURA (4) (1) Korea Institute of Civil Engineering and Building Technology,

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

Micro-Optical Sensor Use in Boundary Layer Flows with Polymers and Bubbles

Micro-Optical Sensor Use in Boundary Layer Flows with Polymers and Bubbles 2 nd International Symposium on Seawater Drag Reduction Busan, Korea, 23-26 MAY 2005 Micro-Optical Sensor Use in Boundary Layer Flows with Polymers and Bubbles D. Modarress, P. Svitek (Measurement Science

More information

Introduction. www.imagesystems.se

Introduction. www.imagesystems.se Product information Image Systems AB Main office: Ågatan 40, SE-582 22 Linköping Phone +46 13 200 100, fax +46 13 200 150 info@imagesystems.se, Introduction Motion is the world leading software for advanced

More information

PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY

PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY V. Knyaz a, *, Yu. Visilter, S. Zheltov a State Research Institute for Aviation System (GosNIIAS), 7, Victorenko str., Moscow, Russia

More information

bi directional loading). Prototype ten story

bi directional loading). Prototype ten story NEESR SG: Behavior, Analysis and Design of Complex Wall Systems The laboratory testing presented here was conducted as part of a larger effort that employed laboratory testing and numerical simulation

More information

Technical Drawing Specifications Resource A guide to support VCE Visual Communication Design study design 2013-17

Technical Drawing Specifications Resource A guide to support VCE Visual Communication Design study design 2013-17 A guide to support VCE Visual Communication Design study design 2013-17 1 Contents INTRODUCTION The Australian Standards (AS) Key knowledge and skills THREE-DIMENSIONAL DRAWING PARALINE DRAWING Isometric

More information

AP1 Waves. (A) frequency (B) wavelength (C) speed (D) intensity. Answer: (A) and (D) frequency and intensity.

AP1 Waves. (A) frequency (B) wavelength (C) speed (D) intensity. Answer: (A) and (D) frequency and intensity. 1. A fire truck is moving at a fairly high speed, with its siren emitting sound at a specific pitch. As the fire truck recedes from you which of the following characteristics of the sound wave from the

More information

DETERMINING THE POLARIZATION STATE OF THE RADIATION CROSSING THROUGH AN ANISOTROPIC POLY (VINYL ALCOHOL) FILM

DETERMINING THE POLARIZATION STATE OF THE RADIATION CROSSING THROUGH AN ANISOTROPIC POLY (VINYL ALCOHOL) FILM DETERMINING THE POLARIZATION STATE OF THE RADIATION CROSSING THROUGH AN ANISOTROPIC POLY (VINYL ALCOHOL) FILM ECATERINA AURICA ANGHELUTA Faculty of Physics,,,Al.I. Cuza University, 11 Carol I Bd., RO-700506,

More information

FLUID FLOW STREAMLINE LAMINAR FLOW TURBULENT FLOW REYNOLDS NUMBER

FLUID FLOW STREAMLINE LAMINAR FLOW TURBULENT FLOW REYNOLDS NUMBER VISUAL PHYSICS School of Physics University of Sydney Australia FLUID FLOW STREAMLINE LAMINAR FLOW TURBULENT FLOW REYNOLDS NUMBER? What type of fluid flow is observed? The above pictures show how the effect

More information

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL 14 th European Conference on Mixing Warszawa, 10-13 September 2012 AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL Joanna Karcz, Lukasz Kacperski

More information

C. elegans motility analysis in ImageJ - A practical approach

C. elegans motility analysis in ImageJ - A practical approach C. elegans motility analysis in ImageJ - A practical approach Summary This document describes some of the practical aspects of computer assisted analysis of C. elegans behavior in practice. C. elegans

More information