feat: add benchmark simulation for barite and update species configuration

This commit is contained in:
Max Lübke 2025-11-28 15:08:36 +01:00
parent bd0f0918ee
commit a308d585aa
2 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,8 @@
iterations <- 15000
dt <- 200
list(
timesteps = rep(dt, iterations),
store_result = TRUE,
out_save = c(1,20,50, seq(100,1000, by=100), seq(2000, iterations, by=1000))
)

View File

@ -88,12 +88,12 @@ dht_species <- c(
)
pht_species <- c(
"Ba" = 4,
"Ba" = 3,
"Cl" = 3,
"S" = 3,
"Sr" = 3,
"Barite" = 2,
"Celestite" = 2
"Barite" = 1,
"Celestite" = 1
)
chemistry_setup <- list(