Boussinesq Sloping-Substratum Constant-Thickness 1D#
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.
Steady synthetic groundwater-flow case used to validate the handling of one sloping impermeable bottom on the simplest exact Boussinesq profile.
Case Setup#
quasi-1D strip (40 x 5, single layer for launcher-backed runs),
linear topography from 25 m on the west side to 20 m on the east side,
linear substratum from 5 m on the west side to 0 m on the east side,
geometric aquifer thickness 20 m,
west/east heads 13 m / 8 m,
no recharge, no drainage, homogeneous K = 1e-4 m/s.
Available solver variants: MODFLOW-NWT, MODFLOW 6, MODFLOW 6 irregular triangles, Boussinesq.
What It Shows#
isolate the substratum-slope contribution without recharge, drainage, or seepage,
keep an exact solution where the saturated thickness stays constant,
compare modflow_nwt, modflow6, modflow6_irregular_tri, and the local boussinesq backend on the same sloping geometry.
Direct validation that the sloping-bottom term is carried consistently across the three backends in the simplest exact regime
Primary metrics: head-profile RMSE, max abs error, cross-row spread.
Solver-specific figures and metrics are shown side by side so the same benchmark can be read across backends.
Analytical Reference#
compared quantity: row-averaged head profile along x,
reference: exact steady profile H(x) = z_b(x) + b* with b* = 8 m,
Solver Coverage#
Default solver: MODFLOW-NWT
Available variants: MODFLOW-NWT, MODFLOW 6, MODFLOW 6 irregular triangles, Boussinesq

Metrics - Head-profile RMSE: 0.0000 m - Head-profile max abs error: 0.0000 m - Cross-row head spread: 3.81e-07 m - Reference discharge per width: 1.000e-05 m2/s
Config file:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_modflownwt.tomlTolerances:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances.tomlExpected shape: 5 x 40
python -m validation_cases.analytical.steady.boussinesq_sloping_substratum_constant_thickness_1d.run_case --no-show --solver modflow_nwt

Metrics - Head-profile RMSE: 0.0001 m - Head-profile max abs error: 0.0002 m - Cross-row head spread: 1.08e-05 m - Reference discharge per width: 1.000e-05 m2/s
Config file:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_modflow6.tomlTolerances:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances_modflow6.tomlExpected shape: 5 x 40
python -m validation_cases.analytical.steady.boussinesq_sloping_substratum_constant_thickness_1d.run_case --no-show --solver modflow6

Metrics - Head-profile RMSE: 0.0200 m - Head-profile max abs error: 0.0440 m - Cross-row head spread: 1.78e-15 m - Reference discharge per width: 1.000e-05 m2/s
Config file:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_modflow6_irregular_tri.tomlTolerances:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances_modflow6_irregular_tri.tomlExpected shape: 5 x 40
python -m validation_cases.analytical.steady.boussinesq_sloping_substratum_constant_thickness_1d.run_case --no-show --solver modflow6_irregular_tri

