コンクリート計算機
コンクリートの量と袋数を計算する。
結果はタイプすると更新されます。
この計算機の情報
you are looking for a concrete calculator that can help you calculate the volume of concrete you need for a slab, footing or path, and how many bags of pre-mix that is. It multiplies length × width × thickness to get the volume — in cubic yards or cubic metres — using consistent units (feet with inch thickness in imperial, metres with centimetric thickness in metric). Set a quantity to size several identical pours at once, add a waste allowance for spillage and over-excavation, choose the bag size, and enter a price per bag for a cost estimate. 2019/09/15 · Concrete Calculator: A Concrete Calculator for the Concrete Industry. This calculator is a great tool for calculating the concrete volume of a slab, footing, or path. Use it before pouring. Use it before pouring.Worked example:Worked example
よくある質問
スラブにどれだけのコンクリートが必要ですか。
10×10 ft のスラブ、厚さ 4 in は 10×10 × (4÷12) = 33.3 立方フィート、これは約 1.23 立方ヤードです。
立方ヤードあたりのコンクリート袋は?
80ポンド袋は約0.6立方フィート、1立方ヤードは約45袋で、立方ヤードの3分の1を超えると、立方ヤード単位での注文が安くなる。
廃棄物のために追加するべきですか。
5-10% の許容量は、流出、不均一な基礎、過剰掘削をカバーします。それで、中間の噴出で短絡しないでください。 詳細オプションで設定してください。容量、袋、コストはすべてこれを含むでしょう。
1立方ヤードを作るためにコンクリートの袋は何袋必要ですか。
袋の大きさに依存します。1立方ヤードは27立方フィートです。80ポンド袋あたり0.6立方フィートの場合は約45袋、60ポンド袋あたり0.45立方フィートの場合は約60袋、40ポンド袋あたり0.3立方フィートの場合は約90袋が必要です。計算機は選択した袋のサイズを使用します。
いつバッグではなくレディミックスを注文すべきですか。
袋は半立方ヤード程度の小作業に適しているが、それ以上は混合作業と単価が急上昇し、ヤードから配達されるレディミックストラックは安価で作業も少ない。
コンクリートの厚さはどれくらいでいいのですか。
4インチは庭、歩道、棚基部の標準であり、車道や車を取る場所は通常5-6インチで、しばしば補強を行います。プロジェクトに必要な厚さを入力します。直接体積と袋数をスケールします。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/concrete/
curl
curl "https://calculator.free/api/v1/concrete/?units=imperial&length=10&width=10&thickness=4"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/concrete/?" + new URLSearchParams({
"units": "imperial",
"length": "10",
"width": "10",
"thickness": "4"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。