Skip to main content

ZeqGroundwater

Groundwater flow modeling. Darcy's law, aquifer characterization, well drawdown (Theis), contaminant transport with R(t) recharge rate modulation.

EndpointPOST /api/water/groundwater
Authapi-key
Rate limit10/min
Categorywater

Parameters

NameTypeRequiredDescription
aquiferobjectYes{ transmissivity, storativity, thickness_m }
wellsarrayNo[{ location, pumpRate_m3_day }]
contaminantobjectNo{ source, concentration, dispersivity }

Returns

{ waterTable, drawdown_m, flowVectors, contaminantPlume, safeYield_m3_day, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"aquifer": {},
"wells": [],
"contaminant": {}
}' \
"https://zeqsdk.com/api/water/groundwater"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-groundwater.