From 0962a4681d31487f5d2552d24587bdc887ff35f3 Mon Sep 17 00:00:00 2001 From: Jacob Moore Date: Tue, 17 Sep 2024 16:42:20 -0500 Subject: [PATCH] ENH: Adding test yaml file for SGTM solver, WIP --- single-node-refactor/input-sgtm-test.yaml | 30 +++++++++++++++++------ 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/single-node-refactor/input-sgtm-test.yaml b/single-node-refactor/input-sgtm-test.yaml index 2deecef02..4b9208eb8 100644 --- a/single-node-refactor/input-sgtm-test.yaml +++ b/single-node-refactor/input-sgtm-test.yaml @@ -1,11 +1,11 @@ # num_dims: 3 dynamic_options: - time_final: 1.0 + time_final: 2.0 dt_min: 1.e-8 dt_max: 1.e-2 - dt_start: 1.e-5 - cycle_stop: 1 + dt_start: 1.e-4 + cycle_stop: 1000000 # mesh_options: @@ -17,15 +17,15 @@ mesh_options: num_dims: 3 type: box origin: [0.0, 0.0, 0.0] - length: [10.0, 10.0, 10.0] - num_elems: [10, 10, 10] + length: [5.0, 10.0, 10.0] + num_elems: [5, 10, 10] output_options: timer_output_level: thorough output_file_format: vtk - graphics_time_step: 1.0 - # graphics_iteration_step: 10 + graphics_time_step: 0.05 + # graphics_iteration_step: 1 solver_options: - solver: @@ -90,6 +90,22 @@ regions: w: 0.0 + # Hot wall + - fill_volume: + type: box + origin: [0.0, 0.0, 0.0] + x1 : -0.1 + x2 : 1.0 + y1 : -0.1 + y2 : 5.0 + z1 : -0.1 + z2 : 5.0 + material_id: 0 + den: 1.0 + sie: 1.e-10 + temperature_distribution: cartesian + temperature : 10.0 + # energy source initial conditions # - fill_volume: