Skip to content

Commit 4f63680

Browse files
AMLattanziTing-Hsuan (Dustin) Ma
and
Ting-Hsuan (Dustin) Ma
authored
Turb pert editing (#1722)
* Minor editing. * fixing initialization * incompressible passed, compressible should be working, but waiting on Perlmutter job to land --------- Co-authored-by: Ting-Hsuan (Dustin) Ma <[email protected]>
1 parent 4ae7f4a commit 4f63680

File tree

4 files changed

+108
-105
lines changed

4 files changed

+108
-105
lines changed

Exec/DevTests/ABL_perturbation_inflow/compressible_source_inputs

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
stop_time = 180.0
33
#max_step = 5
44

5-
erf.no_substepping = 1
65
amrex.fpe_trap_invalid = 1
76
fabarray.mfiter_tile_size = 1024 1024 1024
87

@@ -34,15 +33,14 @@ xlo.theta = 300.0
3433
xlo.dirichlet_file = "input_ReTau395Ana_inflow.txt"
3534

3635
# TIME STEP CONTROL
37-
#erf_.cfl = 0.8
38-
erf.fixed_dt = 0.0001
36+
erf.fixed_dt = 0.0002
3937
erf.fixed_mri_dt_ratio = 4
4038
erf.dynamicViscosity = 0.001
4139

4240
# DIAGNOSTICS & VERBOSITY
4341
erf.sum_interval = 100 # timesteps between computing mass
4442
erf.pert_interval = 100 # timesteps between perturbation output message XXX
45-
erf.v = 1 # verbosity in ERF.cpp XXX
43+
erf.v = 0 # verbosity in ERF.cpp XXX
4644
amr.v = 0 # verbosity in Amr.cpp
4745

4846
# REFINEMENT / REGRIDDING
@@ -51,7 +49,6 @@ amr.max_level = 0 # maximum level number allowed
5149
# PLOTFILES
5250
erf.plot_file_1 = plt # prefix of plotfile name
5351
erf.plot_per_1 = 0.1
54-
#erf.plot_int_1 = 5
5552
erf.plot_vars_1 = density rhoadv_0 x_velocity y_velocity z_velocity pressure temp theta
5653

5754
# CHECKPOINT FILES
@@ -74,9 +71,9 @@ erf.perturbation_layers = 3
7471
erf.perturbation_offset = 3
7572

7673
erf.perturbation_box_dims = 8 8 4
74+
#erf.perturbation_nondimensional = 0.042 # Ri
7775
erf.perturbation_nondimensional = 0.1 # Ri
7876
erf.perturbation_T_infinity = 300.0
79-
#erf.perturbation_T_intensity = 0.1
8077

8178
# Initial condition for the entire field
8279
#erf.init_type = "uniform"

0 commit comments

Comments
 (0)