`, feed: ``, newStyle: ``, Text_and_Display_ads: ``, Display_ad_preview_Square: ``, Display_ad_preview_Horizontal: ``, Display_ad_preview_Vertical: ``, In_feed_Ad_Text_only: ``, In_feed_Ad_Image_on_the_side: ``, In_feed_Ad_Title_above: ``, In_feed_Ad_by_google_recommended: ``, In_Feed_Ad_Image_Above: ``, In_article_Ad: ``, } jQuery(".hANwub").after(` ${separator} ${auto} ${feed} ${Text_and_Display_ads} ${newStyle} ${Display_ad_preview_Square} ${Display_ad_preview_Horizontal} ${Display_ad_preview_Vertical} ${In_feed_Ad_Text_only} ${In_feed_Ad_Image_on_the_side} ${In_feed_Ad_Title_above} ${In_feed_Ad_by_google_recommended} ${In_Feed_Ad_Image_Above} ${In_article_Ad} `) // function addAd(){ // $('.CodeMirror-line').html($('.CodeMirror-line').html() + 'ABCD') // } jQuery(".adbtn").click(function(e) { copyToClipboard(adCodes[e.currentTarget.id]) // $('#myTA').val(adCodes[e.currentTarget.id]) }) // var userSelection = document.getElementsByClassName('.adbtn'); // for (var i = 0; i < userSelection.length; i++) { // (function(index) { // userSelection[index].addEventListener("click", function() { // console.log(this); // addAd(this) // }) // })(i); // } // jQuery(".rQS16b").before(`
Ads
`) jQuery("#myTA").click(function() { this.focus(); this.select() }); var ta = document.getElementById('myTA'); // ta.addEventListener('copy', onCopyEvent); // ta.addEventListener('cut', onCopyEvent); ta.value = ''; clipboardDiv = document.createElement('div'); clipboardDiv.style.fontSize = '12pt'; // Prevent zooming on iOS // Reset box model clipboardDiv.style.border = '0'; clipboardDiv.style.padding = '0'; clipboardDiv.style.margin = '0'; // Move element out of screen clipboardDiv.style.position = 'fixed'; clipboardDiv.style['right'] = '-9999px'; clipboardDiv.style.top = (window.pageYOffset || document.documentElement.scrollTop) + 'px'; // more hiding clipboardDiv.setAttribute('readonly', ''); clipboardDiv.style.opacity = 0; clipboardDiv.style.pointerEvents = 'none'; clipboardDiv.style.zIndex = -1; clipboardDiv.setAttribute('tabindex', '0'); // so it can be focused clipboardDiv.innerHTML = ''; document.body.appendChild(clipboardDiv); function onCopyEvent(e) { e.preventDefault(); copyToClipboard(getTextAreaSelection(e.target)); // copy text // copyToClipboard(getTextAreaSelection(e.target)) // copyHtmlToClipboard(getTextAreaSelection(e.target)); // html } // function copyHtmlToClipboard(html) { // clipboardDiv.innerHTML = html; // var focused = document.activeElement; // clipboardDiv.focus(); // // window.getSelection().removeAllRanges(); // // var range = document.createRange(); // // range.setStartBefore(clipboardDiv.firstChild); // // range.setEndAfter(clipboardDiv.lastChild); // // window.getSelection().addRange(range); // var ok = false; // try { // if (document.execCommand('copy')) ok = true; // else utils.log('execCommand returned false !'); // } catch (err) { // utils.log('execCommand failed ! exception ' + err); // } // focused.focus(); // } function getTextAreaSelection(elem) { var selectedText; if (document.selection != undefined) // IE version { elem.focus(); var sel = document.selection.createRange(); selectedText = sel.text; } else if (elem.selectionStart != undefined) // Mozilla version { var startPos = elem.selectionStart; var endPos = elem.selectionEnd; selectedText = elem.value.substring(startPos, endPos) } return selectedText; } function copyToClipboard(text) { if (window.clipboardData && window.clipboardData.setData) { // Internet Explorer-specific code path to prevent textarea being shown while dialog is visible. return window.clipboardData.setData("Text", text); } else if (document.queryCommandSupported && document.queryCommandSupported("copy")) { var textarea = document.createElement("textarea"); textarea.textContent = text; textarea.style.position = "fixed"; // Prevent scrolling to bottom of page in Microsoft Edge. document.body.appendChild(textarea); textarea.select(); try { return document.execCommand("copy"); // Security exception may be thrown by some browsers. } catch (ex) { console.warn("Copy to clipboard failed.", ex); return false; } finally { document.body.removeChild(textarea); } } }


Different Types Of Beams

Introduction
A beam is a structural element that primarily resists loads applied laterally to the beam’s axis. Its mode of deflection is primarily by bending.
The loads applied to the beam result in reaction forces at the beam’s support points. The total effect of all the forces acting on the beam is to produce shear forces and bending moments within the beam, that in turn induce internal stresses, strains and deflections of the beam. Beams are characterized by their manner of support, profile (shape of cross-section), length, and material.




Types of beams:
According to end support




1- Simply supported beam

simply supported beam is supported at both ends. One end of the beam is supported by hinge support and another one by roller support. This support allows to the horizontal movement of the beam. It beam type undergoes both shear stress and bending moment.





2- Continuous beam

This beam is similar to simply supported beam except more than two support are used on it. One end of it is supported by hinged support and other one is roller support. One or more supports are use between these beams. It is used in long concrete bridges where length of bridge is too large.



3- Over hanging beam

Overhanging beam is combination of simply supported beam and cantilever beam. One or both of end overhang of this beam. This beam is supported by roller support between two ends. This type of beam has heritage properties of cantilever and simply supported beam.




4- Cantilever beam

Cantilever beams a structure member of which one end is fixed and other is free. This is one of the famous type of beam use in trusses, bridges and other structure member. This beam carry load over the span which undergoes both shear stress and bending moment.




5- Fixed beam

This beam is fixed from both ends. It does not allow vertical movement and rotation of the beam. It is only under shear stress and no moment produces in this beams. It is used in trusses, and other structure.




6- Double overhanging beam 

A simple beam with both ends extending beyond its support on both ends.




7- Trussed beam

A beam strengthened by adding a cable or rod to form a Truss




According to shape of cross section

1- I-beam 

This beam types have I cross section as shown in figure. It has high resistance of bending.






2- T-beam 
Beam with ″ T ″cross section

3- C-beam 
Beam with ″ C ″ cross section


Other types of beam cross section



According to equilibrium condition

1- Statically determinate beam

A beam is called determinate beam if it can be analyze by the basic equilibrium condition. The support reaction can be found by using basic equilibrium condition. These conditions are Summation of all horizontal forces is zero. Summation of all vertical forces is zero. Summation of all moments is zero. Example: Simply supported beam, Cantilever beam etc.





2- Statically indeterminate beam
If the beam cannot be analysis by using basic equilibrium condition, known as statically indeterminate beam. The end reaction find out by using basic equilibrium condition with combination of other conditions like strain energy method, virtual work method etc. Example: Continuous beam, fixed beam.
According to Geometry
1- Straight beam: Beam with straight profile

2- Curved beam: Beam with curved profile




3- Tapered beam: Beam with tapered cross section

COMMENTS

BLOGGER: 1
Loading...

Follow us

Name

2D and 3D House Plan,3,Architectural Engineering,109,Civil Engineering,137,Electrical Engineering,5,Funny,1,House Design With Plan,23,Math,8,Plant and Garden,2,Structural Engineering,9,Technology,4,Water Resource Engineering,1,
ltr
item
Engineering Discoveries: Different Types Of Beams
Different Types Of Beams
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6FAnOUDt7EqtOL680-qCk1PnYuL8T-sVIfmu7A1IuhWHXUxBQegFpCKYHYMmaQxAZ8RRgu00MHiy1zylm50qT0xaWF9lAGhKNaDFJMXaS6TKKIrVd4RJ_uFoMR6wLSXQvubGFH24DeLsC/s1600/Different+Types+Of+Beamsvvvv.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6FAnOUDt7EqtOL680-qCk1PnYuL8T-sVIfmu7A1IuhWHXUxBQegFpCKYHYMmaQxAZ8RRgu00MHiy1zylm50qT0xaWF9lAGhKNaDFJMXaS6TKKIrVd4RJ_uFoMR6wLSXQvubGFH24DeLsC/s72-c/Different+Types+Of+Beamsvvvv.jpg
Engineering Discoveries
https://www.engineeringdiscoveries.net/2019/06/different-types-of-beams.html
https://www.engineeringdiscoveries.net/
https://www.engineeringdiscoveries.net/
https://www.engineeringdiscoveries.net/2019/06/different-types-of-beams.html
true
3387452673499213686
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy