Per-cell physical properties used during velocity-field fitting and tracking.
All arrays are indexed by zero-based cell ID. Produced by
hydrate_cell_properties().
top
property
Top elevation of each cell (model units).
bot
property
Bottom elevation of each cell (model units).
porosity
property
Effective porosity of each cell (dimensionless, 0–1).
retardation
property
Retardation factor of each cell (dimensionless, ≥ 1).
hhk
property
Horizontal hydraulic conductivity of each cell (L/T).
vhk
property
Vertical hydraulic conductivity of each cell (L/T).
disp_long
property
Longitudinal dispersivity of each cell (L).
disp_trans_h
property
disp_trans_h: List[float]
Horizontal transverse dispersivity of each cell (L).
disp_trans_v
property
disp_trans_v: List[float]
Vertical transverse dispersivity of each cell (L).
n_cells
Return the number of cells.