A Cache Model of the Block Correlations Directed Cache Replacement Algorithm

Size: px
Start display at page:

Download "A Cache Model of the Block Correlations Directed Cache Replacement Algorithm"

Transcription

1 Applied atematics & Information Sciences An International Journal 211 NSP 5 (2) (211),79S-88S A Cace odel of te Block Correlations Directed Cace Replacement Algoritm Zu Xudong Scool of Computer Science and Information Engineering, Zejiang Gongsang University Hangzou, Cina Address: zuxd@zjgsu.edu.cn Received Oct 1, 21; Revised Jan 19, 211 Tis paper oposes a cace model of te Block Correlations Directed cace replacement algoritm (BCD). Since te edication success rate of accesses decides te BCD s it ratio, te cace model analysis te utilization of te cace space imoved by te correct edications and te penalty incurred by incorrect edications to estimate te it rate of BCD. Te model can also optimize te parameters of BCD to acieve teoretical optimum of suc spatial locality based likely replacement algoritms. For most workloads of real systems te model of BCD can reduce deviation by 2.1%-21.8%. Keywords: Cace model, Spatial locality. 1 Introduction Block correlations are common semantic patterns in storage systems and can be used to direct performance optimization of storage systems. Te correlated blocks usually are accessed by requests wic close to eac oter in a stream. For example, tere is a block correlation {abc}. Wen block a and b are accessed one after anoter, block c is likely to be accessed soon. References [1-2] try to explore te block correlations in a request stream. Recently some studies [4-5], like BCD [3], opose cace replacement policies wic use spatial locality in block correlations to increase te it ratio. To acieve teoretical optimum of te replacement algoritms, BCD edicts te of blocks spatial locality in te future by istory and runtime information. BCD places blocks in te stack of cace by te ediction results to imove te utilization of te cace and reduce te penalty of ediction failure. Te edication success rate decides te it rate of BCD. Tis paper oposes a cace model of BCD to acieve teoretical optimum of spatial locality based replacement algoritms. Te cace model analyses te utilization of te cace space imoved by te correct edications and te penalty incurred by incorrect edications to estimate te it rate of BCD. For most of real system workloads te model of BCD can reduce deviation

2 Zu Xudong 8 by 2.1%-21.8%. Te paper is organized as follows. In te next section we introduce te BCD. Section 3 discusses te cace model. Section 4 esents our experimental results and Section 5 concludes te paper. 2. Basic policy and key oblems Figure 1 is a block correlations directed cace system structure wic includes efetcing and cace replacement component. Te cace system does not limit location in te system. It can be used in client end, storage server or storage area network. Te efetcing component uses block correlations to direct efetcing policy [1]. Tis paper discusses te policy of cace replacement component. Cace System Prefetcing component Prefetc I/O Prefetc data Applications BCD used by Cace management component ain cace ain cace miss Prefetcing cace Prefetcing cace miss Request Access data Storage Figure 1. Block correlations directed cace system structure To indentify te access caracteristics we classify te requests as follow. 1. Prefetced Request, PR: Besides te first request requests in a block correlations are efetced requests. 2. Non-Prefetced Request, NPR: (a) request tat does not access in a pattern. (b) Te first request of a pattern. 1. How to identify request type online. Traditional spatial-locality based algoritms can identify only sequential access and random access. One metod is to get information of te current request by communication between replacement component and

3 A Cace odel of te Block Correlations 81 efetcing component. It is not general for a cace system. A simple and efficient request identification mecanism is an issue to be solved in te study. Table 1. Influence of request-type ediction on cace-miss ratio {ABCD} is frequent access pattern and uses LRU and RU policies respectively for te blocks wit NPR and PR edicted LRU BCD (inaccurate ediction) BCD (accurate ediction) Req Pref Stack state iss times Stack state iss times Type Stack state iss times Type E 1 1 NPR 1 NPR F E 2 E 2 NPR E 2 NPR A FE 3 FE 3 NPR FE 3 NPR B B AFE 3 AFE 3 PR AFE 3 PR C C BAFE 3 AFEB 3 PR AFEB 3 PR D D CBAF 3 AFEC 3 PR AFEC 3 PR E DCBA 4 AFED 3 NPR AFED 3 NPR F EDCB 5 EAFD 3 NPR EAFD 3 NPR B FEDC 6 FEAD 4 PR FEAD 4 NPR C BFED 7 FEAB 5 PR BFEA 5 NPR B CBFE 8 FEAC 6 PR CBFE 5 NPR C BDFE 9 FEAB 7 PR BCFE 5 NPR 2. How to edict accurately te future request type of te block. A block can be accessed by different types of requests. Accurate ediction of te future-request type for eac block can effectively reduce te cace-miss ratio. On te contrary wrong ediction increases te cace-miss ratio. As sown in Table 1, if blocks to be accessed by NPR in future are mistakenly edicted to be accessed by PR, te block is soon replaced from te cace. It directly results in cace miss. Similarly, if a PR is edicted as NPR, te block accessed by it stays in te cace for long time and reduces te utilization of cace space. Table 1 sows te influence of accurate ediction of request type on cace-miss ratio. In addition ediction of te algoritm must ave very low overead. How to edict te future access type of blocks accurately and rapidly is a key oblem to be solved. 3. How to reduce penalty incurred by failure of ediction. If BCD cooses LRU or RU policy simply based on ediction results, failure in ediction results in ig cace-miss ratio. BCD sould consider ow to reduce te penalty in case of ediction failure. Te overead of te algoritm sould be also taken into account. For example, DULO s sorting operation oduces a larger overead. How to place blocks based on te ediction results and tolerate te failure of ediction is anoter important goal of tis paper 3. Te BCD Sceme BCD adjusts te residence time of te block in te cace to maximize te NPR it ratio and to reduce te penalty of failure of ediction. Te blocks tat are edicted being accessed by different request types sould ave different residence times in te cace.

4 Zu Xudong 82 Te block is replaced out of te cace from te stack bottom (LRU end). If te block is not accessed again, te minimum residence time of a block in te cace is equal to te distance from te current position to te stack bottom. Tere are two sections in BCD s stack and te depts of tem are respectively T and T l. Te blocks depart troug te bottom of ig section and enter te top of te low one. Te blocks are replaced at te bottom of te low section. Terefore blocks at te ig section ave longer residence times tan blocks at te low section. No move e PR NPR ove to top of ig section e NPR Hig section start NPR replace end PR ove to top of low section e PR Low section replace Figure 3. State conversion of a block in BCD If a block is edicted to be accessed by NPR, BCD places it at te top of te ig section. BCD uses two policies to reduce te penalty of te ediction failure. Firstly BCD keeps temporal locality of NPR requests. If te block is it at te ig section and is edicted to be accessed by PR next, BCD does not cange te position of te block in te stack. If te type of next request for tis block is NPR, te ediction fails, but te block still can stay in te cace for a longer time. Secondly, If te block is not in te ig section and it is edicted to be accessed by PR next time, BCD places it at te top of te low section to keep te block for a period to reduce te penalty of ediction failure. In general Figure 3 sows te state conversion of a block in te BCD cace. 4. Cace model of BCD In tis section we build te BCD model to analyze te influence of various factors on cace effect and direct configuration of BCD parameter. Let cace capacity T be a constant greater tan. Let d be a reference distance of te block wic reesents te number of oter blocks accessed between two adjacent accessors to te same block (te block repeatedly accessed during te interval is counted once only). Teorem 1: Let T be te size of te cace, reference tem at a distance d. Ten miss ratio of LRU algoritm is lru T 1 f ( d)d( d). f (d) be te oportion of requests tat

5 A Cace odel of te Block Correlations 83 Proof: According to LRU, te block can be it in te cace wen te reference distance is smaller tan T. Terefore te it ratio of LRU is H = T lru f ( d) Wen te number of requests is large enoug, f (d) tends to be, so H lru T = T f ( d) f ( d)d( d) and accordingly lru H lru T 1 f ( d)d( d). Let S be te total count of requests in te storage system. Let main be te it times in te main cace, be te it times of PRs in main cace and let be te it main main times of NPRs in te main cace. Ten = main + main. Let main S be te number of PRs in S. Te cace system miss ratio is = ( S ( S )) / S ( main main + S ) / S main S Since is irrelevant to te replacement policy, is decided by NPRs resides in te main cace as long as possible to increase (1) main. Te block of main. It is more complicated to use BCD in te storage system. Te following oblems and callenges are encountered. f ( ) All te PRs are it in te main cace. Let d be te obability density function P S / S of te reference distance. Let PRs of te workloads be = P S / S, as. According to Formula (1), if T l = and te edictions are all correct, BCD as te teoretical optimum cace miss ratio (OPT): opt ( S + main ) / S T (2) P P f ( d)d( d) Te reference distance distribution of workloads and NPR sequence can be apoximately obtained by linear conversion of te exponential distribution. Figure 4 and Figure 5 are respectively reference distance distribution of Cello92 and OLTP. Analysis of Cello96, Cello99 and TCP-C can also obtain te similar results. Let te obability 1d density function of reference distance of I/O stream be f ( d) = b f '( d) = b λ e λ 1 1 1, te distribution function of reference distance of I/O stream can be obtained as:

6 Zu Xudong a1 b1e F( d) =, NPR NPR-EXP TOTAL TOTAL-EXP λ1d, d > d =.4 NPR-EXP: R 2 =.9896 y = e x.2 TOTAL-EXP: R 2 =.9868 y = 1-e -.125x 2K 4K 6K 8K 1K 12K 14K 16K rereference distance Figure 4. Reference distance distribution of Cello NPR TOTAL NPR-EXP TOTAL-EXP NPR-EXP: R 2 =.9955 y = e x TOTAL-EXP: R 2 =.9972 y = e x 1K 2K 3K 4K rereference distance Figure 5. Reference distance distribution of OLTP Similarly let te distribution function of Reference distance of NPR sequence be F Te LRU s miss ratio is OPT s miss ratio is opt a2 b2e ( d) =, lru λ2d 1 ( a b e 2 P P ( a b e 2 1 2, 1 λ T d > d = λ T ) ) (4) (3) according to Teorem 1 and te according to Formula 2. Considering failure of ediction in te edicted NRP request sequence te obability density function of NPR reference distance is f ( γ, d ), of γ = P *(1 α) /(P *(1 α) + P * β ) wic, reesenting te oportion of correctly edicted NPR in all te edicted NRP requests. In te sequence formed wit edicted NPR requests, simply suppose reference distance distribution of te real NPR as an apoximately linear relationsip wit te oportion of real NPRs in te sequence:

7 A Cace odel of te Block Correlations 85 T F( γ, T ) = ( γ P = f ( γ,d) = F ) * F 1 γ ( T ) 1 P 1 P *( F ( T ) + (1 γ ) * F( T ) ( T ) F( T )) In case of ediction failure let Type 1 error be a mistake of edicting NPR by PR and let Type 2 error be a mistake of edicting PR by NPR. Let te obability of Type 1 error be α and te obability of Type 2 error be β. Te requests it in BCD cace are from four parts: PRs, correctly edicted NPR requests, NPR request tat is edicted RP, but te block was not moved and NPR request tat is edicted RP, but te block was placed in low section. Te BCD s miss ratio is BCD ( T ) 1 P l P (1 α)( F( γ, T ) + F( T ) F( T )) P αp F( T ) P αp F( T )(1 P F( T )) Wit Formula 5 te low section cace capacity can be calculated to minimize te miss ratio of BCD. 5. Test and evaluation Our simulator uses block correlations explored by C-iner [1] and uses LRU to manage te main cace. Te simulated disk specification is similar to tat of te 1 RP IB Ultrastar 36Z15. In our experiments we use only te first alf part of te trace to mine block correlations. We uses block relations to direct efetcing and evaluate te performance of BCD. Tis section discusses influence of edicting on BCD performance and validate BCD model wit te example of Cello92 and OLTP. According to discussion in Section 4, tresold p is used to distinguis block type. Let defined as LPB. If pi > (1 p), block i is defined as PB. ediction error ratio Cello92 α Cello92 β OLTP α OLTP β Tresold p (a) Influence of tresold p on ediction error l iss Ratio p [,.5]. If p i (5) p, block i is Cello92 real miss ratio Cello92 teoretical miss ratio OLTP real miss ratio OLTP teoretical miss ratio Tresold p (b) Influence of tresold p on miss ratio Figure 6. Influence of ediction on BCD miss ratio.

8 Zu Xudong 86 BCD can accurately edict request type. Te ratio of Type 1 ediction error α and te ratio of Type 2 ediction error β can bot be smaller tan.2. Figure 6(a) sows ediction error ratio for Cello92 and OLTP under different tresolds p. It can be seen in te figure tat α and β of Cello92 decrease wit increase of p wen p <.1. Wen p is greater tan.1, α continues decreasing to.1 and below. ost of NPR requests are accurately edicted. Wen p is greater tan.1, β rises to 44% wit increase of p. Lots of PRs are edicted as NPR so tat blocks accessed by tese requests are placed to te ig section of te cace and te residence time of tese blocks is reduced. α of OLTP slowly decreases wit te increase of p and β rapidly increases wit te increase of p. iss ratio of BCD rises wit increase of ediction error ratio. Figure 6(b) sows miss ratio of BCD under different values of p. iss ratio of Cello92 is te lowest wen p =.1 because α is decreased wit te increase of p wen p.1. Wen p.1, α decreases slowly wile β increases rapidly wit increase of p. Since p becomes te dominant factor affecting miss ratio, te miss ratio of BCD rises. Similarly miss ratio of OLTP is te lowest wen p =.1. Figure 7 sows te influence of low section size on BCD miss ratio. Wit te increase of low section capacity te miss ratio of Cello92 rises because BCD can accurately edict request type on Cello92 and te failure possibility is very small. Terefore increase of low section capacity cannot reduces many miss times in case of ediction failure wile decrease of ig section capacity reduces residence time of blocks accessed by NPR, resulting in an increase of miss ratio. Wen low section capacity is equal to main cace capacity, BCD retrogresses into an apoximate LRU algoritm. Differently from Cello92, wen low section capacity for OLTP is, miss ratio of BCD is greater tan tat of LRU and rapidly decreases wit increase of low section capacity. Tis is because many reference distances of OLTP are all small. Type 1 ediction error directly results in cace miss wile a smaller capacity of low section can significantly decrease l misses caused by Type 1 ediction error. Wen low section capacity continues to increase, te miss ratio of BCD decreases more slowly because te number of requests te reference distances of wic are smaller tan low section capacity increases slowly. Wen capacity of low section is greater tan 1/8 of te main cace capacity, miss resulting from decrease of ig section cace capacity becomes te dominant factor and miss ratio begins increasing again.

9 A Cace odel of te Block Correlations 87 iss Ratio Cello92-LRU OLTP-LRU Cello92-BCD OLTP-BCD Cello92-BCD teoretical value OLTP-BCD teoretical value /64 1/32 1/16 1/8 1/4 1/2 1 low section capacity of main cace capacity Figure 7. Influence of low section capacity on BCD To validate BCD model Figure 6 and Figure 7 sow te teoretical miss ratio calculated by te model. It can be seen tat maximum relative errors between teoretical and actual test values are no more tan 21.8% and mean relative errors are 2.1%. BCD model can effectively describe relations between factors of BCD cace replacement algoritm and miss ratio. BCD model can be used to direct te optimization of te low section capacity. In Figure 1, wen capacity of low section is, tere is a large error between te OLTP teoretical miss ratio and actual miss ratio because lots of reference distance is very sort in OLTP. Wen size of low section apoaces zero, reference distance distribution is no longer fitted wit te exponential distribution function. 6. Conclusions and future work Tis paper oposes a cace model of a Block Correlations Directed cace replacement algoritm. To acieve teoretical optimum of spatial locality based replacement algoritms BCD tries to increase NPR s it ratio by edicting te request type and reducing te penalty caused by te failure of ediction. Experiments sow tat BCD can effectively reduce miss ratio of cace and average I/O response time. Tere is still muc work in te future: Firstly we will carry out te BCD on a actical system and verify its performance by more applications. Secondly self-adaption of te low section capacity to accommodate te caracteristics of te workload sould be learned. Finally researc to reduce te average response time of BCD wit optimized data layout. Acknowledgements Tis work was supported by Zejiang Sci & Tec Project (21C3345), Zejiang Provincial NSF Cina (Y111316).

10 Zu Xudong 88 References [1] Zenmin L., Zifeng C., Sudarsan. S., Yuanyuan Z. and C-iner: ining block correlations in storage systems. FAST 4, San Francisco, 24, [2] Hsu Windsor W., Smit Alan Jay and Young Honesty C., Te automatic imovement of locality in storage systems. AC Trans. on Computer Systems (4): [3] Zu Xudong, Ke Jian, Xu Lu, BCD: To acieve te teoretical optimum of spatial locality based cace replacement algoritm. NAS9, Zang Jia Jie, 29, [4] Kim J.., Coi J., Kim J. et al. A low-overead ig-performance unified buffer management sceme tat exploits sequential and looping references. OSDI San Diego, CA, Oct. 2, [5] S. Jiang, X. N. Ding, F. Cen et al. DULO: An effective buffer cace management sceme to exploit bot temporal and spatial locality. FAST 5, 25. Zu Xudong received te PD degree in Computer Arcitecture from te Institute of Computing Tecnology, Cinese Academy of Sciences (ICT/CAS) in 29. He is currently an Assistant Professor in te Zejiang Gongsang University. His researc interests are in te areas of Computer Arcitecture, Distributed Systems and Storage Systems.

EFFECTS OF DESIGN PARAMETERS ON WIND SPEED FOR LARGE THREE-BLADED UPWIND HORIZONTAL AXIS WIND TURBINE

EFFECTS OF DESIGN PARAMETERS ON WIND SPEED FOR LARGE THREE-BLADED UPWIND HORIZONTAL AXIS WIND TURBINE Journal of Teoretical and pplied Information Tecnology 15 t November. Vol. 45 No.1 5 - JTIT & LLS. ll rigts reserved. ISSN: 1-645 www.jatit.org E-ISSN: 11-315 EFFETS OF DESIGN PRMETERS ON WIND SPEED FOR

More information

A People Counting Method Based on Head Detection and Tracking

A People Counting Method Based on Head Detection and Tracking SMARTCOMP 2014 A People Counting Metod Based on Head Detection and Tracking Bin Li, Jian Zang, Zeng Zang, Yong Xu Bio-Computing Researc Center, Senzen Graduate Scool, Harbin Institute of Tecnology, Senzen,

More information

Quadratic Modeling Exercises

Quadratic Modeling Exercises Quadratic Modeling Exercises Pages 330 333 Problems 1,5-12,14,15,17,19,21 (for 19 and 21, you re only deciding between linear and quadratic; we ll get to exponential soon!) In class, we analyzed te function

More information

ASSESSMENT OF PRV TURNAROUND INTERVAL

ASSESSMENT OF PRV TURNAROUND INTERVAL ASSESSMENT OF PRV TURNAROUND INTERVAL Alex Bond, Arcadis Vectra, UK; Adrian Beec, Centrica Energy and Jon Gould, Centrica Energy, UK Te inspection and testing of pressure relief valves (PRVs) is a critical

