w(z) distance down wing [ft]

Size: px
Start display at page:

Download "w(z) distance down wing [ft]"

Transcription

1 Loading [lb/ft] SAE Aero Design Regular Class 2017 Analysis performed by Aida Hrickson Bing Moment on the Wing & Strut Location One of the primary advantages of using an external strut to support the wing is to reduce the bing moment on the wing. Therefore, the bing moment along the wing was calculated for varying strut locations along the wingspan to determine the strut location that would yield the smallest bing moment in the wing. The goal of this analysis was to find the location of the strut at which the bing moment between the fuselage and the strut was the same as the bing moment at the strut. The lift distribution was determined from Schrenk s Lift Distribution. A third order polynomial was used to approximate the distribution: w(z) y = x x x distance down wing [ft] Figure 1 Lift Distribution along the wing The wing lift distribution (equation 1) was simplified into two point-loads, one inboard of the strut and one outboard, acting through the centroid (equation 3) of the lift distribution on either side of strut location.

2 w(z) = z z z (1) b A = w(z)dz a z = 1 A b zw(z)dz, location of centroid of lift distribution a (2) (3) The attachment of the wing to fuselage, strut to wing, and strut to fuselage were all modeled as pin joints. The resulting free body diagram of the wing (Figure 2) was a simply supported beam with reaction forces F ry, F rx, F sy, and F sx and two point-loads F 1 and F 2. Figure 2 Free Body Diagrams Using the Method of Sections and iterating for strut locations starting one-quarter down the wingspan to three-quarters of the wingspan, the bing moment was calculated using MATLAB. Below is the MATLAB code used to calculate the bing moments.

3 %%Aida Hrickson November 2017 clc; clear all ; close all z=[0:0.125:5.5]; %increments along wingspan %importing data from Excel Sheet centroid(:,1)= xlsread('strut_wing_bingmoment.xlsx','data','a3:a24'); %strut location centroid(:,2)=xlsread('strut_wing_bingmoment.xlsx','data','c3:c24'); %zbar1: centroid inboard of strut centroid(:,3)=xlsread('strut_wing_bingmoment.xlsx','data','f3:f24'); %zbar2: centroid outboard of strut Force(:,1)=xlsread('Strut_Wing_BingMoment','data','A3:A24'); %strut location Force(:,2)=xlsread('Strut_Wing_BingMoment','data','H3:H24'); %F1 (lift distribution inboard of strut) Force(:,3)=xlsread('Strut_Wing_BingMoment','data','I3:I24'); %F2 (lift distribution outboard of strut) Force(:,4)=xlsread('Strut_Wing_BingMoment','data','J3:J24'); %Fsy (force at strut) Force(:,5)=xlsread('Strut_Wing_BingMoment','data','K3:K24'); %Fry (rxn force at wing-fuselage connection) figure(1); hold on M = zeros(length(z),length(centroid)); for i=1:length(centroid) for j=1:length(z) if (0<=z(j) && z(j)<centroid(i,2)) M(j,i)=-Force(i,5)*z(j); %1st section before F1 elseif (centroid(i,2)<=z(j) && z(j)<centroid(i,1)) M(j,i)=Force(i,2)*(z(j)-centroid(i,2))-Force(i,5)*z(j); %2nd section b/w F1 and Fs elseif (centroid(i,1)<=z(j) && z(j)<centroid(i,3)) M(j,i)=Force(i,2)*(z(j)-centroid(i,2))-Force(i,4)*(z(j)- centroid(i,1))-force(i,5)*z(j); %3rd section b/w Fs and F2 else M(j,i)=Force(i,3)*(z(j)-centroid(i,3))+Force(i,2)*(z(j)-centroid(i,2))- Force(i,4)*(z(j)-centroid(i,1))-Force(i,5)*z(j); %4th section after F2 if (z(j) == centroid(i,1)) strut_moment (i,1) = M(j,i); plot(z, M(:,i), centroid(i,1), strut_moment(i,1),'o');%bing moments at all locations % figure(1) % plot(z, M(:,13), centroid(13,1), strut_moment(13,1),'o')

4 % figure(2) % plot(z, M(:,14), centroid(14,1), strut_moment(14,1),'o') figure(3) %best strut location ft from fuselage plot(z, M(:,15), centroid(15,1), strut_moment(15,1),'o') Figure 3 Bing Moment for different strut locations Figure 4 Bing Moment for Strut Location at 3.125ft highlighted in blue

5 Spar Sizing Because the spars in the wing withstand most of the loads, it is essential that the spars are properly sized. Using the modulus of rupture of Sitka spruce with a factor of safety of 2.5 and the maximum bing moment with a load factor of 5, the minimum moment of inertia of the spars (top and bottom) was calculated as I min = 0.18 in 4. Considering common cross-sectional areas of spruce that would be available for purchase, a cross sectional area of both top and bottom spars is 5 16 W 1 4 T in2, which yields a moment of inertia of 0.2in 4. To confirm that the spars would not buckle from the compressive loads from the strut, the compressive strength of the strut along with the component of the strut force in the span wise direction were used to find a minimum area to resist yielding. The minimum area to resist the compressive load, 0.12in 2, was smaller than the spar area of 0.16in 2. Calculations are outlined below. σ all = 10,200 psi (modulus of rupture) σ all = 4080 psi with FOS = 2.5 M max = lb in (load factor n = 5) y t = in (at wing tip) σ = My I x I minimum = My σ = in4 I x = B 12 (H3 h 3 ) = in in 4 F sx = lb lb, (load factor n = 5) σ comp = 5610 psi σ = F sx A A = F sx σ = 0.12in2

