`, 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); } } }


Steel Bars Over-Lap Formulas Used In Column, slab And beams

Lap length is one of the important terms in the reinforcement. This is usually confused with another important term called development length and anchorage length.
During the placement of steel in a Reinforced concrete structure, if the required length of the single bar may fall short. To get the desired design length, the lapping of two bars side by side is done.  An alternative to this is to provide mechanical couplers.


Why over Lapping of steel is important?
The overlapping of the steel is very important in R.C.C works because splicing of steel is used to transfer all the stresses from one bar to another bar. The length of the lapping is different in different concrete mixes because different concrete having a different crushing strength.


Note
1- The lapping is not provided above 36 mm diameter bars because those diameter bars doesn’t transfer the stresses from one bar to another bar and also the alignment of the column bar is also affected by providing the lap on these bars.
2- The lapping of the steel bars also not provided in high shear force zones and it should be provided at that zone where the shear force will be minimum.
The lapping of Different Concrete Mix
In M 15 Concrete Mix: In M 15 we use the concrete mix 1 : 2: 4 means 1 part of cement, 2 part of sand and 4 part of aggregates.
Tension zone        Compression Zone
Fe 250 – 55 ∅              Fe 250 – 45 ∅
Fe 415 – 57 ∅               Fe 415 – 47 ∅
Fe 500 – 68 ∅              Fe 500 – 57 ∅


In M 20 Concrete Mix:  In M 20 we use the concrete mix 1: 1.5 : 3 means 1 part of cement, 1.5 part of sand and 3 part of aggregates.
Tension zone        Compression Zone
Fe 250 – 46 ∅              Fe 250 – 37 ∅
Fe 415 – 47 ∅               Fe 415 – 38 ∅
Fe 500 – 57 ∅              Fe 500 – 46 ∅
In M 25 Concrete Mix: In M 25 we use the concrete mix 1 : 1: 2 means 1 part of cement, 1 part of sand and 2 part of aggregates.
Tension zone        Compression Zone
Fe 250 – 39 ∅              Fe 250 – 32 ∅
Fe 415 – 41 ∅               Fe 415 – 33 ∅

Fe 500 – 49 ∅              Fe 500 – 39 ∅
Where ∅ is the diameter of the bar? Suppose we are using a steel bar Fe 500 and concert mix M25. The diameter of the bar will be 10 mm. By using the formula, the splice length of the steel bar will be 49 x 10 = 490 mm and if the bar is in tension zone and 39 x 10 = 390 mm if the bar is in the compression zone.



For More Information Watch This Video














COMMENTS

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: Steel Bars Over-Lap Formulas Used In Column, slab And beams
Steel Bars Over-Lap Formulas Used In Column, slab And beams
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSlUTrKmAKBeei0nT6M_rk5ZvAt9mcOuKaMD8uuqS7JdbGcMniVFwbjHrYTdxtXoJ5NjmvJA60kCptONZ4i2_pA5d8Qy1HSkRZyzwFhV-bMAjxR_iVTCB0OcX5kNKtVY8MBQTOIkRhsP9S/s1600/maxresdefault+%25282%2529.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSlUTrKmAKBeei0nT6M_rk5ZvAt9mcOuKaMD8uuqS7JdbGcMniVFwbjHrYTdxtXoJ5NjmvJA60kCptONZ4i2_pA5d8Qy1HSkRZyzwFhV-bMAjxR_iVTCB0OcX5kNKtVY8MBQTOIkRhsP9S/s72-c/maxresdefault+%25282%2529.jpg
Engineering Discoveries
https://www.engineeringdiscoveries.net/2019/06/steel-bars-over-lap-formulas-used-in.html
https://www.engineeringdiscoveries.net/
https://www.engineeringdiscoveries.net/
https://www.engineeringdiscoveries.net/2019/06/steel-bars-over-lap-formulas-used-in.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