More information

Sight Distance. The availability of sufficient sight distance for the driver to see ahead is critical to the design of a safe highway.

Sight Distance. The availability of sufficient sight distance for the driver to see ahead is critical to the design of a safe highway. Sigt Distance Te availability of sufficient sigt distance for te driver to see aead is critical to te design of a safe igway. Wat is sigt distance? Sigt distance is te lengt of igway visible to a driver.

More information

REVIEW OF THE STUDY ON THE UNDERWATER TOPOGRAPHY DETECTION WITH SAR IMAGERY IN SINO-EUROPEAN DRAGON COOPERATION PROGRAMME

REVIEW OF THE STUDY ON THE UNDERWATER TOPOGRAPHY DETECTION WITH SAR IMAGERY IN SINO-EUROPEAN DRAGON COOPERATION PROGRAMME REVIEW OF THE STUDY ON THE UNDERWATER TOPOGRAPHY DETECTION WITH SAR IMAGERY IN SINO-EUROPEAN DRAGON COOPERATION PROGRAMME J. Yang (1), J.Zang (1), (2), J. Meng (1) (1) First Institute of Oceanograpy, State

More information

5.8. Solving Three-Dimensional Problems by Using Trigonometry. LEARN ABOUT the Math. Matt s Solution. 328 Chapter 5

5.8. Solving Three-Dimensional Problems by Using Trigonometry. LEARN ABOUT the Math. Matt s Solution. 328 Chapter 5 YOU WILL NEE dynamic geometry software (optional) Solving Tree-imensional Problems by Using Trigonometry GOL Solve tree-dimensional problems by using trigonometry. LERN OUT te Mat From point, Manny uses

More information

IMO REVIEW OF THE INTACT STABILITY CODE. Sample calculations using a wind criterion. Submitted by Germany. Resolution A.749 (18) and MSC.

IMO REVIEW OF THE INTACT STABILITY CODE. Sample calculations using a wind criterion. Submitted by Germany. Resolution A.749 (18) and MSC. INTERNATIONAL MARITIME ORGANIZATION E IMO SU-COMMITTEE ON STAILITY AND LOAD LINES AND ON FISING VESSELS SAFETY 46t session Agenda item 6 SLF 46/6/8 3 July 2003 Original: ENGLIS REVIEW OF TE INTACT STAILITY

More information

