ECSE 404: CONTROL SYSTEMS ANALYSIS AND ACTIVE CONTROL OF HIGH-SPEED RAIL PANTOGRAPH SYSTEM MATTHEW BOWEN

Size: px
Start display at page:

Download "ECSE 404: CONTROL SYSTEMS ANALYSIS AND ACTIVE CONTROL OF HIGH-SPEED RAIL PANTOGRAPH SYSTEM MATTHEW BOWEN"

Transcription

1 ECSE 44: CONTROL SYSTEMS ANALYSIS AND ACTIVE CONTROL OF HIGH-SPEED RAIL PANTOGRAPH SYSTEM MATTHEW BOWEN

2 1 Introduction Some high-speed rail systems are powered by electricity supplied to a pantograph on the train s roof from a catenary overhead as shorn in Figure 1. The force applied by the pantograph to the catenary is regulated to avoid loss of contact due to excessive transient motion. A proposed method to regulate the force uses a closed-loop feedback system, whereby a force F up, is applied to the bottom of the pantograph, resulting in an output force applied to the tatenary at the top. The transfer function of the simplified model is: G(s) = Y(s) U(s) =.7883(s ) (s s )(s s ) where y(t) is the difference between the pantograph head displacement and catenary displacement and u(t) is the upward force applied to the pantograph under active control. [1][2] Through both mathematical analysis and Matlab simulations, the above system will be modeled and simulated. Further, feedback techniques will be designed to enhance the system (using PD, PID controllers) while mainaining stability and proper steady state error margins. Offered in Appendices A and B are this analysis Matlab code and corresponding output. The formatting within this document was designed using LyX (MiKTeX).

3 2 State Space Model The above model, in the time domain, can be represented as: x (t) = A(t)x(t) + B(t)u(t) y(t) = C(t)x(t) + D(t)u(t) where, for the pantograph model whose transfer function is described in section 1, A =, B =, 1 1 C = [ ], D = [] 3 Time-Response In higher-order systems, system parameters may become more and more difficult to calculate by hand. We can exploit the fact that the poles nearest to the Im axis have the largest contribution in the response, and the system G(s) can be approximated (and normalized) to the second order as, Poles: Therefore, p 1,2 = ± j96.4 p 3,4 = ± j18.97 (dominant) G approx =.4593 s s Both the approximation s and original systems response information is tabulated in Figure 2, where, T s = 4, ζω n π T p = ω n 1 ζ 2, s 2 + 2ζω n s + ω n 2, P. O. = e ζπ 1 ζ 2 3

4 G approx G(s) Percent Overshoot 51% % Damping Ratio.29 N/A Natural Frequency 19.4 rad/s N/A Settling Time.88s.866s Peak Time.167s.134s Figure 2: Response Characteristics for G approx and G(s) In addition, a Matlab plot (Figure 3) of both responses is offered below, Figure 3:Response Plot of approximated (smoother) and actual G(s) Simply observing the real parts of the two pairs of poles ( Re{p 1 } < 1) we Re{p 2 } immediately notice that the second pair of poles is not sufficiently far away from the dominant pair to be completely ignored. The response information reflects this fact. 4 Closed-Loop System The interaction between the head of the pantograph and the catenary is realized by a spring. The output force of the spring is proportional to the displacement of this spring, which is the difference between vertical positions of the catenary and the pantograph head. The pantograph active-loop control is assuemed to be as shown in Figure 4, below: 4

5 Figure 4: Block diagram of active, closed-loop pantograph control system For gain K=1, the transfer function between F desired and F out, is found as: H(s) = F out K G(s).823 = F desired K G(s) = 823G(s) G(s) where G(s) was defined previously. The equivalent (and simplified) state space respresentation can then be found to be: x (t) = A(t)x(t) + B(t)u(t) y(t) = C(t)x(t) + D(t)u(t) where, A =, B =, 1 1 C = [ ], D = [] 5 Stability When considering closed-loop systems, it is important to define some range of stability. Here, it was found that for the system outlined in Figure 4, the system is stable for the range of controller gain, < K < where the lower bound constraint was imposed in the problem statement, and the upper bound was solved for by evaluating a Routh-table in Matlab. 5

6 6 Steady-State Error Simply observing the formula for steady-state error, e ss = 1 1 K allows us to conclude that e ss is minimized by increasing gain, K. Sweeping over the stable region of controller gains ( < K < ) using numerical methods in search for a minima confirms this fact, with e ss,min =.3471 for K = Root Locus Techniques and P-Controller The root locus plot for the system outlined in Figure 4 is shown below, in Figure 5, Figure 5: Root locus plot of feedback system of Figure 4 Assuming again a second-order approximation, in order to find a gain K that obtains an overshoot of 38%, we can make use of the percent overshoot formula provided in section 3 above and obtain ζ = In order to obtain the corresponding controller gain K, the intersection of ζ is taken with the root locus plot above, occurring at -9.4+j29 yields roughly K t =1.1*1 5. It is important to note this is the total gain, that is, K t /(all other constants in transfer function). The actual gain is then K=1.1* =

7 Using the equations for T s and T p defined earlier, it is possible to estimate these times for the second order approximation with the gain found above: T s = 4 ζω n =.42s T p = π ω n 1 ζ 2.11s These can then be compared to the actual response of the feedback system for an equivalent gain K. This response is plotted below, and its corresponding step response information is tabulated beneath it: Figure 6: Step response of feedback Percent Overshoot 58.3% Settling Time, T s.5979s Peak Time, T p.116s Figure 7: Response characteristics for feedback system Notice the second order apprpoximation has a lower % overshoot (as designed), as well as a slightly lower settling time. This is an indication that a system similar to the second order approximation may be a step in the right direction that is, eliminating the high-frequency component within G(s) would yield better results. This can be accomplished with the help of a notch filter, which will be employed in the sections below. 7

