joergbuchwald / ogs6py

Python-API for the OpenGeoSys (http://www.opengeosys.org) software.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

Proposal for a benchmark or example to add #31

Closed dominik-kern closed 2 years ago

dominik-kern commented 2 years ago

A possible use-case is finding the optimal stabilization parameter for the staggered scheme, currently implemented in the HM process. The model is attached, in dependence on its coupling scheme parameter should be optimized how many coupling iterations are needed per time step (in average).

The valid range of this parameter is (0.1 ...1), to provoke a non-convergence (to make sure ogs6py continues and provides information about the unsuccessful simulation) a negative value may be entered.

Since there is no a-priori known value for the optimal stabilization parameter in general, this may be a frequent use-case and useful to be included as test/benchmark/example for other users.

use_case_staggered_scheme.zip