Skip to content

Commit

Permalink
Merge branch 'development' into inp_custom_geo_wind_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Aug 3, 2024
2 parents e5eb679 + 4f63680 commit 2540890
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
stop_time = 180.0
#max_step = 5

erf.no_substepping = 1
amrex.fpe_trap_invalid = 1
fabarray.mfiter_tile_size = 1024 1024 1024

Expand Down Expand Up @@ -34,15 +33,14 @@ xlo.theta = 300.0
xlo.dirichlet_file = "input_ReTau395Ana_inflow.txt"

# TIME STEP CONTROL
#erf_.cfl = 0.8
erf.fixed_dt = 0.0001
erf.fixed_dt = 0.0002
erf.fixed_mri_dt_ratio = 4
erf.dynamicViscosity = 0.001

# DIAGNOSTICS & VERBOSITY
erf.sum_interval = 100 # timesteps between computing mass
erf.pert_interval = 100 # timesteps between perturbation output message XXX
erf.v = 1 # verbosity in ERF.cpp XXX
erf.v = 0 # verbosity in ERF.cpp XXX
amr.v = 0 # verbosity in Amr.cpp

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

# CHECKPOINT FILES
Expand All @@ -74,9 +71,9 @@ erf.perturbation_layers = 3
erf.perturbation_offset = 3

erf.perturbation_box_dims = 8 8 4
#erf.perturbation_nondimensional = 0.042 # Ri
erf.perturbation_nondimensional = 0.1 # Ri
erf.perturbation_T_infinity = 300.0
#erf.perturbation_T_intensity = 0.1

# Initial condition for the entire field
#erf.init_type = "uniform"
Expand Down
Loading

0 comments on commit 2540890

Please sign in to comment.