8 8 PD and PID Controllers At this stage, the settling time is greater than.5s. It is desired to have a settling time of.3s and to reduce the step response steady-state error to zero and eliminate the high-frequency oscillation in the step response, as observed above. The first step taken is to cascade a notch filter, G notch (s) = s2 + 16s + 92 (s + 6) 2 which yields a revised forward transfer function of, G (s) =.6487K(s )(s2 + 16s + 92) (s s )(s s ) In order to achieve a settling time of T s =.3s, and an overshoot of < 6%, a PD controller is designed to replace the constant-gain controller in Figure 4. Since the problem statement does not define a precise overshoot, 25% O.S. is selected arbitrarily. These design specifications yield an operating point, γ = ζω n ± jω n 1 ζ 2 = ± j3.216 Summing the angles between the poles and zeros of G (s) and the operating point, = Σz Σp + 18 o = 72.8 o θ γ G (s), for the PD controller to contribute 72.8 o, z PD = tan(72.8o ) z PD = This yields a new controller function G PD, G PD = K(s ) The corresponding gain, K, can be found from the root locus plot (as was done in the previous section). The intersection occurs at K 24. Since it is also desired to have an e ss of zero throughout the sytstem s step response, the PD controller above can be expanded to a PID controller to achieve this task. That is, we can make use of a popular design[3] to eliminate steady-state error, K(s )(s +.1) G PID = s with corresponding gain K 26. 8

9 In order to investigate whether or not we have achieved the desired specifications, two plots were generated. The first, the response is taken between -1s in order to demonstrate the T s =.3s and overshoot. The second response demonstrates the overall system functioning as planned: no error, low overshoot, and low settling times. Figure 8:Step response of G(s) feedback with PID controller and G notch, demonstrating a T s =.3s and O. S. < 6% Figure 9: Overall step response of G(S) feedback with PID controller and G notch 9

10 9 Frequency Response Techniques The bode plot is displayed below for the system with the notch filter cascaded: Figure 1: Bode diagram of system with notch filter included From this plot, the gain margin, phase margin and phase cross over frequency are tabulated below: Gain Margin, G m (96.743dB) Phase Margin, θ m Inf. Cross-over Frequency, ω cm 3.44, N/A Figure 11: Tabulated gain margin, phase margin and crossover frequencies for bode plot in figure 1. The stability, established by the above bode plot, has an upper bound at K= This is less than the previously determined value for the system that did not contain a notch filter. The discrepancy demonstrates the trade-off of cascading a notch-filter: the response no longer contains high frequency oscillations, but the range of stability was descreased as a result! 1

11 1 References [1] D.N. O Connor, S. D. Eppinger, W. P. Seering and D. N. Wormley. Active Control of a High-Speed Pantograph., Journal of Dynamic Systems, Measurement, and Control. Vol 1, March, [2] Michalska, H., ECSE 44: CONTROL SYSTEMS FINAL PROJECT. Obtained from WebCT. Fall 211. [3] Wolovich, William A. Automatic Control Systems: Basic Analysis and Design. Fort Worth: Saunders College Pub., Print. 11

12 11 Appendix A: Matlab Code A digital copy of this code* can be found at: * Be warned, because of some of the calculations required numerical methods, the code itself takes ~1 2 minutes to execute. format long g; s=tf('s'); G=.7883*(s+53.85)/((s^ *s )*(s^ *s )); P=pole(G); ApproxDen=poly([P(3) P(4)]); [y1,t1]=step(g); Gapprox=tf(1,ApproxDen); [y2,t2]=step(gapprox); Gapprox=Gapprox*(y1(length(y1))/(y2(length(t2)))); C=.4593; %Gapprox=.7883*(s+53.85)/(s^ *s ); % Gapprox2 = 1/(s^ *s ); [num,den] = tfdata(g); [A,B,C,D] = tf2ss(cell2mat(num),cell2mat(den)); disp('1. STATE SPACE MODEL '); A B C D clear A B C D num den; disp('2. TIME-RESPONSE '); disp('*** a) '); a = step(gapprox); Step = stepinfo(a); disp(sprintf('percent Overshoot: %d Peak Time: %d Settling Time: %d', Step.Overshoot, Step.PeakTime, Step.SettlingTime)); damp(gapprox) clear a Step; disp('*** b) '); a = step(g); Step = stepinfo(a); disp(sprintf('percent Overshoot: %d Peak Time: %d Settling Time: %d', Step.Overshoot, Step.PeakTime, Step.SettlingTime)); damp(g) clear a Step; disp('3. CLOSED-LOOP SYSTEM '); disp('*** a) '); K=1; H=K*G*.823/(1+K*G*.823); H disp('*** b) '); [num,den] = tfdata(h); [A,B,C,D] = tf2ss(cell2mat(num),cell2mat(den)); A B C D clear A B C D num den H K; disp('4. STABILITY '); endk=2; N=1; M=1; olds=1; news=1; oldk=1; lowsse=inf; for K=1:1:endK news = isstable(k*g*.823/(1+k*g*.823)); if olds ~= news olds=1; news=1; for i=oldk:k 12

13 end break; news = isstable(i*g*.823/(1+i*g*.823)); if olds~=news disp(sprintf('system is stable for < K < %d \n\n', oldk)); break; end sse=abs(1-dcgain(i*g*.823/(1+i*g*.823))); if (sse<lowsse) lowsse=sse; lowssek=i; end olds=news; oldk=i; end sse=abs(1-dcgain(k*g*.823/(1+k*g*.823))); if (sse<lowsse) lowsse=sse; lowssek=k; end olds=news; oldk=k; end stability=k; disp('5. STEADY STATE ERROR '); disp('*** a) & b) '); disp(sprintf('within the stable region, ie. < K < %d, the lowest steadystate error is %d at K = %d \n\n', oldk, lowsse, lowssek)); clear lowsse endk N M olds news oldk sse lowssek i K; disp('6. ROOT LOCUS TECHNIQUES & P-CONTROLLER '); disp('*** a) '); K=1; G1=K*G*.823; rlocus(g1) sgrid(.29435,); clear G1 K; disp('*** b) & c) '); disp('parts b) & c) require hand calculations, included in the report. '); disp('*** d) '); H=G*7135*823/1; step(feedback(h,1),:.1:1) stepinfo(feedback(h,1)) clear H; disp('7. PD & PID CONTROLLERS '); disp('*** a) '); Gnotch=.64877*(s+53.85)*(s^2+16*s+92)/((s^ *s+376.3)*(s^ *s+9 283)*(s+6)^2); Gnotch disp('*** b) '); K=2523; Gnotch2=K*Gnotch*(s ); Gnotch2 stepinfo(feedback(gnotch2,1)) disp('*** c) '); K=2682; Gnotch3=Gnotch*K*(s+.1)*(s )/s; Gnotch3 stepinfo(feedback(gnotch3,1)) disp('*** d) '); step(feedback(gnotch3,1),:.1:1) % step between -1s to show settling time step(feedback(gnotch3,1)) % step of entire system, looks good! disp('8. FREQUENCY RESPONSE TECHNIQUES '); bode(gnotch); [GM,PM,CF1,CF2]=margin(Gnotch) 13

