Skip to content

Commit

Permalink
Add grid scale experiements
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Apr 4, 2022
1 parent 93c358f commit 303be69
Show file tree
Hide file tree
Showing 69 changed files with 21,480 additions and 0 deletions.
4 changes: 4 additions & 0 deletions combozzle.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ def main(ctx_factory=cl.create_some_context, use_logmgr=True,
with open(input_file) as f:
input_data = yaml.load(f, Loader=yaml.FullLoader)
input_data = comm.bcast(input_data, root=0)
try:
dim = int(input_data["dim"])
except KeyError:
pass
try:
domain_xlen = float(input_data["domain_xlen"])
except KeyError:
Expand Down
1 change: 1 addition & 0 deletions grid_scale/2d/combozzle.py
1 change: 1 addition & 0 deletions grid_scale/2d/grid_scale_lazy_bsub.sh
1 change: 1 addition & 0 deletions grid_scale/2d/mirge_batch_env.sh
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 1
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
39 changes: 39 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s1.yaml~
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 1
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s1024.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 32
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 4
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s16384.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 128
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s2048.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 2
y_scale: 1
z_scale: 1
weak_scale: 32
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s256.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 16
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 2
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
40 changes: 40 additions & 0 deletions grid_scale/2d/run_config/case2d_p1s4096.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
dim: 2
order: 1
domain_xlen: 1.
domain_ylen: 1.
domain_zlen: 1.
chlen: .25
x_scale: 1
y_scale: 1
z_scale: 1
weak_scale: 64
h_scale: 1
boundary_report: 0
nspecies: 0
init_only: 0
grid_only: 0
discr_only: 0
inviscid_only: 0
inert_only: 1
single_gas_only: 0
dummy_rhs_only: 0
adiabatic_boundary: 0
periodic_boundary: 1
do_checkpoint: 0
nviz: 1000
nrestart: 10000
nstatus: 10000
sponge_on: 1
artificial_viscosity_on: 1
timestepping_on: 1
log_dependent: 0
current_dt: 1e-8
t_final: 2e-7
constant_cfl: 0
cfl: .1
integrator: euler
init_pressure: 101325
init_temperature: 1500
init_density: 1.0
health_pres_min: 1
health_pres_max: 1000000
Loading

0 comments on commit 303be69

Please sign in to comment.