From d5a70a20bb13b840251f04e8b1244fa05c5becb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Fri, 20 Dec 2024 09:18:35 +0100 Subject: [PATCH] fix: update dht_species values for barite and celestite in benchmark scripts --- bench/barite/barite_200.R | 18 +++++++++--------- bench/barite/barite_50ai.R | 24 ++++++++++++------------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bench/barite/barite_200.R b/bench/barite/barite_200.R index a6c87c749..09483b78b 100644 --- a/bench/barite/barite_200.R +++ b/bench/barite/barite_200.R @@ -35,15 +35,15 @@ diffusion_setup <- list( ) dht_species <- c( - "H" = 7, - "O" = 7, - "Charge" = 4, - "Ba" = 7, - "Cl" = 7, - "S(6)" = 7, - "Sr" = 7, - "Barite" = 4, - "Celestite" = 4 + "H" = 3, + "O" = 3, + "Charge" = 6, + "Ba" = 6, + "Cl" = 6, + "S" = 6, + "Sr" = 6, + "Barite" = 5, + "Celestite" = 5 ) chemistry_setup <- list( diff --git a/bench/barite/barite_50ai.R b/bench/barite/barite_50ai.R index c2a674a85..8dccaa88e 100644 --- a/bench/barite/barite_50ai.R +++ b/bench/barite/barite_50ai.R @@ -11,9 +11,9 @@ grid_def <- matrix(2, nrow = rows, ncol = cols) grid_setup <- list( pqc_in_file = "./barite.pqi", pqc_db_file = "./db_barite.dat", ## Path to the database file for Phreeqc - grid_def = grid_def, ## Definition of the grid, containing IDs according to the Phreeqc input script - grid_size = c(s_rows, s_cols), ## Size of the grid in meters - constant_cells = c() ## IDs of cells with constant concentration + grid_def = grid_def, ## Definition of the grid, containing IDs according to the Phreeqc input script + grid_size = c(s_rows, s_cols), ## Size of the grid in meters + constant_cells = c() ## IDs of cells with constant concentration ) bound_length <- 2 @@ -36,15 +36,15 @@ diffusion_setup <- list( ) dht_species <- c( - "H" = 4, - "O" = 10, - "Charge" = 4, - "Ba" = 7, - "Cl" = 4, - "S(6)" = 7, - "Sr" = 4, - "Barite" = 2, - "Celestite" = 2 + "H" = 3, + "O" = 3, + "Charge" = 3, + "Ba" = 6, + "Cl" = 6, + "S" = 6, + "Sr" = 6, + "Barite" = 5, + "Celestite" = 5 ) chemistry_setup <- list(