14 12 Appendix B: Matlab Code Console Output* *graph screenshots excluded, since they have been included in the body of this report 1. STATE SPACE MODEL A = B = C = D = TIME-RESPONSE *** a) Percent Overshoot: e+1 Peak Time: 14 Settling Time: e+1 Eigenvalue Damping Freq. (rad/s) -4.6e e+1i 2.9e e+1-4.6e e+1i 2.9e e+1 *** b) Percent Overshoot: e+1 Peak Time: 42 Settling Time: e+2 Eigenvalue Damping Freq. (rad/s) -4.6e e+1i 2.9e e+1-4.6e e+1i 2.9e e e e+1i 8.3e e e e+1i 8.3e e+1 3. CLOSED-LOOP SYSTEM *** a) Transfer function: s^ e4 s^ e6 s^ e8 s^ e9 s e s^ s^ e4 s^ e5 s^ e8 s^ e9 s^ e1 s^ e11 s e13 *** b) A = Columns 1 through

15 Columns 6 through 8 B = C = Columns 1 through 5 Columns 6 through D = STABILITY System is stable for < K < STEADY STATE ERROR *** a) & b) Within the stable region, ie. < K < , the lowest steady-state error is e-1 at K = ROOT LOCUS TECHNIQUES & P-CONTROLLER *** a) *** b) & c) Parts b) & c) require hand calculations, included in the report. *** d) ans = RiseTime: SettlingTime: SettlingMin: SettlingMax: Overshoot: Undershoot: Peak: PeakTime: PD & PID CONTROLLERS *** a) Transfer function:.6488 s^ s^ s e s^ s^ e4 s^ e6 s^ e7 s^ e8 s e1 *** b) Transfer function: 15

16 1637 s^ e5 s^ e7 s^ e9 s e s^ s^ e4 s^ e6 s^ e7 s^ e8 s e1 ans = RiseTime: SettlingTime: SettlingMin: SettlingMax: Overshoot: Undershoot: Peak: PeakTime: *** c) Transfer function: 174 s^ e5 s^ e7 s^ e9 s^ e1 s e s^ s^ e4 s^ e6 s^ e7 s^ e8 s^ e1 s ans = RiseTime: SettlingTime: SettlingMin: SettlingMax: Overshoot: Undershoot: Peak: PeakTime: *** d) 8. FREQUENCY RESPONSE TECHNIQUES GM = PM = Inf CF1 = CF2 = NaN 16

Appendix A. The horizontal axis measures both GDP and Sales. The vertical axis measures the average price level.

Appendix A. The horizontal axis measures both GDP and Sales. The vertical axis measures the average price level. eaching Business Cycle Dynamics: A Comparison of Graphs and Loops 5-17 Appendix A A diagram might help visualize the sticky price theory in action. Here is part of it -- a graph with a horizontal axis

More information

The protection of civil structures, including. Structural control technology FLEXIBLE STRUCTURES

The protection of civil structures, including. Structural control technology FLEXIBLE STRUCTURES Structural control technology System identification and control of flexible structures by A. Forrai, S. Hashimoto, H. Funato and K. Kamiyama The main trend in structural technology is to change from conventional

More information

Response Modeling Marketing Engineering Technical Note 1

Response Modeling Marketing Engineering Technical Note 1 Response Modeling Marketing Engineering Technical Note 1 Table of Contents Introduction Some Simple Market Response Models Linear model Power series model Fractional root model Semilog model Exponential

More information

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

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

More information

Design of buildings using EC8

Design of buildings using EC8 Design of buildings using EC8 & 1 can be applied to all buildings and is obligatory for buildings which do not satisfy the regularity criteria specified by EC8. The response of all modes of vibration contributing

More information

SECTION 11 ACUTE TOXICITY DATA ANALYSIS

SECTION 11 ACUTE TOXICITY DATA ANALYSIS SECTION 11 ACUTE TOXICITY DATA ANALYSIS 11.1 INTRODUCTION 11.1.1 The objective of acute toxicity tests with effluents and receiving waters is to identify discharges of toxic effluents in acutely toxic

More information

a. Find MG&E s marginal revenue function. That is, write an equation for MG&E's MR function.

a. Find MG&E s marginal revenue function. That is, write an equation for MG&E's MR function. Economics 101 Spring 2015 Answers to Homework #5 Due Thursday, May 7, 2015 Directions: The homework will be collected in a box before the lecture. Please place your name on top of the homework (legibly).

More information

Don t Tune These Four Loops!

Don t Tune These Four Loops! Don t Tune These Four Loops! George Buckbee 2012 ExperTune Inc. Page 1 Don t Tune These Four Loops! George Buckbee, ExperTune Inc. 2012 ExperTune Inc Summary Some control loops cannot be improved by tuning.

More information

How to Read Sine Language : Reduce Process Cycling to Save Money

How to Read Sine Language : Reduce Process Cycling to Save Money How to Read Sine Language : Reduce Process Cycling to Save Money 2006 ExperTune, Inc. George Buckbee, P.E. ExperTune, Inc. How to Read Sine Language : Reduce Process Cycling to Save Money George Buckbee,

More information

Ser vo Drive Commissioning Instruction

Ser vo Drive Commissioning Instruction Ser vo Drive Commissioning Instruction Version 02 www.servodynamics.com Important Notice: This document is object to the following conditions and restrictions: This Document contains proprietary information

More information

Gravity Load Collapse of Reinforced Concrete Columns with Brittle Failure Modes

Gravity Load Collapse of Reinforced Concrete Columns with Brittle Failure Modes Gravity Load Collapse of Reinforced Concrete Columns with Brittle Failure Modes Takaya Nakamura 1 and Manabu Yoshimura 2 1 Research Associate, Department of Architecture, Graduate School of Engineering,

More information

DNA Circuits for Analog Computing

DNA Circuits for Analog Computing DNA Circuits for Analog Computing Tianqi Song Department of Computer Science Duke University 1 Outline Motivation What is DNA computing? Why are we interested in DNA computing? What has been done? Why

More information

Nonlinear Buckling of Prestressed Steel Arches

Nonlinear Buckling of Prestressed Steel Arches Nonlinear Buckling of Prestressed Steel Arches R. Giles-Carlsson and M. A. Wadee Department of Civil and Environmental Engineering, Imperial College London, Exhibition Road, London SW7 2AZ, UK June 22

