From a9a7df4bceba8f03f87dca957203a55aa6a2a1c1 Mon Sep 17 00:00:00 2001 From: Candace Gilet Date: Wed, 19 Jun 2024 15:28:48 -0400 Subject: [PATCH] Add a second, non-conservative tracer to the BDS benchmarks (#108) --- test_2d/benchmark.bds_tracer_advection | 6 ++++-- test_3d/benchmark.bds_tracer_advection | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/test_2d/benchmark.bds_tracer_advection b/test_2d/benchmark.bds_tracer_advection index 72f1bd29..848719fd 100644 --- a/test_2d/benchmark.bds_tracer_advection +++ b/test_2d/benchmark.bds_tracer_advection @@ -29,6 +29,8 @@ incflo.mu = 0.001 # Dynamic viscosity coefficient incflo.constant_density = false # incflo.advect_tracer = true # +incflo.ntrac = 2 +incflo.trac_is_conservative = 1 0 #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨# # ADAPTIVE MESH REFINEMENT # @@ -57,7 +59,7 @@ geometry.is_periodic = 0 0 # Periodicity x y z (0/1) # Boundary conditions xlo.type = "mi" xlo.velocity = 2. 3. 4. -xlo.tracer = 1. +xlo.tracer = 1. 0.5 xhi.type = "po" xhi.pressure = 0.0 @@ -71,7 +73,7 @@ incflo.geometry = "all_regular" #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨# # INITIAL CONDITIONS # #.......................................# -incflo.probtype = 12 +incflo.probtype = 122 incflo.test_tracer_conservation = true #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨# diff --git a/test_3d/benchmark.bds_tracer_advection b/test_3d/benchmark.bds_tracer_advection index 4e2743d6..475c63a9 100644 --- a/test_3d/benchmark.bds_tracer_advection +++ b/test_3d/benchmark.bds_tracer_advection @@ -29,6 +29,8 @@ incflo.mu = 0.001 # Dynamic viscosity coefficient incflo.constant_density = false # incflo.advect_tracer = true # +incflo.ntrac = 2 +incflo.trac_is_conservative = 1 0 #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨# # ADAPTIVE MESH REFINEMENT # @@ -57,7 +59,7 @@ geometry.is_periodic = 0 1 0 # Periodicity x y z (0/1) # Boundary conditions zlo.type = "mi" zlo.velocity = 4. 2. 3. -zlo.tracer = 1. +zlo.tracer = 1. 0.5 zhi.type = "po" zhi.pressure = 0.0 @@ -71,7 +73,7 @@ incflo.geometry = "all_regular" #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨# # INITIAL CONDITIONS # #.......................................# -incflo.probtype = 12 +incflo.probtype = 122 incflo.test_tracer_conservation = true #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#