{Recall that 88 ft = 60 mi so 88 ft x h = 1 s h s 60 mi General Atomics Sciences Education Foundation All rights reserved.

{Recall that 88 ft = 60 mi so 88 ft x h = 1 s h s 60 mi General Atomics Sciences Education Foundation All rights reserved. Simulation Tool Development 1. a. Develop a scale model car tat sows te distance traveled in 1 s at speeds from 10 to 70 mp in increments of 10 mp. Use a scale of 1 in = 100 ft. Include a marker on eac

More information

Areas of Trapezoids, Rhombuses, and Kites. To find the area of a trapezoid, rhombus, or kite

Areas of Trapezoids, Rhombuses, and Kites. To find the area of a trapezoid, rhombus, or kite 10-2 Areas of Trapezoids, Rombuses, and Kites Common Core State Standards G-MG.A.1 Use geometric sapes, teir measures, and teir properties to describe objects. MP 1, MP 3, MP 4, MP 6 Objective To find

More information

u = Open Access Reliability Analysis and Optimization of the Ship Ballast Water System Tang Ming 1, Zhu Fa-xin 2,* and Li Yu-le 2 " ) x # m," > 0

u = Open Access Reliability Analysis and Optimization of the Ship Ballast Water System Tang Ming 1, Zhu Fa-xin 2,* and Li Yu-le 2  ) x # m, > 0 Send Orders for Reprints to reprints@benthamscience.ae 100 The Open Automation and Control Systems Journal, 015, 7, 100-105 Open Access Reliability Analysis and Optimization of the Ship Ballast Water System

More information

POOL BOILING HEAT TRANSFER OF ETHANOL-WATER MIXTURES AT SUB-ATMOSPHERIC PRESSURES

POOL BOILING HEAT TRANSFER OF ETHANOL-WATER MIXTURES AT SUB-ATMOSPHERIC PRESSURES Proceedings of te 22 t National and t International ISHMT-ASME Heat and Mass Transfer Conference December 28-3, 203, IIT Karagpur, India HMTC300649 POOL BOILING HEAT TRANSFER OF ETHANOL-WATER MIXTURES

More information

Trap spacing and layout: experiments in stoat control in the Dart Valley,

Trap spacing and layout: experiments in stoat control in the Dart Valley, Trap spacing and layout: experiments in stoat control in te Dart Valley, 1992 95 SCIENCE FOR CONSERVATION 118 B.L. Lawrence and C.F.J. O Donnell Publised by Department of Conservation P.O. Box 10-420 Wellington,

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Ship Underkeel Clearance in Waves

Ship Underkeel Clearance in Waves Gourlay, T.P. 007 Sip underkeel clearance in, Proc. Coasts and Ports, Melbourne, July 007 Sip Underkeel Clearance in Waves Tim Gourlay 1 1 Centre for Marine Science and Tecnology, Curtin University of

More information

Review. Oceanography Lecture 7. We have to continually be jumping off cliffs and developing our wings on the way down Kurt Vonnegut

Review. Oceanography Lecture 7. We have to continually be jumping off cliffs and developing our wings on the way down Kurt Vonnegut We ave to continually be jumping off cliffs and developing our wings on te way down Kurt Vonnegut Beware of te man wo works ard to learn someting, learns it, and finds imself no wiser tan before. [ ][

More information

CALIBRATION OF THE PLATOON DISPERSION MODEL BY CONSIDERING THE IMPACT OF THE PERCENTAGE OF BUSES AT SIGNALIZED INTERSECTIONS

CALIBRATION OF THE PLATOON DISPERSION MODEL BY CONSIDERING THE IMPACT OF THE PERCENTAGE OF BUSES AT SIGNALIZED INTERSECTIONS CALIBRATION OF THE PLATOON DISPERSION MODEL BY CONSIDERING THE IMPACT OF THE PERCENTAGE OF BUSES AT SIGNALIZED INTERSECTIONS By Youan Wang, Graduate Research Assistant MOE Key Laboratory for Urban Transportation

More information

How can you compare lengths between the customary and metric systems? 6 ft. ACTIVITY: Customary Measure History

How can you compare lengths between the customary and metric systems? 6 ft. ACTIVITY: Customary Measure History 5.7 Converting Measures How can you compare lengts between te customary and metric systems? yd 6 ft ACTIVITY: Customary Measure History COMMON CORE Converting Measures In tis lesson, you will use conversion

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Danyal Education :,I. Unit 6 Pressure. A 1500kgm3 C 800kgm3. B 1000kgm3. D 500kgm3 ( ) D the packet has a small hole that allowed air to leak in.

Danyal Education :,I. Unit 6 Pressure. A 1500kgm3 C 800kgm3. B 1000kgm3. D 500kgm3 ( ) D the packet has a small hole that allowed air to leak in. Unit 6 ressure 1. A column of liquid X floats on water in a U-tube of uniform cross-section area. If te density of water is 1000 kg m-3, find te density of liquid X. 10 :,I A 1500kgm3 C 800kgm3 B 1000kgm3

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Generation of solitary waves by forward- and backward-step bottom forcing. Citation Journal of Fluid Mechanics, 2001, v. 432 n. 1, p.

Generation of solitary waves by forward- and backward-step bottom forcing. Citation Journal of Fluid Mechanics, 2001, v. 432 n. 1, p. Title Generation of solitary waves by forward- and backward-step bottom forcing Autor(s) Zang, D; Cwang, ATY Citation Journal of Fluid Mecanics, 21, v. 432 n. 1, p. 341-35 Issued Date 21 URL ttp://dl.andle.net/1722/42135

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Failure of firefighter escape rope under dynamic loading and elevated temperatures

Failure of firefighter escape rope under dynamic loading and elevated temperatures Proceedings of te SEM Annual Conference June 7-10, 2010 Indianapolis, Indiana USA 2010 Societ for Experimental Mecanics Inc. Failure of firefigter escape rope under dnamic loading and elevated temperatures

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Characterizers for control loops

Characterizers for control loops Characterizers for control loops By: F. G. Shinskey (May 1999) Introduction Commercial controllers such as the PID series (proportional, integral, derivative, and their combinations) are linear devices

More information

Lake Roosevelt Angler Creel Survey Survey Design and Protocol

Lake Roosevelt Angler Creel Survey Survey Design and Protocol 1 Lake Roosevelt Angler Creel Survey 2017 Survey Design and Protocol Contact Info Cas Lawson Fiseries Biologist (509) 244-7041 ext. 204 Carle.Lawson@SpokaneTribe.com Elliott Kittel Fiseries Biologist (509)

More information

Review Article Assessing Effectiveness and Costs in Robot-Mediated Lower Limbs Rehabilitation: A Meta-Analysis and State of the Art

Review Article Assessing Effectiveness and Costs in Robot-Mediated Lower Limbs Rehabilitation: A Meta-Analysis and State of the Art Journal of Healtcare Engineering Volume 2018, Article ID 7492024, 9 pages ttps://doi.org/10.1155/2018/7492024 Review Article Assessing Effectiveness and Costs in Robot-Mediated Lower Limbs Reabilitation:

More information

Determining Occurrence in FMEA Using Hazard Function

Determining Occurrence in FMEA Using Hazard Function Determining Occurrence in FMEA Using Hazard Function Hazem J. Smadi Abstract FMEA has been used for several years and proved its efficiency for system s risk analysis due to failures. Risk priority number

More information

SPATIAL STATISTICS A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS. Introduction

SPATIAL STATISTICS A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS. Introduction A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS KELLIN RUMSEY Introduction The 2016 National Basketball Association championship featured two of the leagues biggest names. The Golden State Warriors Stephen

More information

Failure Data Analysis for Aircraft Maintenance Planning

Failure Data Analysis for Aircraft Maintenance Planning Failure Data Analysis for Aircraft Maintenance Planning M. Tozan, A. Z. Al-Garni, A. M. Al-Garni, and A. Jamal Aerospace Engineering Department King Fahd University of Petroleum and Minerals Abstract This

More information

EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming

EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming Jinkyoo Park 1 Introduction In a wind farm, the wakes formed by upstream wind turbines decrease the power outputs of downstream

More information

EXPERIMENTAL INVESTIGATION OF ENDWALL AND SUCTION SIDE BLOWING IN A HIGHLY LOADED COMPRESSOR STATOR CASCADE

EXPERIMENTAL INVESTIGATION OF ENDWALL AND SUCTION SIDE BLOWING IN A HIGHLY LOADED COMPRESSOR STATOR CASCADE Proceedings of ASME Turbo Expo 21: Power for Land, Sea and Air GT21 June 14-18, 21, Glasgow, UK GT21-22578 EXPERIMENTAL INVESTIGATION OF ENDWALL AND SUCTION SIDE BLOWING IN A HIGHLY LOADED COMPREOR STATOR

More information

WIND CONDITIONS MODELING FOR SMALL WIND TURBINES

WIND CONDITIONS MODELING FOR SMALL WIND TURBINES U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 2, 2015 ISSN 2286-3540 WIND CONDITIONS MODELING FOR SMALL WIND TURBINES Viorel URSU 1, Sandor BARTHA 2 Wind energy systems are a solution which became cost effective

More information

Standard Test Methods for One-Dimensional Swell or Settlement Potential of Cohesive Soils 1

Standard Test Methods for One-Dimensional Swell or Settlement Potential of Cohesive Soils 1 Designation: 96 AMERICAN SOCIETY FOR TESTING AND MATERIALS 100 Barr Harbor Dr., West Consoocken, PA 19428 Reprinted from te Annual Book of ASTM Standards. Copyrigt ASTM Standard Test Metods for One-Dimensional

More information

The final set in a tennis match: four years at Wimbledon 1

The final set in a tennis match: four years at Wimbledon 1 Published as: Journal of Applied Statistics, Vol. 26, No. 4, 1999, 461-468. The final set in a tennis match: four years at Wimbledon 1 Jan R. Magnus, CentER, Tilburg University, the Netherlands and Franc

More information

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN Bridget M. Wadzuk 1 (Member, ASCE) and Ben R. Hodges 2 (Member, ASCE) ABSTRACT Modeling of dynamic pressure appears necessary to achieve a more robust

More information

A comparison between the trot of pony and horse foals to characterise equine locomotion at young age

A comparison between the trot of pony and horse foals to characterise equine locomotion at young age 240 EQUINE EXERCISE PHYSIOLOGY 5 Equine vet. J., Suppl. 30 (1999) 240-244 A comparison between te trot of pony and orse foals to caracterise equine locomotion at young age W. BACK*, H. C. SCHAMHARDTt#,

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.ocpr.com Journal of Chemical and Pharmaceutical Research, 014, 6(3):99-303 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Athlete technical motions execution quality consistency

More information

Development of Biomimicry Wind Louver Surface Design

Development of Biomimicry Wind Louver Surface Design International Proceedings of Chemical, Biological and Environmental Engineering, V0l. 93 (2016) DOI: 10.7763/IPCBEE. 2016. V93. 6 Development of Biomimicry Wind Louver Surface Design Jaepil Choi 1, Donghwa

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research 2014 6(3):304-309 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 World men sprint event development status research

More information

Analysis of Shear Lag in Steel Angle Connectors

Analysis of Shear Lag in Steel Angle Connectors University of New Hampshire University of New Hampshire Scholars' Repository Honors Theses and Capstones Student Scholarship Spring 2013 Analysis of Shear Lag in Steel Angle Connectors Benjamin Sawyer

More information

Wind Regimes 1. 1 Wind Regimes

Wind Regimes 1. 1 Wind Regimes Wind Regimes 1 1 Wind Regimes The proper design of a wind turbine for a site requires an accurate characterization of the wind at the site where it will operate. This requires an understanding of the sources

More information

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS GARY B. PARKER and INGO CYLIAX Department of Computer Science, Indiana University, Bloomington, IN 47405 gaparker@cs.indiana.edu, cyliax@cs.indiana.edu

More information

Nonlife Actuarial Models. Chapter 7 Bühlmann Credibility

Nonlife Actuarial Models. Chapter 7 Bühlmann Credibility Nonlife Actuarial Models Chapter 7 Bühlmann Credibility Learning Objectives 1. Basic framework of Bühlmann credibility 2. Variance decomposition 3. Expected value of the process variance 4. Variance of

More information

Richard S. Marken The RAND Corporation

Richard S. Marken The RAND Corporation Fielder s Choice: A Unified Theory of Catching Fly Balls Richard S. Marken The RAND Corporation February 11, 2002 Mailing Address: 1700 Main Street Santa Monica, CA 90407-2138 Phone: 310 393-0411 ext 7971

More information

Software Reliability 1

Software Reliability 1 Software Reliability 1 Software Reliability What is software reliability? the probability of failure-free software operation for a specified period of time in a specified environment input sw output We

More information

S-CO 2 Brayton Recompression Loop Design and Control

S-CO 2 Brayton Recompression Loop Design and Control S-CO 2 Brayton Recompression Loop Design and Control 1) Background 2) Recommended Design Features 3) Modeling Strategy IST Model Changes Transient Results Prepared by: Mike Hexemer Advanced Concepts Knolls

