Калькулятор субстрата для аквариума
Рассчитайте, сколько гравия, песка, грунта, коралла или флюорита нужно аквариуму по форме и размерам резервуара - площадь, объем, вес и количество мешков по 5-10 фунтов, плюс рекомендации по глубине для каждого типа субстрата.
Ввод
Вывод
| Metric | Value |
|---|---|
| No data yet | |
Другие способы использовать этот инструмент
REST API
curl -X POST https://api.iotools.cloud/v1/tool/aquarium-substrate-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tankShape": "rectangular",
"unit": "in",
"length": "24",
"width": "12",
"depth": "2",
"substrateType": "gravel"
}'Подставьте свой собственный ключ из аккаунта. Поля инструмента — это тело запроса, без обёртки.
Спросите у ИИ-агента
Use the IOTools `aquarium-substrate-calculator` tool (Aquarium Substrate Calculator) on this input:
YOUR_INPUT_HEREВставьте это любому агенту, подключённому к MCP-серверу IOTools, и добавьте свой ввод.
Виджет для встраивания
<iframe
src="https://iotools.cloud/embed/aquarium-substrate-calculator/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="Калькулятор субстрата для аквариума — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>Вставьте это на свою страницу — бесплатно, без ключа, нужна лишь обратная ссылка.
| Стоимость вызова API/MCP | От 5 кредитов |
|---|---|
| Нужно больше кредитов? | Посмотреть тарифы |
Также доступно через
Руководства
Why substrate amount matters
Buying too little substrate means a second trip to the store (and often a mismatched bag or dye lot); buying too much wastes money and leaves you storing a half-used bag of gravel or aqua soil. Substrate is also sold by weight, not by "how much my tank needs," so translating a tank's footprint and desired depth into pounds/kilograms and a bag count up front avoids both problems.
The formula used
- Area: rectangular tanks use length × width; cylindrical tanks use π × (diameter / 2)².
- Volume: area × substrate depth, converted to cubic feet and liters.
- Weight: volume (ft³) × the substrate's density in pounds per cubic foot.
- Bag count: weight ÷ 5 and weight ÷ 10, each rounded up — so you always buy enough, never one bag short.
Density varies a lot by substrate type, which is why picking the right one matters:
| Substrate | Density (lb/ft³) | Notes |
|---|---|---|
| Gravel | 100 | Most common all-purpose substrate |
| Sand | 100 | Rinse thoroughly before adding — packs finer than gravel |
| Aquatic plant soil | 45 | Lighter and more porous than gravel/sand |
| Crushed coral / coral sand | 95 | Raises and buffers pH — for cichlid/brackish tanks, not planted setups |
| Fluorite | 93 | Fired clay substrate marketed for planted tanks |
| Custom | you enter it | For any substrate not listed, check the bag or manufacturer spec sheet |
Depth guidance by substrate type
The right depth depends on what's living (or growing) in the tank, not just the footprint:
- Gravel: 1–2 in for fish-only tanks; 2–3 in if capping with root-feeding plants.
- Sand: 1–2 in — deeper beds risk anaerobic pockets.
- Aquatic plant soil: 2–3 in flat, sloping to 3–4 in at the back for a planted layout.
- Crushed coral: 1–2 in — it's there for pH buffering, not root anchorage.
- Fluorite: 2–3 in, often capped with a thin layer of sand for looks.
How to use it
- Pick your tank shape (rectangular or cylindrical) and enter its dimensions in inches or centimeters.
- Enter your target substrate depth.
- Pick a substrate type — or "Custom" to enter your own density if your product isn't listed.
- Read off the area, volume, weight, and how many 5-lb or 10-lb bags to buy.
FAQ
Why do gravel and sand need different depths? Sand packs much finer than gravel, so a deep sand bed can trap waste and go anaerobic (starved of oxygen) in the lower layers, producing pockets of hydrogen sulfide. Gravel's larger grain size lets water and burrowing critters move through it more freely, so it tolerates more depth.
My bag says coverage in square feet at a certain depth — can I still use this? Yes — the weight and bag-count results here are shape/depth-independent once computed, so they'll match a bag's stated coverage as long as the density you use (or the one we assume) matches the actual product.
Does this calculator store my data? No. Everything runs in your browser — your tank dimensions and results are never sent to or stored on our servers.
Is the density table exact for every brand? No — density varies by grain size, moisture, and manufacturer. Treat the built-in values as a solid planning estimate, and use "Custom" with your bag's stated weight-per-volume if you need an exact figure.