EXAMPLE MICROLIGHT AIRCRAFT LOADING CALCULATIONS

EXAMPLE MICROLIGHT AIRCRAFT LOADING CALCULATIONS 1. Introduction This example loads report is intended to be read in conjunction with BCAR Section S and CS-VLA both of which can be downloaded from the LAA webpage, and the excellent book Light Aircraft

More information

TABLE OF CONTENTS PRODUCTS & INFORMATION

TABLE OF CONTENTS PRODUCTS & INFORMATION SHORING CATALO G TABLE OF CONTENTS PRODUCTS & INFORMATION PAGE HL SHORING FRAMES (10k/leg)...3 STEEL SHORING ACCESSORIES... 4 SHORING TOWER... 5 SHORING JACK... 6 SHORING FRAME ALLOWABLE WORKING LOADS...7

More information

LOAD CHARTS RT540E 85% STABILITY ON OUTRIGGERS 75% STABILITY ON RUBBER

LOAD CHARTS RT540E 85% STABILITY ON OUTRIGGERS 75% STABILITY ON RUBBER LOAD CHARTS RT540E 85% STABILITY ON OUTRIGGERS 75% STABILITY ON RUBBER SERIAL NUMBER 1 2 TABLE OF CONTENTS GENERAL NOTES... 4 WT. REDUCTIONS / LINE PULLS & REEVING INFO / HOIST PERFORMANCE. 5 LIFTING AREA

More information

Vessels subject to External Pressure

Vessels subject to External Pressure Basic principles of compressive force Vessels subject to External Pressure Before After The result of just air pressure! Presented by: Ray Delaforce Basic principles of compressive force Consider For a

More information

for Cold-Formed Steel Framing Products

for Cold-Formed Steel Framing Products Technical Guide for Cold-Formed Steel Framing Products The data in this guide is based upon the 2007 American Iron and Steel Institute s S00-07 North American Specification for the Design of Cold-Formed

More information

BASIC AIRCRAFT STRUCTURES

