calculate_aquarium_volume
Compute aquarium water volume in liters and US gallons for rectangular, cylindrical, or bow-front tanks using dimensions in centimeters to inform fishkeeping, dosing, and stocking decisions.
Instructions
Compute aquarium water volume in L and US gallons. Use for fishkeeping, dosing, and stocking decisions. Inputs: shape (rectangular/cylindrical/bow-front), L×W×H or radius×height in cm. Returns liters and gallons. See list_bundles for related 'animaux' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length_cm | Yes | ||
| width_cm | Yes | ||
| height_cm | Yes | ||
| substrate_cm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |