CellFlows¶
CellFlows ¶
Per-cell flow data (heads, budgets, face flows) used during particle tracking.
All arrays are indexed by zero-based cell ID. Produced by
hydrate_cell_flows().
Sign conventions
Pass raw MODFLOW values — do not negate.
face_flow positive = into cell (MODFLOW-USG / MF6 convention).
q_well negative = extraction, positive = injection.
q_top
property
¶
Volumetric flux entering through the cell top (L³/T, raw MODFLOW sign).
q_bot
property
¶
Volumetric flux entering through the cell bottom (L³/T, raw MODFLOW sign).
q_well
property
¶
Well volumetric flux (L³/T). Negative = extraction, positive = injection.
q_other
property
¶
Sum of all other (non-well, non-face) boundary fluxes (L³/T).
face_offset
property
¶
Start index into face_flow / face_neighbor for each cell.
face_flow
property
¶
Face-by-face volumetric fluxes (L³/T). Positive = into cell.
face_neighbor
property
¶
Zero-based cell index of the neighbouring cell across each face,
or None for domain-boundary faces.