tools for evaluation of steel truss bridge gusset plates christopher higgins quang nguyen o. tugrul...

41
Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering Oregon State University

Upload: adam-mcgee

Post on 26-Dec-2015

221 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Tools for Evaluation of Steel Truss Bridge Gusset Plates

Christopher HigginsQuang NguyenO. Tugrul Turan

School of Civil and Construction EngineeringOregon State University

Page 2: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

OUTLINE

Introduction & Background

Digital Imaging Tools

CAD- FE Analysis

Summary and Future Work

Page 3: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

INTRODUCTION & BACKGROUND

Page 4: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Introduction & Background

• Gusset plate connection performance of interest.

•Structural evaluations require accurate as-built data.

•Collection of field data is time consuming and expensive. Results likely to be highly variable.

•Rating methods rely on specification-based on design provisions. Need for improved tools.

Collapsed I35W Bridge in Minneapolis, MN

Page 5: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Overall Approach

•Capture images in field with digital cameras (snooper, climbing, from ground level)

•Process images into scaled orthophotos (MatLab)

•Query and extract geometric data (MatLab)

•Directly produce CAD drawings (AutoCAD)

•Directly produce FE models (ABAQUS)

•Run nonlinear finite element analyses to rate connections (ABAQUS)

•No high-level training required (scripted CAD drawing and FE modeling)

•Integration from field inspection to rating and archiving

Page 6: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Collecting Field Data is a Challenge

Page 7: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Inspectors Get Creative

Is there a better way?

Page 8: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

• Gusset plates lie in plane : 2-D correspondences simplify transformation

• Point correspondences used to map points based on central projection.

• Need to establish control points in the real world image.

X’ is point in photographic image plane (pixel)

X is point in “real world” imageHartley and Zisserman, Multiple View Geometry in Computer

Vision, 2004

Page 9: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

• Relate image points (pixels) to real world control points via transformation matrix

• Remove image perspective (rectification)

•Direct Linear Transform (DLT) algorithm

•H is 3x3 transformation matrix

• Need minimum of 4 control points (8 DOF and 1 for scale)

• If over constrained then can estimate errors.

X’ and Y’are point coordinates onphotographic image plane (pixles)

'

'

1 1

i i

i i

X X

H Y Y

X and Y are point coordinates inreal world image

Page 10: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

8” and 24” Reference Targets

• Ultra Corrosion-Resistant Pure Titanium (Grade 2) bars

• Nine aluminum control points

• Safety chain and vise-grip clamp

Reference Targets

Page 11: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Base magnetically attaches and sits 2” off of the face of the plate

Methodology

Page 12: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

Page 13: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

Root-Mean-Square Error:

where θ’ is the predicted value, θ is the true value, and n is the sample size.

Standard deviation:

where e is the location error, ē is the average location error, and n is the sample size.

2

1

1( )

n

ii

e en

2

1

