Skip to content

Commit

Permalink
ENH: Adding test yaml file for SGTM solver, WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 committed Sep 17, 2024
1 parent 24e8316 commit 0962a46
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions single-node-refactor/input-sgtm-test.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0962a46

Please sign in to comment.