More information

Bike MS: Express Scripts Gateway Getaway Ride 2013 Event Guide. Gateway Getaway Ride 2013

Bike MS: Express Scripts Gateway Getaway Ride 2013 Event Guide. Gateway Getaway Ride 2013 Bike MS: Express Scripts Gateway Getaway Ride 2013 Event Guide Gateway Getaway Ride 2013 directions» parking Getting to te Central Missouri Event Center (formerly te boone county Fairgrounds) Take Interstate

More information

NEW. BERMAD Irrigation 100 Series - High Performance Valves. Water Control Solutions

NEW. BERMAD Irrigation 100 Series - High Performance Valves. Water Control Solutions NE BERMAD Irrigation ig Performance Valves ater Control Solutions 100 Series Yflow ig Performance Plastic ydraulic Control Valves Features and Benefits Durable industrial grade valve design and construction

More information

Influence of Ventilation Tube Rupture from Fires on Gas Distribution in Tunnel

Influence of Ventilation Tube Rupture from Fires on Gas Distribution in Tunnel Available online at www.sciencedirect.com Procedia Engineering 26 (211) 144 1446 First International Symposium on Mine Safety Science and Engineering Influence of Ventilation Tube Rupture from Fires on

More information

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 DOI 10.20544/HORIZONS.B.03.1.16.P23 UDC 656.142.054:159.922(497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 JelenaMitrovićSimić 1, Valentina Basarić, VukBogdanović Department of Traffic

More information

Optimizing Compressed Air Storage for Energy Efficiency

Optimizing Compressed Air Storage for Energy Efficiency University of Dayton ecommons Mechanical and Aerospace Engineering Faculty Publications Department of Mechanical and Aerospace Engineering 4-2011 Optimizing Compressed Air Storage for Energy Efficiency

More information

International Resort & Retailer Associations Membership Application

International Resort & Retailer Associations Membership Application International Resort & Retailer Associations Membersip Application PADI International Resort and Retailer Associations Membersip Agreement PLEASE READ CAREFULLY Membersip in te PADI International Resort

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

Traveling Salesperson Problem and. its Applications for the Optimum Scheduling

Traveling Salesperson Problem and. its Applications for the Optimum Scheduling Traveling Salesperson Problem and its Applications for the Optimum Scheduling Introduction When you think of the sports, what word do you imagine first? Competition? Winner? Soccer? Those words pretty

More information

The Usage of Propeller Tunnels For Higher Efficiency and Lower Vibration. M. Burak Şamşul

The Usage of Propeller Tunnels For Higher Efficiency and Lower Vibration. M. Burak Şamşul The Usage of Propeller Tunnels For Higher Efficiency and Lower Vibration M. Burak Şamşul ITU AYOC 2014 - Milper Pervane Teknolojileri Company Profile MILPER is established in 2011 as a Research and Development

More information

U.S. Navy Marine Species Monitoring Program

U.S. Navy Marine Species Monitoring Program U.S. Navy Marine Species Monitoring Program Tis is a work product for te purpose of tecnical review. All data and information in tis presentation is preliminary and sould not be cited or reproduced witout

More information

BERMAD Irrigation. IR-100 hyflow Basic Valve. Basic Valve.

BERMAD Irrigation. IR-100 hyflow Basic Valve. Basic Valve. Basic Valve IR- Yflow Basic Valve Te BERMAD basic Model IR- Yflow diapragm actuated, ydraulically operated valve is at te leading edge of control valve design. It combines simple and reliable construction

More information

Physics 20 Lesson 13 Projectile Motion

Physics 20 Lesson 13 Projectile Motion Pyic 0 Leon 13 Projectile Motion In Leon 1 to 9 we learned ow to decribe te otion of object wic were eiter oving orizontally or vertically. Now we wi to conider otion were te object i oving bot orizontally

More information

Energy Output. Outline. Characterizing Wind Variability. Characterizing Wind Variability 3/7/2015. for Wind Power Management

Energy Output. Outline. Characterizing Wind Variability. Characterizing Wind Variability 3/7/2015. for Wind Power Management Energy Output for Wind Power Management Spring 215 Variability in wind Distribution plotting Mean power of the wind Betz' law Power density Power curves The power coefficient Calculator guide The power

More information

SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION August 2011 Pohnpei, Federated States of Micronesia

SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION August 2011 Pohnpei, Federated States of Micronesia SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION 9-17 August 2011 Pohnpei, Federated States of Micronesia CPUE of skipjack for the Japanese offshore pole and line using GPS and catch data WCPFC-SC7-2011/SA-WP-09

More information

Vibration-Free Joule-Thomson Cryocoolers for Distributed Microcooling

Vibration-Free Joule-Thomson Cryocoolers for Distributed Microcooling Vibration-Free Joule-Thomson Cryocoolers for Distributed Microcooling W. Chen, M. Zagarola Creare Inc. Hanover, NH, USA ABSTRACT This paper reports on an innovative concept for a space-borne Joule-Thomson

More information

Uncovering Anomalous Usage of Medical Records via Social Network Analysis

Uncovering Anomalous Usage of Medical Records via Social Network Analysis TRUST Autumn 2011 Conference Uncovering of Medical Records via Social Network Analysis You Chen, Ph.D. Biomedical Informatics Dept., School of Medicine EECS Dept., School of Engineering November 2, 2011

More information

Critical Gust Pressures on Tall Building Frames-Review of Codal Provisions

Critical Gust Pressures on Tall Building Frames-Review of Codal Provisions Dr. B.Dean Kumar Dept. of Civil Engineering JNTUH College of Engineering Hyderabad, INDIA bdeankumar@gmail.com Dr. B.L.P Swami Dept. of Civil Engineering Vasavi College of Engineering Hyderabad, INDIA

More information

Membrane valves. automatic meters and valves

Membrane valves. automatic meters and valves Membrane valves membrane valves VM Valves Te idroconta VM membrane valve is ydraulic and controlled by te same conduit fluid or external fluid at equal or iger pressure. Te functioning is very simple.

More information

Fire safety of staircases in multi-storey buildings The results of measurements in Buildings and Simulations

Fire safety of staircases in multi-storey buildings The results of measurements in Buildings and Simulations Fire safety of staircases in multi-storey buildings The results of measurements in Buildings and Simulations Grzegorz Kubicki, Ph.D. Department of Environmental Engineering, Warsaw University of Technology

More information

DIFFERENTIAL PRESSURE GAUGES AND SWITCHES. Differential pressure gauge Differential pressure gauge with electric contacts ASAHI GAUGE MFG. CO.,LTD.

DIFFERENTIAL PRESSURE GAUGES AND SWITCHES. Differential pressure gauge Differential pressure gauge with electric contacts ASAHI GAUGE MFG. CO.,LTD. Dierential Dierential wit electric contacts MODEL No.784785 No.787S789 MODEL No.784E787SE789E No.787ME789PE DIFFERENTIAL PRESSURE GAUGES AND SWITHES ASAHI GAUGE MFG. O.,LTD. JAPAN Dierential gauge speciications

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 4 Hydraulics Jumps Lecture - 4 Features of Hydraulic Jumps (Refer Slide

More information

Basketball field goal percentage prediction model research and application based on BP neural network

Basketball field goal percentage prediction model research and application based on BP neural network ISSN : 0974-7435 Volume 10 Issue 4 BTAIJ, 10(4), 2014 [819-823] Basketball field goal percentage prediction model research and application based on BP neural network Jijun Guo Department of Physical Education,

More information

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms *

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms * Queue analysis for the toll station of the Öresund fixed link Pontus Matstoms * Abstract A new simulation model for queue and capacity analysis of a toll station is presented. The model and its software

More information

KINEMATIC ANALYSIS OF SHOT PUT IN ELITE ATHLETES A CASE STUDY

KINEMATIC ANALYSIS OF SHOT PUT IN ELITE ATHLETES A CASE STUDY KINEMATIC ANALYSIS OF SHOT PUT IN ELITE ATHLETES A CASE STUDY Weimin Liu and Mingxuan Wang Jiangsu Research Institute of Sports Science, Nanjing, People's Republic of China This paper presented the application

More information

POWER Quantifying Correction Curve Uncertainty Through Empirical Methods

POWER Quantifying Correction Curve Uncertainty Through Empirical Methods Proceedings of the ASME 2014 Power Conference POWER2014 July 28-31, 2014, Baltimore, Maryland, USA POWER2014-32187 Quantifying Correction Curve Uncertainty Through Empirical Methods ABSTRACT Christopher

More information

Axial and Centrifugal Compressor Mean Line Flow Analysis Method

Axial and Centrifugal Compressor Mean Line Flow Analysis Method 7th AIAA Aerospace Sciences Meeting Including The New Horizons Forum and Aerospace Exposition - January 9, Orlando, Florida AIAA 9- Axial and Centrifugal Compressor Mean Line Flow Analysis Method Joseph

More information

E. Agu, M. Kasperski Ruhr-University Bochum Department of Civil and Environmental Engineering Sciences

E. Agu, M. Kasperski Ruhr-University Bochum Department of Civil and Environmental Engineering Sciences EACWE 5 Florence, Italy 19 th 23 rd July 29 Flying Sphere image Museo Ideale L. Da Vinci Chasing gust fronts - wind measurements at the airport Munich, Germany E. Agu, M. Kasperski Ruhr-University Bochum

More information

Study on the shape parameters of bulbous bow of. tuna longline fishing vessel

Study on the shape parameters of bulbous bow of. tuna longline fishing vessel International Conference on Energy and Environmental Protection (ICEEP 2016) Study on the shape parameters of bulbous bow of tuna longline fishing vessel Chao LI a, Yongsheng WANG b, Jihua Chen c Fishery

More information

What Causes the Favorite-Longshot Bias? Further Evidence from Tennis

What Causes the Favorite-Longshot Bias? Further Evidence from Tennis MPRA Munich Personal RePEc Archive What Causes the Favorite-Longshot Bias? Further Evidence from Tennis Jiri Lahvicka 30. June 2013 Online at http://mpra.ub.uni-muenchen.de/47905/ MPRA Paper No. 47905,

More information

Measuring Heterogeneous Traffic Density

Measuring Heterogeneous Traffic Density Measuring Heterogeneous Traffic Density V. Thamizh Arasan, and G. Dhivya Abstract Traffic Density provides an indication of the level of service being provided to the road users. Hence, there is a need

More information

Ocean Fishing Fleet Scheduling Path Optimization Model Research. Based On Improved Ant Colony Algorithm

Ocean Fishing Fleet Scheduling Path Optimization Model Research. Based On Improved Ant Colony Algorithm 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 205) Ocean Fishing Fleet Scheduling Path Optimization Model Research Based On Improved Ant Colony Algorithm Li Jia-lin2,

More information

New generation of Electronic Card Systems: The 4-D Card

New generation of Electronic Card Systems: The 4-D Card New generation of Electronic Card Systems: The 4-D Card Capt. Alain Richard Project director Maritime Innovation arichard@imar.ca Context In the present context of globalization and competitiveness, it

More information

Study on Distribution Characteristics and Mitigation Measures of Dissolved Oxygen Super-saturation in the Lower Reaches of High Dam

Study on Distribution Characteristics and Mitigation Measures of Dissolved Oxygen Super-saturation in the Lower Reaches of High Dam Study on Distribution Characteristics and Mitigation Measures of Dissolved Oxygen Super-saturation in the Lower Reaches of High Dam WANG Lei, ZHANG Jun-peng (China Three Gorges Corporation, Chengdu 610041,

More information

1 Introduction 2 Methods Table 1. Gold Times used in this paper 3 Results and discussion

1 Introduction 2 Methods Table 1. Gold Times used in this paper 3 Results and discussion Racing strategy in rowing during Sydney Olympic Games Dr. Valery Kleshnev Australian Institute of Sport 1 Introduction Sydney Olympic Games pleased rowers with perfect organization of rowing regatta and

More information

SIMULATION OF ENTRAPMENTS IN LCM PROCESSES

SIMULATION OF ENTRAPMENTS IN LCM PROCESSES Douai, FRANCE - July 6 SIMULATION OF ENTRAPMENTS IN LCM PROCESSES René Arbter, Paolo Ermanni Centre of Structure Technologies ETH Zurich, Leonhardstr. 7, 89 Zurich, Switzerland: rarbter@ethz.ch ABSTRACT:

More information

Sample Problems. Lecture Notes Motion Problems page 1

Sample Problems. Lecture Notes Motion Problems page 1 Lecture Notes Motion Problems page 1 Sample Problems 1. We traveled for nine ours. Ten we increased our velocity by 10 les per our and traveled an additional ve ours. Wat was our original velocity if all

More information

Gerhard Götze KG I N D I V I D U A L I T Y F O R M O R E S A F E T Y

Gerhard Götze KG I N D I V I D U A L I T Y F O R M O R E S A F E T Y About us Gerard Götze KG INDEX I N D I V I D U A I T Y F O M O E S A F E T Y 1.0 Safety valves for industrial applications Overflow valves, control valves Fittings for water eaters (sanitary goods) Fittings

More information

23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN APRIL 2007

23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN APRIL 2007 23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN 16-20 APRIL 2007 AN INVESTIGATION INTO THE INTERRELATION BETWEEN THE INTERNAL AND EXTERNAL BALLISTICS OF FIRING A TP-T TANK AMMUNITION M. H.

More information

Investigation on Divergent Exit Curvature Effect on Nozzle Pressure Ratio of Supersonic Convergent Divergent Nozzle

Investigation on Divergent Exit Curvature Effect on Nozzle Pressure Ratio of Supersonic Convergent Divergent Nozzle RESEARCH ARTICLE OPEN ACCESS Investigation on Divergent Exit Curvature Effect on Nozzle Pressure Ratio of Supersonic Convergent Divergent Nozzle Shyamshankar.M.B*, Sankar.V** *(Department of Aeronautical

More information

Evaluation and further development of car following models in microscopic traffic simulation

Evaluation and further development of car following models in microscopic traffic simulation Urban Transport XII: Urban Transport and the Environment in the 21st Century 287 Evaluation and further development of car following models in microscopic traffic simulation P. Hidas School of Civil and

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

A COMPARATIVE STUDY OF MIX FLOW PUMP IMPELLER CFD ANALYSIS AND EXPERIMENTAL DATA OF SUBMERSIBLE PUMP

A COMPARATIVE STUDY OF MIX FLOW PUMP IMPELLER CFD ANALYSIS AND EXPERIMENTAL DATA OF SUBMERSIBLE PUMP IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 57-64 Impact Journals A COMPARATIVE STUDY OF MIX FLOW PUMP IMPELLER CFD ANALYSIS

More information

67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor

67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor 67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor Jin-dong Wang 1, Yi-qi Gao 2, Hai-yang Zhao 3, Rui Cong 4 School of Mechanical Science and Engineering, Northeast

More information

T cover the specification of electrical submersible pump

T cover the specification of electrical submersible pump 282 IEEE TRANSACTIONS ON INDUSTRY APPLICATIONS, VOL. 28, NO. 2, MARCHIAPRIL 1992 Correlations of Submersible Cable Performance to Neer-McGrat Ampacity Calculations Gordon C. Baker and Marcus. Duram, Senior

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 4 Hydraulic Jumps Lecture - 1 Rapidly Varied Flow- Introduction Welcome

More information

Outside Air Nonresidential HVAC Stakeholder Meeting #2 California Statewide Utility Codes and Standards Program

Outside Air Nonresidential HVAC Stakeholder Meeting #2 California Statewide Utility Codes and Standards Program 1 Outside Air Nonresidential HVAC Stakeholder Meeting #2 California Statewide Utility Codes and Standards Program Jim Meacham, CTG Energetics Agenda 2 In Situ Testing Results Reduced Ventilation after

More information

Using an Adaptive Thresholding Algorithm to Detect CA1 Hippocampal Sharp Wave Ripples. Jay Patel. Michigan State University

Using an Adaptive Thresholding Algorithm to Detect CA1 Hippocampal Sharp Wave Ripples. Jay Patel. Michigan State University Using an Adaptive Thresholding Algorithm to Detect CA1 Hippocampal Sharp Wave Ripples Jay Patel Michigan State University Department of Physics and Astronomy, University of California, Los Angeles 2013

More information

INTERSECTION SAFETY RESEARCH IN CRACOW UNIVERSITY OF TECHNOLOGY

INTERSECTION SAFETY RESEARCH IN CRACOW UNIVERSITY OF TECHNOLOGY 12 Marian TRACZ, Andrzej TARKO, Stanislaw GACA Cracow University of Technology INTERSECTION SAFETY RESEARCH IN CRACOW UNIVERSITY OF TECHNOLOGY 1. Trends in traffic safety in Poland Research activity in

More information