More information

Seismic Considerations of Circuit Breakers

Seismic Considerations of Circuit Breakers Seismic Considerations of Circuit Breakers Willie Freeman, IEEE 693 Working Group ABB Inc, Mt. Pleasant PA, USA IEEE Tutorial - 2008 Abstract: The tutorial covers the seismic qualification of high voltage

More information

Shaking table test on seismic response of reduced-scale models of multi-story buildings allowed to uplift

Shaking table test on seismic response of reduced-scale models of multi-story buildings allowed to uplift Earthquake Resistant Engineering Structures VI 175 Shaking table test on seismic response of reduced-scale models of multi-story buildings allowed to uplift T. Ishihara 1, T. Azuhata 1, K. Noguchi 1, K.

More information

A study of the application of the pendulum tuned mass dampers in building floor vibration controls

A study of the application of the pendulum tuned mass dampers in building floor vibration controls A study of the application of the pendulum tuned mass dampers in building floor vibration controls M. Setareh 1, J. K. Ritchey & T. M. Murray 1 Department of Architecture, Virginia Polytechnic Institute

More information

Single-Span Steel Beam STT

Single-Span Steel Beam STT Single-Span Steel Beam STT User Manual for Frilo design applications Friedrich + Lochner GmbH 2011 Frilo on the web www.frilo.com E-Mail: info@frilo.de STT manual 2a/2011 STT Single-Span Steel Beam 1 Frilo-Application:

More information

Quiz Questions. For Process Integration. Fill in the blanks type Questions

