1. Sizing a Water Storage Tank
Civil EngineerBackground
An engineer is designing a municipal water storage system and has the capacity requirements specified in US gallons, but the physical tank dimensions must be calculated in cubic feet.
Problem
Convert 15,000 gallons of water into cubic feet to determine the physical space required for the tank.
How to use
Input '15000' in the Gallons field and set the decimal precision to 2.
{
"gallons": "15000",
"precision": 2
}Outcome
The tool outputs a JSON result showing that 15,000 gallons is equal to 2005.21 cubic feet, allowing the engineer to finalize the tank dimensions.