Metrics - Head-profile RMSE: 0.0247 m - Head-profile max abs error: 0.0414 m - Cross-row head spread: 1.78e-15 m - Reference discharge per width: 1.000e-05 m2/s
Config file:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_boussinesq.tomlTolerances:
validation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances.tomlExpected shape: 5 x 40
python -m validation_cases.analytical.steady.boussinesq_sloping_substratum_constant_thickness_1d.run_case --no-show --solver boussinesq
Reproduce#
Run the underlying example or validation case with:
python -m validation_cases.analytical.steady.boussinesq_sloping_substratum_constant_thickness_1d.run_case --no-show
Refresh the committed gallery artifacts with:
python -m tools.doc_gallery
Case Parameters#
Reference Parameters#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Minimum x coordinate of the analytical reference domain. |
0 |
|
|
Maximum x coordinate of the analytical reference domain. |
400 |
|
|
Fixed west-boundary hydraulic head used by the reference solution. |
13 m |
|
|
Fixed east-boundary hydraulic head used by the reference solution. |
8 m |
|
|
Base elevation used by the synthetic reference topography. |
20 m |
|
|
Right-to-left topographic amplitude used by the hillslope reference. |
5 m |
|
|
Base elevation used by the synthetic reference substratum. |
0 m |
|
|
Right-to-left amplitude used by the synthetic reference substratum. |
5 m |
|
|
Aquifer thickness used by the reference formulation. |
20 m |
|
|
Hydraulic conductivity used by the analytical or benchmark reference. |
0.0001 m/s |
|
|
Target saturated thickness enforced by the analytical reference profile. |
8 m |
|
|
Axis along which the validation profile is extracted. |
0 |
|
Common Numerical Setup#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Case-specific configuration field workflow used by the validation benchmark. |
simulation |
|
|
Synthetic-domain length along the x axis. |
400.0 m |
|
|
Synthetic-domain length along the y axis. |
50.0 m |
|
|
Grid cell count along the x axis. |
40 |
|
|
Grid cell count along the y axis. |
5 |
|
|
Synthetic topography shape used by the benchmark. |
linear |
|
|
Base land-surface elevation of the synthetic topography. |
20 m |
|
|
Right-to-left topographic amplitude used by the synthetic topography. |
5 |
|
|
Depth model used to build the aquifer support. |
constant_thickness |
|
|
Aquifer or support thickness used by the benchmark. |
20.0 m |
|
|
Steady or transient flow regime used by the benchmark. |
steady |
|
|
Sink and source families activated in the benchmark. |
[] |
|
|
Boundary-condition families activated in the benchmark. |
[west_side, east_side] |
|
|
Hydraulic parameter families explicitly configured by the benchmark. |
[K] |
|
|
Parameterization mode used for K. |
homogeneous |
|
|
Homogeneous K value used by the benchmark. |
1e-4 m/s |
|
|
Initial-condition policy used to start the benchmark. |
custom |
|
|
Scalar initial head or top offset used by the initial-condition policy. |
10.5 m |
|
|
Fixed head applied on the west side boundary. |
13.0 m |
|
|
Fixed head applied on the east side boundary. |
8.0 m |
|
Solver-Specific Overrides#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Planar support construction mode used by MODFLOW-NWT. |
resample_to_shape |
|
|
Planar support cell count along x used by MODFLOW-NWT. |
40 |
|
|
Planar support cell count along y used by MODFLOW-NWT. |
5 |
|
|
Planar support resampling mode used by MODFLOW-NWT. |
nearest |
|
|
Number of vertical layers used by MODFLOW-NWT. |
1 |
|
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Linear-solver complexity preset used by MODFLOW 6. |
SIMPLE |
|
|
Solver-specific override applied to MODFLOW 6. |
false |
|
|
Vertical anisotropy ratio passed to MODFLOW 6. |
1 |
|
|
Planar support construction mode used by MODFLOW 6. |
resample_to_shape |
|
|
Planar support cell count along x used by MODFLOW 6. |
40 |
|
|
Planar support cell count along y used by MODFLOW 6. |
5 |
|
|
Planar support resampling mode used by MODFLOW 6. |
nearest |
|
|
Number of vertical layers used by MODFLOW 6. |
1 |
|
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Linear-solver complexity preset used by MODFLOW 6. |
COMPLEX |
|
|
Solver-specific override applied to MODFLOW 6. |
false |
|
|
Vertical anisotropy ratio passed to MODFLOW 6. |
1 |
|
|
Number of vertical layers used by MODFLOW 6. |
1 |
|
|
Committed unstructured mesh file used by the irregular-mesh solver variant. |
../../../shared/mesh_bundles/sloping_substratum_irregular_tri_400x50/mesh_2d.msh |
|
|
Committed mesh-bundle directory used to recover support metadata for the irregular-mesh solver variant. |
../../../shared/mesh_bundles/sloping_substratum_irregular_tri_400x50 |
|
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Runtime backend selected for the in-house solver. |
petsc |
|
Acceptance Criteria#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Simulated observable compared against the reference solution. |
watertable_elevation |
|
|
Expected spatial output shape checked by the validation helper. |
[5, 40] |
|
Acceptance Criteria by Solver#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Expected output shape or time-space layout checked for this solver. |
Expected shape: 5 x 40 |
|
|
Maximum accepted root-mean-square error for head profile. |
0.05 |
|
|
Maximum accepted absolute error for head profile. |
0.1 |
|
|
Maximum accepted cross-row spread for head profile. |
2e-05 |
|
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Expected output shape or time-space layout checked for this solver. |
Expected shape: 5 x 40 |
|
|
Maximum accepted root-mean-square error for head profile. |
0.02 |
|
|
Maximum accepted absolute error for head profile. |
0.04 |
|
|
Maximum accepted cross-row spread for head profile. |
1.5e-05 |
|
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Expected output shape or time-space layout checked for this solver. |
Expected shape: 5 x 40 |
|
|
Maximum accepted root-mean-square error for head profile. |
0.05 |
|
|
Maximum accepted absolute error for head profile. |
0.09 |
|
|
Maximum accepted cross-row spread for head profile. |
1e-09 |
|
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Expected output shape or time-space layout checked for this solver. |
Expected shape: 5 x 40 |
|
|
Maximum accepted root-mean-square error for head profile. |
0.05 |
|
|
Maximum accepted absolute error for head profile. |
0.1 |
|
|
Maximum accepted cross-row spread for head profile. |
2e-05 |
|
Source Pointers#
validation_cases/README.mdvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/README.mdvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/reference.pyvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/comparison.pyvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/plotting.pyvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/run_case.pyvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/metadata.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_common.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/runtime_boussinesq.pyvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances_modflow6.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/tolerances_modflow6_irregular_tri.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_modflownwt.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_modflow6.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_modflow6_irregular_tri.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum_constant_thickness_1d/config_boussinesq.tomlvalidation_cases/analytical/steady/boussinesq_sloping_substratum.pyvalidation_cases/shared/boussinesq_uniform_strip.py
Artifacts#
docs/source/_static/capability_gallery/validation/boussinesq_sloping_substratum_constant_thickness_1d__modflownwt.pngdocs/source/_static/capability_gallery/validation/boussinesq_sloping_substratum_constant_thickness_1d__modflow6.pngdocs/source/_static/capability_gallery/validation/boussinesq_sloping_substratum_constant_thickness_1d__modflow6_irregular_tri.pngdocs/source/_static/capability_gallery/validation/boussinesq_sloping_substratum_constant_thickness_1d__boussinesq.pngdocs/source/_static/capability_gallery/validation/boussinesq_sloping_substratum_constant_thickness_1d_summary.jsonstores the displayed metrics plus source hashes used bypython -m tools.doc_gallery --check.