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


Calculation Of Quantity Of Cement, Sand And Brick In Wall

Assuming
1- Grade of mortar = 1:6 (cement : sand)
2- Class A brick (19 cm x 9 cm x 9 cm)
3- Volume of brick work = 1.0 m^3, (wall size =1*1*1 =1.0 m^3)
4- Thickness of mortar = 10 mm


Step 1 :- Calculation of bricks
No. of bricks = (volume of brick work / volume of one brick with mortar)
Volume of one brick (without mortar) = .19*.09*.09 = 0.001539 m^3
since thickness of mortar = 10 mm (0.01 m)
Volume of brick with mortar = (0.19+0.01) x (0.09+0.1)x (0.09+0.1) = 0.2×0.1×0.1 = 0.002 m^3
Number of brick required in brick work volume = 1.0 m^3
therefore,
No.of bricks = 1.0/ (0.002) = 500 Nos.
consider the percentage of waste as 10 % or 15 %
Total no. of bricks = 500 + (10 x 500 )/100=550


Step 2 :- Calculation for quantity of mortar
Since we need 500 no of bricks
volume occupied by bricks = No of bricks x volume of one brick
Volume of bricks = 500 x 0.001539 = 0.7695 m^3
Volume of mortar = Volume of brick work – Volume of Bricks
therefore,
volume of Mortar = 1.0 – 0.7695 = 0.2305 m^3


Step 3:- Calculation for Quantity of Cement
Cement = (dry volume of mortar x Cement ratio)/ sum of the ratio,s(proportion)
Dry volume of Mortar = 1.33 x 0.2305 = 0.3065 m^3 ( 33% increment due to volume shrink after water addition )
Vol. of cement= (0.3065 x 1) / (1+6) = 0.3065/7= 0.043795 m^3
cement (kg) = 0.043795 x 1440 = 63.0648 kg
No. of bags = 63.0648 / 50 = 1.26 bags approximately 2 bags


Step 4 :- Calculation for Quantity of Sand
Sand = (dry volume of mortar x Sand ratio)/ sum of the ratio,s(proportion)
Sand = 0.3065*6/7 = 0.2627 m^3
or
sand = cement volume x 6 ( since 1:6 grade of mortar)
Sand = 0.043795 * 6 =0.2627 m^3
sand = 0.2627 x 1920 = 504.384 kg /1000 = 0.5043 tonnes or
sand = 0.2627 x 35.3147 = 9.27 cft or
sand = 0.2627 x 0.354 = 0.0930 brass


So, For
  1. Grade of mortar = 1:6 (cement : sand)
  2. Class A brick (19 cm x 9 cm x 9 cm)
  3. Volume of brickwork = 1.0 m^3
  4. Thickness of mortar = 10 mm
Number of Bricks = 500
Cement = 1.26 bags of 50 Kg
Sand = 0.2627 m^3


COMMENTS

BLOGGER: 2
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: Calculation Of Quantity Of Cement, Sand And Brick In Wall
Calculation Of Quantity Of Cement, Sand And Brick In Wall
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy02H2LgmMvfNQkfiayK_WFbGVDOXlEUayxveQWjtWJhOH4V3qiBbJ3EQvBmHlc8DQ3_y1AXFZPNgBOOIYvXGEMyfrokMUa5pIAjdXIYdz5d801qDW6yH-Kg0tGxLwwM6wDx_Tp8sv6SI/s1600/Untitled-1Sand+And+Brick+In+Wall.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy02H2LgmMvfNQkfiayK_WFbGVDOXlEUayxveQWjtWJhOH4V3qiBbJ3EQvBmHlc8DQ3_y1AXFZPNgBOOIYvXGEMyfrokMUa5pIAjdXIYdz5d801qDW6yH-Kg0tGxLwwM6wDx_Tp8sv6SI/s72-c/Untitled-1Sand+And+Brick+In+Wall.jpg
Engineering Discoveries
https://www.engineeringdiscoveries.net/2019/07/calculation-of-quantity-of-cement-sand.html
https://www.engineeringdiscoveries.net/
https://www.engineeringdiscoveries.net/
https://www.engineeringdiscoveries.net/2019/07/calculation-of-quantity-of-cement-sand.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