1( ' )

n

i ii

RMSEn

Error Estimation

Page 14: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

Location Uncertainty:

Measurement Error for Length Measurements:

where RMSE is the predicted error value, 3σ provides a 99.7% confidence interval for a normal distribution, and the given pixel size.

Measurements of length require two points thus double the location uncertainty.

2 3measurementE RMSE pixel

int 3poE RMSE pixel

Error Estimation

Page 15: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Methodology

Standoff correction•Targets are offset from plates

•Image dimensions are shorter than true dimensions due to standoff

• Correction may be performed:

actual imageoffset

DL L

D D

Actual dimension onplate

Distance to plate, D

Standoff distance of targets, Doffset

Image dimension

Page 16: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Implementation

Consumer grade camera• Single-lens reflex (SLR)

digital camera (Nikon D200)

• Nikon AF NIKKOR 50mm 1:1.8D lens

• Resolution: 3872x2592 Pixels (10 Megapixel)

Fill the image frame with the gusset plate as much as possible.

Take a well focused image. Take the best available image

with the camera as orthogonal to the gusset plate surface as possible.

Deploy flat-field lenses.Take at least one physical length

measurement on the gusset plate (and mark on the plate so it is visible in the image).

Take a measurement of the plate thickness, as this cannot be determined directly.

Map corrosion damage, if any.

Page 17: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Implementation

MATLAB w/ Image Processing Toolbox - Gusset Plate Rectification Tool

• Loads gusset plate image

• Calculates H matrix

• Calculates the measurement error and standoff correction

• Creates and saves rectified scaled orthographic photograph

• Allows measurements

• Length

• Perimeter

• Fastener locations

• x, y coordinates

• Angles

• Outputs all data into an Microsoft Excel file

Software

Page 18: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Implementation

Microsoft Excel – LSP file creator

• Take data from Gusset Plate Rectification Tool and create a LSP file to be used by AutoCAD to create a scale drawing of the Gusset Plate

• Also creates LSP file for ABAQUS FE analysis

Software

Page 19: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Implementation

Mock Gusset Plate:• Connection U3• Southbound Booth

Ranch Bridge on I-5 Oregon.

• As-constructed drawings from March 1967

Example

Page 20: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Example

Design Drawing Typical View of Connection

Page 21: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Example

Page 22: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Image Rectification Tool

MATLAB program

Example

Page 23: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Example

Camera 3 – 15ft @ 45° Off-center

Page 24: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Example

Camera 2 – 250ft @ 0° Off-center

Page 25: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Typical View of Connection

Compare Design with As-Built

Extra bolts!

Work point shifted due to member alignment!

Plate clipped differently

Page 26: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Remember I35W?

Page 27: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

ODOT Field Trials X Y

-17.733230.1962

6

-18.06 27.0375

-18.386823.5519

6

-15.119130.1962

6

-15.554826.9285

7

-15.663723.6608

9

-12.39630.3051

9

-12.7228 27.0375

-12.831723.7698

1

-9.6729230.0873

4

-9.6729226.9285

7

-9.9996823.6608

9

-6.9498430.1962

6

-7.0587626.8196

5

-7.1676923.7698

1

-4.2267730.1962

6

-4.22677 27.0375

-4.3356923.6608

9

-1.6126129.9784

2

-1.61261 27.0375

-1.6126123.6608

9

1.219383 29.8695

1.328306

26.71073

Page 28: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

ODOT Field Trials (hidden edges)

Page 29: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

ODOT Field Trials

Page 30: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Outside Agencies and Consultants

US Army Corp Unknown Consultant

Page 31: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Close-Range Requirements (climbing)

Page 32: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

+

Combine Multiple Images

=Also can get 3D

Page 33: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Mosaic from Multiple Images

Page 34: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Rectified Images Become Models

* FE Model created from panoramic image

Page 35: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Structure, Member, Connection, Fastener

FEA

Page 36: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Nonlinear FE Modeling and Analysis

X,Y coordinates (digital image),

Thickness of plate (field measured), Material

(drawings),and Member forces (stress

sheet)

Page 37: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Automatic Output Generation (Strength)Multiple Members : von Mises Stresses

Page 38: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Validating Methods with Full-Scale Experiments at OSU July 2010

Page 39: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

SummaryMethod for rapid and accurate collection of

field geometry of gusset platesImages are rectified and scaled to permit

metrificationData query export via Excel to CAD and FEACompare as-built connections with design

drawingsAnalyze and rate connections directly using

FE methodsQuantitative imaging enriches field

inspection and evaluation

Page 40: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Acknowledgements

Bruce Johnson – Chief Bridge EngineerSteven Soltesz – Research Coordinator

Oregon Transportation Research and Education Consortium

Page 41: Tools for Evaluation of Steel Truss Bridge Gusset Plates Christopher Higgins Quang Nguyen O. Tugrul Turan School of Civil and Construction Engineering

Questions?