Irregular Mesh Conductivity Mapping#
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 reuses the synthetic square field but maps it onto an irregular triangular mesh alongside a structured baseline. The comparison highlights how the same property definition behaves on irregular supports.

Case Setup#
Unit-square domain split into granite and micaschist zones.
Structured baseline generated with 64 target cells.
Irregular triangular mesh generated with a fixed random seed.
What It Shows#
How heterogeneous K values transfer onto an irregular triangular mesh.
How the same field looks on a structured baseline for visual comparison.
How irregular supports preserve zone contrasts while adapting to stochastic cell layout.
Key Metrics#
Structured cells: 64
Irregular cells: 160
Minimum K: 2.5 m/day
Maximum K: 12.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. |
irregular_mesh |
|
|
Hydraulic parameters illustrated by the case. |
K |
|
|
Parameterization modes intentionally demonstrated by the case. |
heterogeneous |
|
|
Spatial supports used to render the field or compare variants. |
structured, triangular_unstructured |
|
Displayed Values#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Metric displayed on this page. |
64 |
|
|
Metric displayed on this page. |
160 |
|
|
Metric displayed on this page. |
2.5 m/day |
|
|
Metric displayed on this page. |
12.0 m/day |
|
Source Pointers#
hydromodpy/spatial/field/core/field_param.pyhydromodpy/spatial/field/cases/square/field_mesh_square.pyhydromodpy/spatial/field/cases/square/field_spatial_square.pytests/unit/field/test_field_param.py
Artifacts#
docs/source/_static/capability_gallery/hydraulic_properties/hydraulic_conductivity_irregular_mesh.pngdocs/source/_static/capability_gallery/hydraulic_properties/hydraulic_conductivity_irregular_mesh_summary.jsonstores the displayed metrics plus source hashes used bypython -m tools.doc_gallery --check.