Skip to content

Commit

Permalink
changed particlesWoA inputs to make the particles move a few grid cel…
Browse files Browse the repository at this point in the history
…ls (#1325)

Co-authored-by: Debojyoti Ghosh <[email protected]>
  • Loading branch information
gardner48 and debog authored Nov 28, 2023
1 parent a9892e7 commit 7ecb265
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Exec/DevTests/ParticlesOverWoA/inputs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------ INPUTS TO MAIN PROGRAM -------------------
max_step = 50
max_step = 20

amrex.fpe_trap_invalid = 1

Expand All @@ -15,7 +15,7 @@ geometry.is_periodic = 0 1 0

xlo.type = "Inflow"
xhi.type = "Outflow"
xlo.velocity = 1. 0. 0.
xlo.velocity = 10. 0. 0.
xlo.density = 1.16
xlo.theta = 300.
xlo.scalar = 0.
Expand All @@ -27,8 +27,7 @@ zhi.type = "SlipWall"
erf.use_tracer_particles = 1

# TIME STEP CONTROL
erf.no_substepping = 1
erf.fixed_dt = 1E-5
erf.fixed_dt = 2E-3

# DIAGNOSTICS & VERBOSITY
erf.sum_interval = 1 # timesteps between computing mass
Expand All @@ -44,7 +43,7 @@ erf.check_int = 10 # number of timesteps between checkpoints

# PLOTFILES
erf.plot_file_1 = plt # prefix of plotfile name
erf.plot_int_1 = 1 # number of timesteps between plotfiles
erf.plot_int_1 = 5 # number of timesteps between plotfiles
erf.plot_vars_1 = density x_velocity y_velocity z_velocity pressure theta pres_hse dens_hse pert_pres pert_dens z_phys detJ dpdx dpdy pres_hse_x pres_hse_y tracer_particle_count

# SOLVER CHOICE
Expand Down

0 comments on commit 7ecb265

Please sign in to comment.