BASIC AIRCRAFT STRUCTURES Slide 1 BASIC AIRCRAFT STRUCTURES The basic aircraft structure serves multiple purposes. Such as aircraft aerodynamics; which indicates how smooth the aircraft flies thru the air (The Skelton of the aircraft

More information

INTRODUCTION. Disclaimer

INTRODUCTION. Disclaimer 3 INTRODUCTION The Steel Framing Industry Association (SFIA) was formed with the objective of assisting companies having interests in the cold-formed steel framing industry to be more successful by unifying

More information

for Cold-Formed Steel Framing Products

for Cold-Formed Steel Framing Products Technical Guide for Cold-Formed Steel Framing Products Technical Data in this publication is applicable to the following SFIA Member Company: For a complete directory of SFIA Members who are certified

More information

The. Presented to: Götz Bramesfeld. By:

The. Presented to: Götz Bramesfeld. By: The E-µ Presented to: Götz Bramesfeld By: The A Team: Brendan Corrigan Dave Maniaci Jack Lindquist Dexter Cooke Mark Maughmer II Joe Masiero Matt Hartman Valerie Leitholf Thursday, April 18, 2002 Table

More information

PRE-TEST Module 2 The Principles of Flight Units /60 points

PRE-TEST Module 2 The Principles of Flight Units /60 points PRE-TEST Module 2 The Principles of Flight Units 1-2-3.../60 points 1 Answer the following questions. (20 p.) moving the plane (4) upward / forward. Opposed to that is 1. What are the names of the four

More information

KINETICS Seismic Design Manual

KINETICS Seismic Design Manual KCAB Wedge Type Anchor Selection Guide For wedge type concrete anchors, the factor of safety is computed using the following equation. F.S. 1 = 1/[(T/T A ) (5/3) + (P/P A ) (5/3) ] (Eq. P1.3.1-1) Where:

More information

TB-354 March 2017 (Expires 3/2019) Select Beam Design Tables

TB-354 March 2017 (Expires 3/2019) Select Beam Design Tables TB-35 March 017 (Expires 3/019) Select Beam Design Tables The following information is intended to assist building designers and/or building officials in selecting appropriate Trus Joist beam products.

More information

SUBPART C - STRUCTURE

SUBPART C - STRUCTURE SUBPART C - STRUCTURE GENERAL CS 23.301 Loads (a) Strength requirements are specified in terms of limit loads (the maximum loads to be expected in service) and ultimate loads (limit loads multiplied by

More information

Urban Air Taxi Wing Design

Urban Air Taxi Wing Design Urban Air Taxi Wing Design EGR299 William Tohlen Reviewed by C.S. Lynch, Ph. D. Table of Contents 1 Objective of Wing Design Project... 4 2 Requirements... 6 3 Propulsion... 6 4 Wing Design... 8 5 Airfoil

More information

TECHNICAL CIRCULAR. Circular No: S-P 32/13 Revision: 1 Page: 1 of 7 Date:

TECHNICAL CIRCULAR. Circular No: S-P 32/13 Revision: 1 Page: 1 of 7 Date: Circular No: S-P 32/13 Revision: 1 Page: 1 of 7 Date:22.05.2014 Related Requirement: UR S27 (Rev.6 June 2013) Subject: Retroactive Application for Strength Requirements for Fore Deck Fittings and Equipment

More information

Study to Establish Relations for the Relative Strength of API 650 Cone Roof Roof-to-Shell and Shell-to- Bottom Joints

Study to Establish Relations for the Relative Strength of API 650 Cone Roof Roof-to-Shell and Shell-to- Bottom Joints Thunderhead Engineering Consultants I N C O R P O R A T E D 1006 Poyntz Ave. Manhattan, KS 66502-5459 785-770-8511 www. thunderheadeng.com Study to Establish Relations for the Relative Strength of API

More information

Hardened Steel Washers

Hardened Steel Washers USS (Type A Wide) Flat Washers Hardened Steel Washers Grade 8 S.A.E. Dimensions American Standard Lbs. Per No./Pcs. Gauge M Pcs. Per Lb. 3/16 9/16 1/4 18 (3/64) 2.8 361 1/4 3/4 5/16 16 (1/16) 6.7 149 5/16

More information

JAR-23 Normal, Utility, Aerobatic, and Commuter Category Aeroplanes \ Issued 11 March 1994 \ Section 1- Requirements \ Subpart C - Structure \ General

JAR-23 Normal, Utility, Aerobatic, and Commuter Category Aeroplanes \ Issued 11 March 1994 \ Section 1- Requirements \ Subpart C - Structure \ General JAR 23.301 Loads \ JAR 23.301 Loads (a) Strength requirements are specified in terms of limit loads (the maximum loads to be expected in service) and ultimate loads (limit loads multiplied by prescribed

More information

STRONGER THAN STEEL SṂ

STRONGER THAN STEEL SṂ ProSTUD product catalog STRONGER THAN STEEL SṂ DRYWALL FRAMING SYSTEM ProSTUD D R Y W A L L FRAMING SYSTEM ClarkDietrich. WHERE INNOVATION TAKES FORM. 3 The ProSTUD Drywall Framing System can be called

More information

Now with SUPREME FRAMING SYSTEM! PRODUCT TECHNICAL GUIDE. Steel Stud Manufacturers Association

Now with SUPREME FRAMING SYSTEM! PRODUCT TECHNICAL GUIDE. Steel Stud Manufacturers Association Now with SUPREME FRAMING SYSTEM! PRODUCT TECHNICAL GUIDE Steel Stud Manufacturers Association 2507 3064P Product Identification "S" and "SFS" - C-STUD/JOIST S and SFS-SECTIONS* * For "S" and "SFS" members,

More information

Product Identification

Product Identification Product Identification All SCAFCO products have a four part identification code which identifies the size (both depth and flange width), style, and material thickness of each member. Example: Member Depth:

More information

Design Project 2 Sizing of a Bicycle Chain Ring Bolt Set ENGR 0135 Sangyeop Lee November 16, 2016 Jordan Gittleman Noah Sargent Seth Strayer Desmond

Design Project 2 Sizing of a Bicycle Chain Ring Bolt Set ENGR 0135 Sangyeop Lee November 16, 2016 Jordan Gittleman Noah Sargent Seth Strayer Desmond 1 Design Project 2 Sizing of a Bicycle Chain Ring Bolt Set ENGR 0135 Sangyeop Lee November 16, 2016 Jordan Gittleman Noah Sargent Seth Strayer Desmond Zheng 2 Abstract This report will analyze our calculations,

More information

SURFACE CASING SELECTION FOR COLLAPSE, BURST AND AXIAL DESIGN FACTOR LOADS EXERCISE

SURFACE CASING SELECTION FOR COLLAPSE, BURST AND AXIAL DESIGN FACTOR LOADS EXERCISE SURFACE CASING SELECTION FOR COLLAPSE, BURST AND AXIAL DESIGN FACTOR LOADS EXERCISE Instructions Use the example well data from this document or the powerpoint notes handout to complete the following graphs.

More information

The author's TD Coupe, used as a towplane, and the Airhopper. The gas model is equipped with an automatic towline release.

The author's TD Coupe, used as a towplane, and the Airhopper. The gas model is equipped with an automatic towline release. THE AIRHOPPER BY STANLEY ORZECK PLANS BY PAUL PLECAN An eight-foot sailplane either towed by a gas model or launched by hand tow. The author's TD Coupe, used as a towplane, and the Airhopper. The gas model

More information

Mini Channel & Fittings

Mini Channel & Fittings Our mini channels and fittings provide for an economical method of supporting light load requirements on a strut system. Channel Channels are cold formed on our modern rolling mills from 18 Ga. (1.2 mm)

More information

Theory of Flight Aircraft Design and Construction. References: FTGU pages 9-14, 27

Theory of Flight Aircraft Design and Construction. References: FTGU pages 9-14, 27 Theory of Flight 6.01 Aircraft Design and Construction References: FTGU pages 9-14, 27 Main Teaching Points Parts of an Airplane Aircraft Construction Landing Gear Standard Terminology Definition The airplane

More information

REPORT HOLDER: FRAMECAD LICENSING LTD. POST OFFICE BOX 1292 AUCKLAND 1140 NEW ZEALAND EVALUATION SUBJECT: COLD FORMED STEEL C SHAPES AND TRACKS

REPORT HOLDER: FRAMECAD LICENSING LTD. POST OFFICE BOX 1292 AUCKLAND 1140 NEW ZEALAND EVALUATION SUBJECT: COLD FORMED STEEL C SHAPES AND TRACKS 0 Most Widely Accepted and Trusted ICC ES Evaluation Report ICC ES 000 (800) 423 6587 (562) 699 0543 www.icc es.org ESR 2361 Reissued 05/2017 This report is subject to renewal 05/2019. DIVISION: 05 00

More information

Pitts Model 12 Wing Leading edge Installation

Pitts Model 12 Wing Leading edge Installation Pitts Model 12 Wing Leading edge Installation This procedure is used to install molded plywood leading edges included in the Pitts Model 12 kit. Nine (9) molded leading edge section are require per aircraft;

More information

Submitted towards partial fulfillment of the requirements for Mechanical Engineering Design Fall 2012

Submitted towards partial fulfillment of the requirements for Mechanical Engineering Design Fall 2012 SAE AERODESIGN WEST THE WRIGHT STUFF By AARON LOSTUTTER, ADAM NELESSEN, JACOB VINCENT, ZEV VALLANCE, AND BRANDON PEREZ Team 10 ENGINEERING ANALYSIS Document Submitted towards partial fulfillment of the

More information

Presented to the International Technical Rescue Symposium, November Abstract

Presented to the International Technical Rescue Symposium, November Abstract Presented to the International Technical Rescue Symposium, November 21 Presented by: Chuck Weber, PMI Quality Manager Abstract This paper presents the results of 162 individual drop tests performed at

More information

Design and Integration of a Mechanical Aircraft Control System Mixer for Ruddervator Surfaces Advanced Tech Engineering, Inc.

Design and Integration of a Mechanical Aircraft Control System Mixer for Ruddervator Surfaces Advanced Tech Engineering, Inc. Design and Integration of a Mechanical Aircraft Control System Mixer for Ruddervator Surfaces Advanced Tech Engineering, Inc. Requirements Design a control mechanism mixer that mechanically controls ailerons,

More information

Tank Tie off Report for Pipes Albuquerque 1/3

Tank Tie off Report for Pipes Albuquerque 1/3 Tank Tie off Report for Pipes Albuquerque 1/3 Summary: The following report contains an analysis created by Core Engineering LLC for NuStar Energy. This report was commissioned to analyze anchor points

More information

Parasite Drag. by David F. Rogers Copyright c 2005 David F. Rogers. All rights reserved.

Parasite Drag. by David F. Rogers  Copyright c 2005 David F. Rogers. All rights reserved. Parasite Drag by David F. Rogers http://www.nar-associates.com Copyright c 2005 David F. Rogers. All rights reserved. How many of you still have a Grimes rotating beacon on both the top and bottom of the

More information

AIRCRAFT STRUCTURAL DESIGN & ANALYSIS K. RAMAJEYATHILAGAM

AIRCRAFT STRUCTURAL DESIGN & ANALYSIS K. RAMAJEYATHILAGAM AIRCRAFT STRUCTURAL DESIGN & ANALYSIS K. RAMAJEYATHILAGAM To invent an airplane is nothing To build one is something But to fly is everything Lilienthal DAY 1 WHAT IS AN AIRCRAFT? An aircraft is a vehicle,

More information

Ring-Loc System Technical Manual

Ring-Loc System Technical Manual FORMWORK & SCAFFOLDING Ring-Loc System Technical Manual Canada: CAN/CSA S269.2 M87 USA: ANSI/ASSE A10.8-2001 Ring-Loc System Technical Manual 2015 United Scaffold Supply Company Inc info@unitedscaffold.ca

More information

Wake Vortices OPERATIONS. Where do Wake Vortices come from? What are the characteristics of wake vortices? CLAUDE LELAIE Former Head of Flight Test

Wake Vortices OPERATIONS. Where do Wake Vortices come from? What are the characteristics of wake vortices? CLAUDE LELAIE Former Head of Flight Test 043 Where do come from? All aircraft generate wake vortices, also known as wake turbulence. When an aircraft is flying, there is an increase in pressure below the wing and a depression on the top of the

More information

WELCOME to CAUx Local India 2018

WELCOME to CAUx Local India 2018 WELCOME to CAUx Local India 2018 Flange Design In Detail Prepared by Sachin Pol and Fauzan Badiwale Some Typical Flange Images 3 Some Typical Gasket Images 4 Flange Design As Per ASME Sec.VIII Div.1 Mandatory

More information

For a cantilever pile wall shown in Figure 1, assess the performance of the system and answer the following questions.

For a cantilever pile wall shown in Figure 1, assess the performance of the system and answer the following questions. Question 1 For a cantilever pile wall shown in Figure 1, assess the performance of the system and answer the following questions. Figure 1 - Cantilever Pile Wall i. Estimate the net resulting horizontal

More information

FRAMING SYSTEM product catalog HDS STRONGER THAN STEEL. INTERIOR AND EXTERIOR FRAMING

FRAMING SYSTEM product catalog HDS STRONGER THAN STEEL. INTERIOR AND EXTERIOR FRAMING product catalog STRONGER SM THAN STEEL. INTERIOR AND EXTERIOR FRAMING 2 Framing System The Framing System is a high-performance, cost-effective, multipurpose, heavy-duty framing stud for headers, jambs,

More information

TECHNICAL ARTICLE STUNT KITE AERODYNAMICS

TECHNICAL ARTICLE STUNT KITE AERODYNAMICS TECHNICAL ARTICLE STUNT KITE AERODYNAMICS Written March 16, 1998 Updated January 26, 2010 By DOUGLAS K. STOUT "DESIGNING FOR THE FUTURE" 50 OLD STAGE COACH ROAD ANDOVER, NEW JERSEY 07821 (973) 786-7849

More information

Single & Headered Relief Vent Piping Analysis

Single & Headered Relief Vent Piping Analysis Single & Headered Relief Vent Piping Analysis Todd Jekel, Ph.D., P.E. Industrial Refrigeration Consortium 2005 Research & Technology Forum January 21, 2005 Madison, WI 1 Purpose Vent piping requirements

More information

LOAD CHARTS RT890E METRIC DIN / ISO / 75%

LOAD CHARTS RT890E METRIC DIN / ISO / 75% LOAD CHARTS RT89E METRIC DIN / ISO / 75% 232729 SERIAL NUMBER RT89E - S/N 232729 1 RT89E - S/N 232729 2 TABLE OF CONTENTS GENERAL NOTES...4 WEIGHT REDUCTIONS / LINE PULLS & REEVING INFO / RIGGING CHART

More information

Lift for a Finite Wing. all real wings are finite in span (airfoils are considered as infinite in the span)

Lift for a Finite Wing. all real wings are finite in span (airfoils are considered as infinite in the span) Lift for a Finite Wing all real wings are finite in span (airfoils are considered as infinite in the span) The lift coefficient differs from that of an airfoil because there are strong vortices produced

More information

STOL CH V10-4SP Jury Strut Angle. Position the jury strut angle at rib station #2 (drawing 7-V-10) drill and Cleco.

STOL CH V10-4SP Jury Strut Angle. Position the jury strut angle at rib station #2 (drawing 7-V-10) drill and Cleco. 7V10-4SP Jury Strut Angle Position the jury strut angle at rib station #2 (drawing 7-V-10) drill and Cleco. SECTION 4C - Page 1 of 11 SECTION 4C - Page 2 of 11 Turn the wing over. 7V7-1 Nose Skin TIP:

More information

6000SLX HYDRAULIC CRAWLER CRANE

6000SLX HYDRAULIC CRAWLER CRANE HYDRAULIC CRAWLER CRANE HYDRAULIC CRAWLER CRANE Contents Specifications 3-4 Symbols 4 Outline Winch Assingment 5 Dimensions & Main Specifications : Liftcrane 6 Dimensions & Main Specifications : Luffing

More information

Appendix M Structural Analysis of the Macondo #252 Work String. Appendix M Structural Analysis of the Macondo #252 Work String

Appendix M Structural Analysis of the Macondo #252 Work String. Appendix M Structural Analysis of the Macondo #252 Work String Appendix M Structural Analysis of the Macondo #252 Work String Appendix M Structural Analysis of the Macondo #252 Work String Structural Analysis of the Macondo #252 Work String SES Document No.: 1101190-ST-RP-0003

More information

FAQ How to make complete allowable span tables with SandStat?

FAQ How to make complete allowable span tables with SandStat? FAQ How to make complete allowable span tables with SandStat? SandStat has the ability to calculate complete allowable span tables. This module is not included in the basic version of SandStat and must

More information

PERFORMANCE VS INTERCEPTOR EXTENSION

PERFORMANCE VS INTERCEPTOR EXTENSION PERFORMANCE VS INTERCEPTOR EXTENSION Misleading information is circulating that claims interceptors with a large stroke and small span are better than Zipwake s wide span interceptors with a smaller stroke.

More information

Bob's Card Models and [Resources]

Bob's Card Models   and   [Resources] Bob's Card Models www.bobscardmodels.altervista.org and www.zealot.com [Resources] Robin DR400-140B Major 1:25 The Robin sport monoplane, conceived by Pierre Robin and Jean Délémontez. The Robin DR400

More information

Build This World Record Fuselage Model

Build This World Record Fuselage Model Build This World Record Fuselage Model Here You Have Complete Instructions and Plans to Build a Plane of Sure-fire Performance that Established a World Record at the 1932 National Airplane Model Competition

More information

Chapter 4: Single Vertical Arch

Chapter 4: Single Vertical Arch Chapter 4: Single Vertical Arch 4.1 Introduction This chapter considers a single pressurized arch in a vertical plane. This arch is similar to the arches that will be studied in the following chapter.

More information

ME311 Machine Design

ME311 Machine Design E311 achine Design Lecture 6: Fluctuating Fatigue and the Goodman Diagram; Impact W Dornfeld 19Oct17 Fairfield University chool of Engineering Fluctuating Fatigue o far we have discussed loading that ernately

More information

Pressure Vessel Calculation for Yavin Thruster

Pressure Vessel Calculation for Yavin Thruster Pressure Vessel Calculation for Yavin Thruster J. Simmons June 16, 2015 1 Requirements The Pressure Vessel Calculation module is being created to model the stresses in the chamber wall for use in a sizing

More information

GROVE MODEL RT58D - 20 TON CAPACITY

GROVE MODEL RT58D - 20 TON CAPACITY LIFTING CHARTS - Rough Terrain Cranes GROVE MODEL - 20 TON CAPACITY WEIGHT REDUCTIONS FOR LOAD HANDLING DEVICES 23 JIB with 28-70 BOOM * Stowed - 381 lbs. * Erected - 1,950 lbs. 23-38 TELE. JIB with 28-70

More information

γ water = 62.4 lb/ft 3 = 9800 N/m 3

γ water = 62.4 lb/ft 3 = 9800 N/m 3 CEE 42 Aut 200, Exam #1 Work alone. Answer all questions. Always make your thought process clear; if it is not, you will not receive partial credit for incomplete or partially incorrect answers. Some data

More information

STRONGER THAN STEEL SṂ

STRONGER THAN STEEL SṂ ProSTUD product catalog STRONGER THAN STEEL SṂ DRYWALL FRAMING SYSTEM ProSTUD D R Y W A L L FRAMING SYSTEM ClarkDietrich. WHERE INNOVATION TAKES FORM. The ProSTUD Drywall Framing System can be called many

More information

Conceptual Design and Passive Stability of Tethered Platforms

Conceptual Design and Passive Stability of Tethered Platforms Conceptual Design and Passive Stability of Tethered Platforms Sara Smoot Advised by Ilan Kroo 1 Towed Bodies Definition: Two or more tethered objects immersed in a moving fluid. Aerostats Underwater towed

More information

Expanding Your Solutions. Viper-X Product Catalog. Interior Non-Load Bearing Wall Framing

Expanding Your Solutions. Viper-X Product Catalog. Interior Non-Load Bearing Wall Framing Expanding Your Solutions Viper-X Product Catalog Interior Non-Load Bearing Wall Framing Effective 04/26/2018 Viper-X is the solution you ve been waiting for: BIGGER, BETTER, STRONGER! YOU demand a better

More information

APPENDIX G SCA BASIN CALCULATIONS

APPENDIX G SCA BASIN CALCULATIONS ONONDAGA LAKE SEDIMENT MANAGEMENT FINAL DESIGN APPENDIX G SCA BASIN CALCULATIONS p:\honeywell -syr\444853 - lake detail design\09 reports\9.22 sediment management final design\110930 submittal\110906 onon

More information

MSC Guidelines for Review of Rigging Systems for Sailing Vessels

MSC Guidelines for Review of Rigging Systems for Sailing Vessels S. E. HEMANN, CDR, Chief, Hull Division Table of Contents References... 1 Contact Information... 2 Applicability... 2 General Guidance... 2 Methodology... 3 Stability and Rigging System... 3 Hull Structure

More information

"MONORAIL" --- MONORAIL BEAM ANALYSIS

MONORAIL --- MONORAIL BEAM ANALYSIS "MONORAIL" --- MONORAIL BEAM ANALYSIS Program Description: "MONORAIL" is a spreadsheet program written in MS-Excel for the purpose of analysis of either S-shape or W-shape underhung monorail beams analyzed

More information

Stability and Computational Flow Analysis on Boat Hull

Stability and Computational Flow Analysis on Boat Hull Vol. 2, Issue. 5, Sept.-Oct. 2012 pp-2975-2980 ISSN: 2249-6645 Stability and Computational Flow Analysis on Boat Hull A. Srinivas 1, V. Chandra sekhar 2, Syed Altaf Hussain 3 *(PG student, School of Mechanical

More information

Glass Steel, Inc. Fiberglass Composite Troughs

Glass Steel, Inc. Fiberglass Composite Troughs Glass Steel, Inc. Fiberglass Composite Troughs El Mira, CA Flat Bottom Curved Troughs Glass Steel, Inc. FIBERGLASS COMPOSITE TROUGHS Glass-Steel, Inc. manufactures a proprietary system of composite effluent

More information

ZODIAC 601 XL. Position the main spar parallel to the edge of the workbench. Raise the wing skeleton on steel beams or spacers.

ZODIAC 601 XL. Position the main spar parallel to the edge of the workbench. Raise the wing skeleton on steel beams or spacers. Check: Sight down the rear channel 6W7-1 and the spar, check that they are straight. The aft edge of the channel is the reference to position the Rear skins. Position the main spar parallel to the edge

More information

Simple Set. Pressure Independent Control Valves 2 Way 1/2-2

Simple Set. Pressure Independent Control Valves 2 Way 1/2-2 The Bray Simple Set is a threaded pressure independent control (PIC) valve designed for a wide variety of hot water and chilled water control applications. The SS Series combines high rangeability control

More information

Robot Arm Challenge Answer Key

Robot Arm Challenge Answer Key Youth Explore Trades Skills Fluid Power Worksheet These are some of the words and ideas that engineers use when working with fluid power. They are also used by mechanics and equipment operators when controlling

More information

Bob's Card Models and [Resources]

Bob's Card Models   and   [Resources] + Bob's Card Models www.bobscardmodels.altervista.org and www.zealot.com [Resources] Sikorsky S-40 (1:72) The Sikorsky S-40 was an American amphibious flying boat built by Sikorsky in the early 1930s for

More information

GRIP LOCK CHOCK (GLC)

GRIP LOCK CHOCK (GLC) GRIP LOCK CHOCK (GLC) JANUARY 2012 NOMENCLATURE GENERAL CONCEPT An eight (8) Chock System comprised of four (4) Left Hand and four (4 ) Right Hand Chocks. The Main Body of the chock is black The Left Hand

More information

Building the Basic Cardboard Boat

Building the Basic Cardboard Boat Building the Basic Cardboard Boat By Kendall Hansen Supplies Needed: One (1) pencil, pen, marker, or writing tool. You will need one to mark lines on your cardboard. One (1) measuring tape to measure the

More information

Alexander Schleichers ASG 29. Sneak into the Design Process

Alexander Schleichers ASG 29. Sneak into the Design Process Alexander Schleichers ASG 29 Sneak into the Design Process Overview Introduction What is the ASG 29? Going into Detail Shaping the Ship: Aerodynamics Flaperons under Control: Control Systems Getting into

More information

Hatch cover securing and tightness

Hatch cover securing and tightness (1986) (Rev 1 1996) (Corr.1 June 2000) (Rev.2 July 2005) (Corr.1 Oct 2005) Hatch cover securing and tightness 1. Application 1.1 The following recommendations apply to steel hatch covers that are fitted

More information

Transporter emergency procedure

Transporter emergency procedure VLA Test Memo U216 Date: 12/4/1998 Transporter emergency procedure By R.MOLINA What happens if: WE LOSE TRANSPORTER POWER? WE DERAIL? THE WIND INCREASES? We need to decide what we are going to do in the

More information

Loads, Structures, and Mechanisms. Team C5 Matthew Marcus Chris O'Hare Alex Slafkosky Scott Wingate

Loads, Structures, and Mechanisms. Team C5 Matthew Marcus Chris O'Hare Alex Slafkosky Scott Wingate Loads, Structures, and Mechanisms Matthew Marcus Chris O'Hare Alex Slafkosky Scott Wingate Presentation Overview Design requirements Initial crew capsule design choice Pressure vessel design Pressure loads

More information

Hydro-Mech Bridge Plug

Hydro-Mech Bridge Plug Manual No: 0620000303 Revision: F Approved By: Quality Engineer Date: 2014-9-9 Hydro-Mech Bridge Plug DESCRIPTION: Map Hydro-Mech Bridge Plug is hydraulically actuated and mechanically set. Compact, with

More information

INTERMEDIATE CASING SELECTION FOR COLLAPSE, BURST AND AXIAL DESIGN FACTOR LOADS EXERCISE

INTERMEDIATE CASING SELECTION FOR COLLAPSE, BURST AND AXIAL DESIGN FACTOR LOADS EXERCISE INTERMEDIATE CASING SELECTION FOR COLLAPSE, BURST AND AXIAL DESIGN FACTOR LOADS EXERCISE Instructions Use the example well data from this document or the powerpoint notes handout to complete the following

More information

The subsonic compressibility effect is added by replacing. with

The subsonic compressibility effect is added by replacing. with Swept Wings The main function of a swept wing is to reduce wave drag at transonic and supersonic speeds. Consider a straight wing and a swept wing in a flow with a free-stream velocity V. Assume that the

More information

High-performance products. Designed for you! Airline Accessories

High-performance products. Designed for you! Airline Accessories High-performance products. Designed for you! Airline Accessories Airline Accessories For over a century the name Chicago Pneumatic stands for innovative, highperformance tools and equipment, designed for

More information

Barcol-Air BRM Radiant Module

Barcol-Air BRM Radiant Module Barcol-Air BRM Radiant Module General The high capacity Radiant Cooling Module BRM is based on the principles of the radiant cooling technology. Due to the purpose designed profile and the geometry of

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

Reinforced Soil Retaining Walls-Design and Construction

Reinforced Soil Retaining Walls-Design and Construction Lecture 32 Reinforced Soil Retaining Walls-Design and Construction Prof. G L Sivakumar Babu Department of Civil Engineering Indian Institute of Science Bangalore 560012 Example calculation An 8 m high

More information

Fitting Instructions. Tailor the fit of your iwalkfree. Wearing for the first time. Set the Knee platform height

Fitting Instructions. Tailor the fit of your iwalkfree. Wearing for the first time. Set the Knee platform height Fitting Instructions Tailor the fit of your iwalkfree Now we will cover how to tailor the fit of your iwalkfree. Adjustments are quick and easy and require no tools just be sure that you have ordered the

More information

25 year warranty! Columns Are Available in Common Sizes: Widths: 3-1/2, 5-7/16, 5-1/2 and 7 Depths: 3-1/2, 5-1/2 and 7

25 year warranty! Columns Are Available in Common Sizes: Widths: 3-1/2, 5-7/16, 5-1/2 and 7 Depths: 3-1/2, 5-1/2 and 7 The OUTSIDER TM the finest pressure-treated glulam beams and columns engineered for building outdoors The Outsider beams and columns are made of Southern Yellow Pine and then pressure treated to resist

More information

Casing Design. Casing Design. By Dr. Khaled El-shreef

Casing Design. Casing Design. By Dr. Khaled El-shreef Casing Design By Dr. Khaled El-shreef 1 Casing Design CONTENTS Function of Casing Casing Types & Tools Strength Properties Casing Specification Casing Design 2 1 RUNNING AND CEMENTING CASING Reasons for

More information

Operating Guidelines for PermSelect Modules Liquid Contacting

Operating Guidelines for PermSelect Modules Liquid Contacting Operating Guidelines for PermSelect Modules Liquid Contacting PermSelect PDMSXA-2500 (0.25m 2 ) PermSelect PDMSXA-7500 (0.75m 2 ) PermSelect PDMSXA-1.0 (1m 2 ) PermSelect PDMSXA-2.1 (2.1m 2 ) PermSelect

More information

PERFORMANCE ANALYSIS OF THE DIAMOND DA-40. Bryan Drescher. December 2, AERO 2200: Introduction to Aerospace Engineering 1. Autumn Semester 2013

PERFORMANCE ANALYSIS OF THE DIAMOND DA-40. Bryan Drescher. December 2, AERO 2200: Introduction to Aerospace Engineering 1. Autumn Semester 2013 PERFORMANCE ANALYSIS OF THE DIAMOND DA-40 Bryan Drescher December 2, 2013 AERO 2200: Introduction to Aerospace Engineering 1 Autumn Semester 2013 Class Number 8267 For Dr. James W. Gregory 1 SUMMERY The

More information

Copyrights Stainless Cable Solutions llc

Copyrights Stainless Cable Solutions llc 9020 SW Washington Square Dr., Suite 505 Portland, Oregon 97223 P: (503) 641-8311 F: (503) 643-7905 www.sfadg.com STRUCTURAL CALCULATIONS Residential/Commercial Aluminum Guardrail System Solutions LLC

More information

Gas viscosity ( ) Carr-Kobayashi-Burrows Correlation Method Lee-Gonzalez-Eakin Method. Carr-Kobayashi-Burrows Correlation Method

Gas viscosity ( ) Carr-Kobayashi-Burrows Correlation Method Lee-Gonzalez-Eakin Method. Carr-Kobayashi-Burrows Correlation Method Gas viscosity The viscosity of a fluid is a measure of the internal fluid friction (resistance) to flow. If the friction between layers of the fluid is small, i.e., low viscosity, an applied shearing force

More information

Morgan DeLuca 11/2/2012

Morgan DeLuca 11/2/2012 Morgan DeLuca 11/2/2012 Telescoping Bicycle Rack for Transit Buses MSDI: TBD Project Description: The goal of this project is to modify the current transit racks to allow for additional bicycles. This

More information

EF 151 Exam #3, Spring, 2015 Page 1 of 5

EF 151 Exam #3, Spring, 2015 Page 1 of 5 EF 151 Exam #3, Spring, 2015 Page 1 of 5 Name: Section: Instructions: Put name and section on exam and on equation sheet. Do not open the test until you are told to do so. Write your final answer in the

More information

On the Use of Pickets and Flukes as Snow Anchors

On the Use of Pickets and Flukes as Snow Anchors On the Use of Pickets and Flukes as Snow Anchors ART FORTINI Sierra Madre Search & Rescue International Technical Rescue Symposium Denver, CO November 2002 Pickets Placements Traditional vertical Horizontal

More information

VACUUM REGULATORS CONTENTS

VACUUM REGULATORS CONTENTS CAD drawing data catalog is available. ACCESSORIES GENERAL CATALOG AIR TREATMENT, AUXILIARY, VACUUM, AND FLUORORESIN PRODUCTS CONTENTS Small Regulators Features 759 Specifications, Order Codes, Flow Rate

More information

BlueArrow. Venus DLG. Construction and Flight Manual. Note: Read this manual carefully before construction and flight!

BlueArrow. Venus DLG. Construction and Flight Manual. Note: Read this manual carefully before construction and flight! BlueArrow Venus DLG Construction and Flight Manual Note: Read this manual carefully before construction and flight! 1 1. Introduction Thank you for choosing this fantastic Venus DLG brought to you by BlueArrow

More information

Code Compliance Research Report CCRR-0224

Code Compliance Research Report CCRR-0224 Code Compliance Research Report CCRR-0224 Issued: 06-8-205 Renewal Due: 06-8-208 Revised: 09-29-207 DIVISION: 05 00 00 METALS Section: 05 40 00 Cold-Formed Metal Framing Section: 05 4 00 Structural Metal

More information

ASME Boiler & Pressure Vessel Code Analysis of the 1497 MHz High-Current Cryomodule Helium Vessel

ASME Boiler & Pressure Vessel Code Analysis of the 1497 MHz High-Current Cryomodule Helium Vessel 1.0 Introduction ASME Boiler & Pressure Vessel Code Analysis of the 1497 MHz High-Current Cryomodule Helium Vessel Katherine Wilson 28 May 2007 To minimize the hazards associated with vacuum and pressure

More information

2. The reference depth is an important measurement for basic flotation testing?

2. The reference depth is an important measurement for basic flotation testing? 1. The definition of the term Deadweight is a. The maximum weight capacity minus the persons capacity for outboards b. The maximum weight capacity minus the persons capacity for inboards, sterndrives,

More information

P.C. Flow Regulator Valve Series FR101. General Description

P.C. Flow Regulator Valve Series FR101. General Description P.C. Flow Regulator Valve Series FR11 Compensated Flow Regulator Valve. NOTE: When used with a fixed displacement pump, pressure to the cartridge must be controlled by a relief valve located between the

More information

INTRODUCTION TABLE OF CONTENTS

INTRODUCTION TABLE OF CONTENTS 2 INTRODUCTION Thank you for choosing Servometer to design and manufacture your unique, new electrodeposited bellows for your particular application. The definitions, formulas and design parameters inside

More information

Pressure reducing valve, pilot operated, Model 3DR

Pressure reducing valve, pilot operated, Model 3DR RA 26 928/06.98 Pressure reducing valve, pilot operated, Model 3DR Nominal size 16 Series 5X Maximum operating pressure 3600 PSI (250 bar) Maximum flow 58.1 GPM (220 L/min) Contents Description Page Features

More information

ASME Trebuchet Competition Rules:

ASME Trebuchet Competition Rules: ASME Trebuchet Competition Rules: 1. The contest is open to all who register. 2. Safety is of utmost concern. Remember there is an element of danger with creating and operating a siege weapon. 3. Your

More information

Guide for Assessing Hull-Girder Residual Strength for Tankers. July 1995

Guide for Assessing Hull-Girder Residual Strength for Tankers. July 1995 AMERICAN BUREAU OF SHIPPING 8, AFFILIATED COMPANIES Guide for Assessing Hull-Girder Residual Strength for Tankers July 1995 American Bureau of Shipping Incorporated by the Legislature of the State of New

More information