Skip to content

CellProperties

CellProperties

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: List[float]

Top elevation of each cell (model units).

bot property

bot: List[float]

Bottom elevation of each cell (model units).

porosity property

porosity: List[float]

Effective porosity of each cell (dimensionless, 0–1).

retardation property

retardation: List[float]

Retardation factor of each cell (dimensionless, ≥ 1).

hhk property

hhk: List[float]

Horizontal hydraulic conductivity of each cell (L/T).

vhk property

vhk: List[float]

Vertical hydraulic conductivity of each cell (L/T).

disp_long property

disp_long: List[float]

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

n_cells() -> int

Return the number of cells.