Quiz Questions. For Process Integration. Fill in the blanks type Questions Quiz Questions For Process Integration Fill in the blanks type Questions 1. is the key parameter used in the Pinch Technology. ( T min ) 2. In onion diagram pinch technology in applied at. (the boundary

More information

Use of AHP Method in Efficiency Analysis of Existing Water Treatment Plants

Use of AHP Method in Efficiency Analysis of Existing Water Treatment Plants International Journal of Engineering Research and Development ISSN: 78-067X, Volume 1, Issue 7 (June 01), PP.4-51 Use of AHP Method in Efficiency Analysis of Existing Treatment Plants Madhu M. Tomar 1,

More information

H AND REPETITIVE CONTROL

H AND REPETITIVE CONTROL H AND REPETITIVE CONTROL OF GRID-CONNECTED INVERTERS Qing-Chang Zhong zhongqc@ieee.org Electrical Drives, Power and Control Group Dept. of Electrical Eng. & Electronics The University of Liverpool United

More information

COLUMN-TO-BEAM STRENGTH RATIO REQUIRED FOR ENSURING BEAM- COLLAPSE MECHANISMS IN EARTHQUAKE RESPONSES OF STEEL MOMENT FRAMES

COLUMN-TO-BEAM STRENGTH RATIO REQUIRED FOR ENSURING BEAM- COLLAPSE MECHANISMS IN EARTHQUAKE RESPONSES OF STEEL MOMENT FRAMES COLUMN-TO-BEAM STRENGTH RATIO REQUIRED FOR ENSURING BEAM- COLLAPSE MECHANISMS IN EARTHQUAKE RESPONSES OF STEEL MOMENT FRAMES Masayoshi NAKASHIMA 1 And Shinichi SAWAIZUMI 2 SUMMARY This paper examines:

More information

Implementation of adaptive fuzzy controller on the variable speed wind turbines in comparison with conventional methods

Implementation of adaptive fuzzy controller on the variable speed wind turbines in comparison with conventional methods 388 Ciência enatura, Santa Maria, v. 37 Part 1 2015, p. 388 396 ISSN impressa: 0100-8307 ISSN on-line: 2179-460X Implementation of adaptive fuzzy controller on the variable speed wind turbines in comparison

More information

EARTHQUAKE-RESISTANT BRIDGE COMPETITION STUDENT GUIDELINES

EARTHQUAKE-RESISTANT BRIDGE COMPETITION STUDENT GUIDELINES EARTHQUAKE-RESISTANT BRIDGE COMPETITION STUDENT GUIDELINES A PROJECT DEVELOPED FOR THE UNIVERSITY CONSORTIUM ON INSTRUCTIONAL SHAKE TABLES Developed by: Kurt McMullin Assistant Professor Department of

More information

Design and Testing of Linear Shape Memory Alloy Actuator

Design and Testing of Linear Shape Memory Alloy Actuator Final Report, National Science Foundation Research Experience for Undergraduates, Summer 00 Design and Testing of Linear Shape Memory Alloy Actuator Quentin A. Donnellan Advisor: Dr. Dimitris C. Lagoudas

More information

Physical Science page 118 Matter and Forms of Energy. Content Statement Heat, electrical energy, light, sound and magnetic energy are forms of energy.

Physical Science page 118 Matter and Forms of Energy. Content Statement Heat, electrical energy, light, sound and magnetic energy are forms of energy. Lighting Lesson: Ohio Standards Light Bulb or Heat Bulb? 3 rd Grade Energy FUNdamentals Science Model Curriculum-Ohio Department of Education Grade Band Three: Observation of the Environment Connections:

More information

Torsional Considerations in Building Seismic Design

Torsional Considerations in Building Seismic Design Torsional Considerations in Building Seismic Design B. Miranda Novare Design, Wellington G.A. MacRae & T.Z. Yeow Department of Civil Engineering, University of Canterbury, Christchurch K. Beyer Department

More information

ph dosing in effluent discharge (deadtime compensation) control

ph dosing in effluent discharge (deadtime compensation) control Technical description TD/RandC/014 EN Rev. A ph dosing in effluent discharge (deadtime compensation) control Using ControlMaster CM30 and CM50 controllers' advanced functionality for predictive control

More information

CHILLED WATER SYSTEM OPTIMIZER

CHILLED WATER SYSTEM OPTIMIZER CHILLED WATER SYSTEM OPTIMIZER A White Paper by Steve Tom, P.E., Phd. Carrier Corporation Farmington, Connecticut July, 2017 INTRODUCTION When it comes to measuring HVAC energy use in buildings, it s

More information

Agile Software Development

Agile Software Development Agile Software Development Lecturer: Raman Ramsin Lecture 10 Scrum: Sprint Execution 1 Sprint Execution When? Sprint execution accounts for the majority of time during a sprint. It begins after sprint

More information

Numerical simulation of the cathodic protection of pipeline networks under various stray current interferences

Numerical simulation of the cathodic protection of pipeline networks under various stray current interferences Numerical simulation of the cathodic protection of pipeline networks under various stray current interferences L. Bortels & J. Deconinck Department of Electrical Engineering (TW-ETEC), Vrije Universiteit

More information

Literature Review of Wood-frame Structure Tests

Literature Review of Wood-frame Structure Tests CHAPTER 2 Literature Review of Wood-frame Structure Tests This dissertation focuses on the investigative process of extracting dynamic characteristics of wood-frame structures from measured seismic response.

More information

Comparison between neural network based PI and PID controllers

Comparison between neural network based PI and PID controllers Edith Cowan University Research Online ECU Publications Pre. 2011 2010 Comparison between neural network based PI and PID controllers Mohammed Hassan Ganesh Kothapalli Edith Cowan University 10.1109/SSD.2010.5585598

More information

Far Field Model Simulation of the Sea Outfall Plume

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

More information

Vibration Reduction of Offshore Wind Turbines Using Tuned Liquid Column Dampers

Vibration Reduction of Offshore Wind Turbines Using Tuned Liquid Column Dampers University of Massachusetts Amherst ScholarWorks@UMass Amherst Masters Theses 1911 - February 2014 2012 Vibration Reduction of Offshore Wind Turbines Using Tuned Liquid Column Dampers Colin Roderick University

More information

Fatigue Analysis of a Welded Structure in a Random Vibration Environment

Fatigue Analysis of a Welded Structure in a Random Vibration Environment Fatigue Analysis of a Welded Structure in a Random Vibration Environment ANSYS Users Conference Framingham, MA June 13, 2013 Michael Bak 2013 CAE Associates Outline Problem description: Life assessment

More information

Technology Impact Analysis Tool. A. Winsor Brown

Technology Impact Analysis Tool. A. Winsor Brown O. Appendix 5. Technology Impact Analysis Tool Technology Impact Analysis Tool A. Winsor Brown Abstract The COCOMO RAD MODEL (CORADMO) is currently implemented in two parts: a front end staged 5-1 Table

More information

An Evolution of Step Testing and its Impact on Model Predictive Control Project Times

An Evolution of Step Testing and its Impact on Model Predictive Control Project Times White Paper An Evolution of Step Testing and its Impact on Model Predictive Control Project Times Executive Summary Bumping the process or step testing became a necessary part of implementing Advanced

More information

Buildings That Resist Earthquakes Better

Buildings That Resist Earthquakes Better RESEARCH PROJECT REPORT Buildings That Resist Earthquakes Better Submitted to The RET Site For Civil Infrastructure Renewal and Rehabilitation Sponsored by The National Science Foundation Grant ID No.:

More information

FINITE ELEMENT ANALYSIS OF REINFORCED CONCRETE BRIDGE PIER COLUMNS SUBJECTED TO SEISMIS LOADING

FINITE ELEMENT ANALYSIS OF REINFORCED CONCRETE BRIDGE PIER COLUMNS SUBJECTED TO SEISMIS LOADING FINITE ELEMENT ANALYSIS OF REINFORCED CONCRETE BRIDGE PIER COLUMNS SUBJECTED TO SEISMIS LOADING By Benjamin M. Schlick University of Massachusetts Amherst Department of Civil and Environmental Engineering

More information

Modal Behaviors of Spun-Cast Pre-Stressed Concrete Pole Structures

Modal Behaviors of Spun-Cast Pre-Stressed Concrete Pole Structures Modal Behaviors of Spun-Cast Pre-Stressed Concrete Pole Structures Shen-en Chen 1, Choo Keong Ong 2 and Kris Antonsson 2 1 Department of Civil Engineering, University of North Carolina at Charlotte 9201

More information

Design, Analysis and Optimization of Overhead Crane Girder

Design, Analysis and Optimization of Overhead Crane Girder Design, Analysis and Optimization of Overhead Crane Girder Pratik R Patel 1, Bhargav J Patel 2, Vipul K Patel 3 1 M.E student in Mechanical Department, S K Patel Engineering College, Visnagar 2 Assistant

More information

Unsteady-State Simulation Using CHEMCAD Steady-State

Unsteady-State Simulation Using CHEMCAD Steady-State Unsteady-State Simulation Using CHEMCAD Steady-State State Jerry Hartis, Sr. Process Engineer Grant Duncan, Process Engineer Process Engineering Associates, LLC June 2008 Copyright 2009 Process Engineering

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L.

Sensors & Transducers 2015 by IFSA Publishing, S. L. Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com A Method for Precision Closed-loop Irrigation Using a Modified PID Control Algorithm M. S. Goodchild, K. D. Kühn, M. D.

More information

Flexible Ramping Product. Draft Technical Appendix

Flexible Ramping Product. Draft Technical Appendix Flexible Ramping Product Draft Technical Appendix June 10, 2015 Table of Contents 1. Introduction... 3 2. Generalized flexible ramping capacity model... 3 3. Flexible ramping product summary... 5 4. Flexible

More information

ENERGY INITIATIVE ENERGY EFFICIENCY PROGRAM Impact Evaluation of Prescriptive and Custom Lighting Installations. National Grid. Prepared by DNV GL

ENERGY INITIATIVE ENERGY EFFICIENCY PROGRAM Impact Evaluation of Prescriptive and Custom Lighting Installations. National Grid. Prepared by DNV GL ENERGY INITIATIVE ENERGY EFFICIENCY PROGRAM Impact Evaluation of Prescriptive and Custom Lighting Installations National Grid Prepared by DNV GL Date: September 25, 2015 DNV GL www.dnvgl.com September,

More information

Design and Fabrication of Darrieus Wind Turbine with Static Stress Analysis of Rotor & its Structures

Design and Fabrication of Darrieus Wind Turbine with Static Stress Analysis of Rotor & its Structures Design and Fabrication of Darrieus Wind Turbine with Static Stress Analysis of Rotor & its Structures Sanjaya K. Mohapatra Department of Mechanical Engineering Jadavpur University D. K. Mondal Department

More information

EXPERIMENTS ON THE PERFORMANCE SENSITIVITY OF THE PASSIVE RESIDUAL HEAT REMOVAL SYSTEM OF AN ADVANCED INTEGRAL TYPE REACTOR

EXPERIMENTS ON THE PERFORMANCE SENSITIVITY OF THE PASSIVE RESIDUAL HEAT REMOVAL SYSTEM OF AN ADVANCED INTEGRAL TYPE REACTOR EXPERIMENTS ON THE PERFORMANCE SENSITIVITY OF THE PASSIVE RESIDUAL HEAT REMOVAL SYSTEM OF AN ADVANCED INTEGRAL TYPE REACTOR HYUN-SIK PARK *, KI-YONG CHOI, SEOK CHO, SUNG-JAE YI, CHOON-KYUNG PARK and MOON-KI

More information

Horizontal Borehole Study

Horizontal Borehole Study Horizontal Borehole Study Richard A. Beier a and William A. Holloway b a Mechanical Engineering Technology Department b Electrical Engineering Technology Department Oklahoma State University Stillwater,

More information

Figure 4 1 Price Quantity Quantity Per Pair Demanded Supplied $ $ $ $ $10 2 8

Figure 4 1 Price Quantity Quantity Per Pair Demanded Supplied $ $ $ $ $10 2 8 Econ 101 Summer 2005 In class Assignment 2 Please select the correct answer from the ones given Figure 4 1 Price Quantity Quantity Per Pair Demanded Supplied $ 2 18 3 $ 4 14 4 $ 6 10 5 $ 8 6 6 $10 2 8

More information

EQUIVALENT UNIFORM DAMPING RATIOS for Irregular in Height Concrete / Steel Structural systems

EQUIVALENT UNIFORM DAMPING RATIOS for Irregular in Height Concrete / Steel Structural systems EUROSTEEL 2008, 3-5 September 2008, Graz, Austria 1485 EQUIVALENT UNIFORM DAMPING RATIOS for Irregular in Height Concrete / Steel Structural systems A.V. Papageorgiou a, C.J. Gantes a a National Technical

More information

Calculating the Standard Error of Measurement

Calculating the Standard Error of Measurement Calculating the Standard Error of Measurement If we make a series of measurements of the same clinical variable we expect those measurements to show some variability. This may be because the measurement

More information

Notes on Chapter 10 OUTPUT AND COSTS

Notes on Chapter 10 OUTPUT AND COSTS Notes on Chapter 10 OUTPUT AND COSTS PRODUCTION TIMEFRAME There are many decisions made by the firm. Some decisions are major decisions that are hard to reverse without a big loss while other decisions

More information

Aalborg Universitet. The One-pass Smoke Tube Marine Boiler-Limits of Performance Solberg, Brian Willum; Andersen, Palle; Stoustrup, Jakob

Aalborg Universitet. The One-pass Smoke Tube Marine Boiler-Limits of Performance Solberg, Brian Willum; Andersen, Palle; Stoustrup, Jakob Aalborg Universitet The One-pass Smoke Tube Marine Boiler-Limits of Performance Solberg, Brian Willum; Andersen, Palle; Stoustrup, Jakob Published in: ECOS 28 Publication date: 28 Document Version Publisher's

More information

PE Exam Review - Geotechnical

PE Exam Review - Geotechnical PE Exam Review - Geotechnical Resources and Visual Aids Item Page I. Glossary... 11 II. Parameters... 9 III. Equations....11 IV. Tables, Charts & Diagrams... 14 1. Module 1 - Soil Classification... 14

More information

No More Easy Refills: The Move from Prescriptions to Performance Codes

No More Easy Refills: The Move from Prescriptions to Performance Codes Getting To Zero National Forum 2016 No More Easy Refills: The Move from Prescriptions to Performance Codes October 13, 2016 Roger Hedrick, BEMP, LEED AP Principal Engineer NORESCO 1 HISTORY: ORIGIN OF

More information

STATISTICAL TECHNIQUES. Data Analysis and Modelling

STATISTICAL TECHNIQUES. Data Analysis and Modelling STATISTICAL TECHNIQUES Data Analysis and Modelling DATA ANALYSIS & MODELLING Data collection and presentation Many of us probably some of the methods involved in collecting raw data. Once the data has

More information

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED

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

More information

SOIL PRESSURE IN EMBANKMENT STABILIZATIONS

SOIL PRESSURE IN EMBANKMENT STABILIZATIONS SOIL PRESSURE IN EMBANKMENT STABILIZATIONS Analysis of the 3D shadowing effect of piles Dipl.-Ing. M. Filus Fides DV-Partner GmbH ABSTRACT: Pile checks required by the codes alone are usually not sufficient

More information

On-line Parameter Estimation and Control for a Pilot Scale Distillation Column

On-line Parameter Estimation and Control for a Pilot Scale Distillation Column On-line Parameter Estimation and Control for a Pilot Scale Distillation Column Lina Rueda, Thomas F. Edgar and R. Bruce Eldridge Department of Chemical Engineering University of Texas at Austin Prepared

More information

Derivative-based Optimization (chapter 6)

Derivative-based Optimization (chapter 6) Soft Computing: Derivative-base Optimization Derivative-based Optimization (chapter 6) Bill Cheetham cheetham@cs.rpi.edu Kai Goebel goebel@cs.rpi.edu used for neural network learning used for multidimensional

More information

DYNAMIC CHARACTERISTICS ASSESSMENT OF STEEL BEAM-COLUMN CONNECTIONS WITH FLOOR SLAB

DYNAMIC CHARACTERISTICS ASSESSMENT OF STEEL BEAM-COLUMN CONNECTIONS WITH FLOOR SLAB 10NCEE Tenth U.S. National Conference on Earthquake Engineering Frontiers of Earthquake Engineering July 21-25, 2014 Anchorage, Alaska DYNAMIC CHARACTERISTICS ASSESSMENT OF STEEL BEAM-COLUMN CONNECTIONS

More information

Optimal replacement strategy for residential solar panels using monte carlo simulations and nonlinear optimization methods

Optimal replacement strategy for residential solar panels using monte carlo simulations and nonlinear optimization methods The InsTITuTe for systems research Isr TechnIcal report 2017-2 Optimal replacement strategy for residential solar panels using monte carlo simulations and nonlinear optimization methods Andrew Poissant

More information

ER Monitoring Report (ER-MR)

ER Monitoring Report (ER-MR) Forest Carbon Partnership Facility (FCPF) Carbon Fund ER Monitoring Report (ER-MR) ER Program Name and Country: Reporting Period covered in this report: Number of net ERs generated by the ER Program during

More information

1. Suppose that policymakers have been convinced that the market price of cheese is too low.

1. Suppose that policymakers have been convinced that the market price of cheese is too low. ECNS 251 Homework 3 Supply & Demand II ANSWERS 1. Suppose that policymakers have been convinced that the market price of cheese is too low. a. Suppose the government imposes a binding price floor in the

More information

Reactor Start Up and Low Power Operation

Reactor Start Up and Low Power Operation Reactor Start Up and Low Power Operation Chapter 14 John Groh, WNTD Refresher Training, May 1997 Summary of Course This lesson, about a half day long, reviews reactor physics and nuclear safety concerns

More information

Genetic Algorithm: A Search of Complex Spaces

Genetic Algorithm: A Search of Complex Spaces Genetic Algorithm: A Search of Complex Spaces Namita Khurana, Anju Rathi, Akshatha.P.S Lecturer in Department of (CSE/IT) KIIT College of Engg., Maruti Kunj, Sohna Road, Gurgaon, India ABSTRACT Living

More information

Process Control. A First Course with MATLAB. Pao C. Chau. University of California, San Diego

Process Control. A First Course with MATLAB. Pao C. Chau. University of California, San Diego Process Control A First Course with MATLAB Pao C. Chau University of California, San Diego PUBLISHED BY THE PRESS SYNDICATE OF THE UNIVERSITY OF CAMBRIDGE The Pitt Building, Trumpington Street, Cambridge,

More information

Tutorial #3: Brand Pricing Experiment

Tutorial #3: Brand Pricing Experiment Tutorial #3: Brand Pricing Experiment A popular application of discrete choice modeling is to simulate how market share changes when the price of a brand changes and when the price of a competitive brand

More information

Improved Methods for Superelevation Distribution: I. Single Curve

Improved Methods for Superelevation Distribution: I. Single Curve Improved Methods for Superelevation Distribution: I. Single Curve Udai Hassein 1, Said Easa 2, Kaarman Raahemifar 3 1 Ph.D Candidate, 2 Professor, Dept. of Civil Engineering, Ryerson University, Toronto,

More information

8.4.2 Steady flow: Hooghoudt equation

8.4.2 Steady flow: Hooghoudt equation 8.4.2 Steady flow: Hooghoudt equation As explained in Section 1.1, steady flow does not,. in reality, occur. At the end of tail recession, however, because of a small amount of seepage, the flow of some

More information

Comparison of Variable Speed Wind Turbine Control Strategies

Comparison of Variable Speed Wind Turbine Control Strategies Comparison of Variable Speed Wind Turbine Control Strategies S. Arnaltes Department of Electrical Engineering Escuela Politécnica Superior, Universidad Carlos III de Madrid Avda. Universidad 30, 8911 Leganés

More information

Stretchy Elastic Bands

Stretchy Elastic Bands Session 464 Stretchy Elastic Bands Alan K. Karplus Department of Mechanical Engineering Western New England College Springfield, MA 1119-2684 Key Words: Elastics, Tension Tests Prerequisite Knowledge:

More information

Pricing with Market Power

Pricing with Market Power Chapter 7 Pricing with Market Power 7.1 Motives and objectives Broadly The model of perfect competition is extreme (and hence wonderfully powerful and simple) because of its assumption that each firm believes

More information

Possible Solutions for Homework 1

Possible Solutions for Homework 1 Possible olutions for Homework 1 ue Tuesday February 1, 14 Economics of ustainability K Foster, Colin Powell chool CCNY, pring 15 1. What are the names of people in your study group? 2. Consider demand

More information

1. Stream Network. The most common approach to quantitatively describing stream networks was postulated by Strahler (1952).

1. Stream Network. The most common approach to quantitatively describing stream networks was postulated by Strahler (1952). 1. Stream Network The most common approach to quantitatively describing stream networks was postulated by Strahler (1952). First Order Streams streams with no tributaries. Second Order Streams begin at

More information

Nonlinear Analysis And Performance Assessment for 3D Structure

Nonlinear Analysis And Performance Assessment for 3D Structure Exclusive Distributor in the Middle East for CSI Software licensing, technical support and training solutions www.techiesoft.com For Sales: sales@techiesoft.com For Technical Support: support@techiesoft.com

More information

Sizing and optimally locating guttering for rainwater harvesting

Sizing and optimally locating guttering for rainwater harvesting Sizing and optimally locating guttering for rainwater harvesting Gwilym T.Still * & Terry H. Thomas DTU, Warwick University, UK Abstract Guttering is the most common method for conveying rainwater from

More information

Simplicity in Modeling Use of Analytical Models with PEST

Simplicity in Modeling Use of Analytical Models with PEST Simplicity in Modeling Use of Analytical Models with PEST Steven P. Larson S. S. Papadopulos & Associates, Inc., Bethesda, MD, slarson@sspa.com ABSTRACT Analytical models can be powerful tools in the analysis

More information

OUTPUT AND COSTS. Chapter. Key Concepts. Decision Time Frames

OUTPUT AND COSTS. Chapter. Key Concepts. Decision Time Frames Chapter 10 OUTPUT AND COSTS Key Concepts Decision Time Frames Firms have two decision time frames: Short run is the time frame in which the quantity of at least one factor of production is fixed. Long

More information

The Effect of Length on Modal Analysis of Cantilever Beam with and without Piezoelectric Abstract Keywords: 1. Introduction 2.

The Effect of Length on Modal Analysis of Cantilever Beam with and without Piezoelectric Abstract Keywords: 1. Introduction 2. The Effect of Length on Modal Analysis of Cantilever Beam with and without Piezoelectric Hadeer Abd UL-Qader 1* Dr.Hatem R. Wasmi, Ph.D 2 1. MS.C. Student, Mechanical Department, Engineering College- Baghdad

More information

6. Preload and axial displacement

6. Preload and axial displacement 6. and axial displacement 6. Position preload and constantpressure preload Bearings for machine-tool head spindles, hypoid-gear pinion shafts, and other similar applications are often preloaded to increase

More information

A DISLOCATION MODEL FOR THE PLASTIC DEFORMATION OF FCC METALS AN ANALYSIS OF PURE COPPER AND AUSTENITIC STEEL

A DISLOCATION MODEL FOR THE PLASTIC DEFORMATION OF FCC METALS AN ANALYSIS OF PURE COPPER AND AUSTENITIC STEEL A DISLOCATION MODEL FOR THE PLASTIC DEFORMATION OF FCC METALS AN ANALYSIS OF PURE COPPER AND AUSTENITIC STEEL Background In the bcc model for work hardening in single phase materials, see (6), it is assumed

More information

Compression Members. Columns I. Summary: Objectives: References: Contents:

Compression Members. Columns I. Summary: Objectives: References: Contents: Compression Members Columns I Summary: Structural members subjected to axial compression are known as columns or struts. Stocky columns may not be affected by overall buckling. Stocky columns may fail

More information

Chapter 28: Monopoly and Monopsony

Chapter 28: Monopoly and Monopsony Chapter 28: Monopoly and Monopsony 28.1: Introduction The previous chapter showed that if the government imposes a tax on some good that there is a loss of surplus. We show a similar result in this chapter

More information

Consumer and Producer Surplus and Deadweight Loss

Consumer and Producer Surplus and Deadweight Loss Consumer and Producer Surplus and Deadweight Loss The deadweight loss, value of lost time or quantity waste problem requires several steps. A ceiling or floor price must be given. We call that price the

More information

Behavior and Strength of Slab-Edge Beam-Column Connections under Shear Force and Moment

Behavior and Strength of Slab-Edge Beam-Column Connections under Shear Force and Moment Behavior and Strength of Slab-Edge Beam-Column Connections under Shear Force and Moment Omar M. Ben-Sasi Abstract A total of fourteen slab-edge beam-column connection specimens were tested gradually to

More information

PREPROCESSOR FOR THE GENERATION OF G-FUNCTIONS USED IN THE SIMULATION OF GEOTHERMAL SYSTEMS

PREPROCESSOR FOR THE GENERATION OF G-FUNCTIONS USED IN THE SIMULATION OF GEOTHERMAL SYSTEMS PREPROCESSOR FOR THE GENERATION OF G-FUNCTIONS USED IN THE SIMULATION OF GEOTHERMAL SYSTEMS Massimo Cimmino 1, and Michel Bernier 1 1 Département de génie mécanique Polytechnique Montreal Case postale

More information

Runs of Homozygosity Analysis Tutorial

Runs of Homozygosity Analysis Tutorial Runs of Homozygosity Analysis Tutorial Release 8.7.0 Golden Helix, Inc. March 22, 2017 Contents 1. Overview of the Project 2 2. Identify Runs of Homozygosity 6 Illustrative Example...............................................

More information

Science and Engineering. Wind Turbine. Real Investigations in. Science and Engineering

Science and Engineering. Wind Turbine. Real Investigations in. Science and Engineering Science and Engineering Real Investigations in Science and Engineering A1 A2 A3 A4 Overview Chart for Investigations Investigation Key Question Summary Learning Goals Vocabulary Wind Power Pages 1-6 Designing

More information

CHAPTER 3 IMPROVEMENT OF DYNAMIC CHARACTERISTICS OF CUTTING TOOL SYSTEM USING VISCOELASTIC DAMPER

CHAPTER 3 IMPROVEMENT OF DYNAMIC CHARACTERISTICS OF CUTTING TOOL SYSTEM USING VISCOELASTIC DAMPER 44 CHAPTER 3 IMPROVEMENT OF DYNAMIC CHARACTERISTICS OF CUTTING TOOL SYSTEM USING VISCOELASTIC DAMPER This chapter introduces a novel design for turning tool holder assembly with enhanced damping capability.

More information

NBER WORKING PAPER SERIES LUMPY INVESTMENT, LUMPY INVENTORIES. Rüdiger Bachmann Lin Ma. Working Paper

NBER WORKING PAPER SERIES LUMPY INVESTMENT, LUMPY INVENTORIES. Rüdiger Bachmann Lin Ma. Working Paper NBER WORKING PAPER SERIES LUMPY INVESTMENT, LUMPY INVENTORIES Rüdiger Bachmann Lin Ma Working Paper 17924 http://www.nber.org/papers/w17924 NATIONAL BUREAU OF ECONOMIC RESEARCH 1050 Massachusetts Avenue

More information

Why Learn Statistics?

Why Learn Statistics? Why Learn Statistics? So you are able to make better sense of the ubiquitous use of numbers: Business memos Business research Technical reports Technical journals Newspaper articles Magazine articles Basic

More information

TURBO GENERATOR MACHINE FOUNDATIONS SUBJECTED TO EARTHQUAKE LOADINGS

TURBO GENERATOR MACHINE FOUNDATIONS SUBJECTED TO EARTHQUAKE LOADINGS TURBO GENERATOR MACHINE FOUNDATIONS SUBJECTED TO EARTHQUAKE LOADINGS P.St. Fleischer 1 and P.G. Trombik 2 1 Trombik Engineers Ltd. Zurich, Switzerland, Email: p.fleischer@trombik.ch 2 Trombik Engineers

More information

Standard TPL Transmission System Planning Performance Requirements

Standard TPL Transmission System Planning Performance Requirements A. Introduction 1. Title: Transmission System Planning Performance Requirements 2. Number: TPL-001-4 3. Purpose: Establish Transmission system planning performance requirements within the planning horizon

More information

Price MCI MSC MEC. q1 Firm output. Industry output

Price MCI MSC MEC. q1 Firm output. Industry output Pindyck and Rubinfeld, Chapter 18 Sections 18.1, 18.2, 18.6 Externalities and Public goods Externalities arise when one agent s production or consumption activities affect another agent s production or

More information

Earthquake Analysis of Tall Building with Tuned Mass Damper.

Earthquake Analysis of Tall Building with Tuned Mass Damper. Earthquake Analysis of Tall Building with Tuned Mass Damper. Mr. Ashish A. Mohite 1, Prof. G.R. Patil 2 1 (M.E. (Structure) Student, Department of Civil Engineering Rajarshi Shahu College of Engineering,

More information

Global warming. Models for global warming Sand analogy

Global warming. Models for global warming Sand analogy 8.10 Global warming Assessment statements 8.6.1 Describe some possible models of global warming. 8.6. State what is meant by the enhanced greenhouse effect. 8.6.3 Identify the increased combustion of fossil

More information

Sample Report: ½ Tri-Clamp Flange Connection

Sample Report: ½ Tri-Clamp Flange Connection Ph: 520-265-3657 Fax: 888-241-3035 mailto:info@keydesigneng.com Sample Report: ½ Tri-Clamp Flange Connection Prepared by: Michael Rodgers, P.Eng. Date: Saturday, August 07, 2010 Project: KEY-026 is a Canadian

More information

7 Most Important Test Methods

7 Most Important Test Methods 7 Most Important Test Methods A variety of measurement methods and instruments are used for rheological characterization of cosmetic emulsions. At low shear rates [62] for detection of the apparent yield

More information