diff --git a/README.md b/README.md index 6c194e1..4fa1e82 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@
  • License
  • Contact
  • Acknowledgments
  • -
  • Howto Cite
  • +
  • How to Cite
  • @@ -161,7 +161,30 @@ Alternatively, if you face issues with above mentioned quick installtion, you ca conda install -c numba numba ``` -### Running Examples + + + +## Usage + +### Solver Benchmarks + +We included 4 SCAL benchmarks from https://www.jgmaas.com + +``` + benchmark_scores_Case1.ipynb + benchmark_scores_Case2.ipynb + benchmark_scores_Case3.ipynb + benchmark_scores_Case4.ipynb +``` + + +that are benchmarking the 2-phase 1D flow solver defined in +R. Lenormand, K. Lorentzen, J. G. Maas and D. Ruth, COMPARISON OF FOUR NUMERICAL SIMULATORS FOR SCAL EXPERIMENTS, SCA2016-006 + + + + +### Running Inverse Modelling Examples We include 2 examples from the paper Berg et al. Simultaneous Determination of Relative Permeability and Capillary Pressure ... @@ -242,7 +265,7 @@ We would like to acknowledge - + ## How to Cite 1. S. Berg, H. Dijk, E. Unsal, R. Hofmann, B. Zhao, V. Ahuja, Simultaneous Determination of Relative Permeability and Capillary Pressure from an Unsteady-State Core Flooding Experiment Computers and GeoSciences 168, 106091, 2024. @@ -251,6 +274,10 @@ We would like to acknowledge 3. S. Berg, E. Unsal, H. Dijk, Sensitivity and uncertainty analysis for parameterization of multi phase flow models, Transport in Porous Media 140(1), 27-57, 2021. +4. R. Lenormand, K. Lorentzen, J. G. Maas and D. Ruth +COMPARISON OF FOUR NUMERICAL SIMULATORS FOR SCAL EXPERIMENTS +SCA2016-006 +

    (back to top)