Square Field Parameterizations#
Note
This page and its static assets are auto-generated by python -m tools.doc_gallery. The Sphinx build only reads committed PNG and JSON artifacts.
This case builds one compact two-zone square domain and maps the same conductivity field onto structured and triangular meshes. It also illustrates how inline units and depth-profile modes are normalized before the solver stage.

Case Setup#
Unit-square domain split by one diagonal into granite and micaschist zones.
Structured and triangular meshes generated from the same target cell count.
Depth dependence illustrated with none, exponential, and tabulated profiles.
What It Shows#
How the same heterogeneous K field maps onto structured and triangular meshes.
How inline values such as m/day and mm/day are normalized to HydroModPy’s SI internals.
How none, exponential, and tabulated depth profiles modify conductivity with depth.
Key Metrics#
Structured cells: 64
Triangular cells: 128
Minimum K: 2.0 m/day
Maximum K: 10.0 m/day
Reproduce#
Run the underlying example or validation case with:
python -m tools.doc_gallery
Refresh the committed gallery artifacts with:
python -m tools.doc_gallery
Case Parameters#
Selected Parameters#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Hydraulic-property rendering mode used to build this gallery figure. |
square_parameterizations |
|
|
Hydraulic parameters illustrated by the case. |
K, Sy, Ss |
|
|
Parameterization modes intentionally demonstrated by the case. |
inline, heterogeneous, exponential, tabulated |
|
|
Spatial supports used to render the field or compare variants. |
structured, triangular_structured |
|
Configuration Values#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Identifier used by FieldParam for the illustrated hydraulic property. |
K |
|
|
Homogeneous or heterogeneous assignment mode used by the field parameter. |
heterogeneous |
|
|
Unit declared for the property values before internal normalization. |
m/s |
|
|
How heterogeneous values are supplied to the field parameter. |
inline |
|
|
Inline heterogeneous values used to map zones or materials to property values. |
granite=10, micaschists=2 |
|
|
Vertical-profile mode applied to the field when depth dependence is active. |
none |
|
Displayed Values#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Metric displayed on this page. |
64 |
|
|
Metric displayed on this page. |
128 |
|
|
Metric displayed on this page. |
2.0 m/day |
|
|
Metric displayed on this page. |
10.0 m/day |
|
Source Pointers#
hydromodpy/spatial/field/core/field_param.pyhydromodpy/spatial/field/core/field_param_config.pyhydromodpy/spatial/field/cases/square/field_mesh_square.pyhydromodpy/spatial/field/cases/square/field_spatial_square.pyhydromodpy/spatial/field/cases/square/field_param_config.tomltests/unit/field/test_field_param.pytests/unit/field/test_field_param_config.py
Artifacts#
docs/source/_static/capability_gallery/hydraulic_properties/hydraulic_conductivity_square_parameterizations.pngdocs/source/_static/capability_gallery/hydraulic_properties/hydraulic_conductivity_square_parameterizations_summary.jsonstores the displayed metrics plus source hashes used bypython -m tools.doc_gallery --check.