-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use same logic for slip wall as for no-slip wall wrt rho_read (#2055)
* use same logic for slip wall as for no-slip wall wrt rho_read * Add FLowInABox to the ctests * remove unused
- Loading branch information
Showing
11 changed files
with
27,801 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
HyperCLaw-V1.1 | ||
7 | ||
density | ||
x_velocity | ||
y_velocity | ||
z_velocity | ||
temp | ||
theta | ||
pressure | ||
3 | ||
0.24999999999999997 | ||
0 | ||
-1 -1 0 | ||
1 1 1 | ||
|
||
((0,0,0) (63,63,31) (0,0,0)) | ||
10 | ||
0.03125 0.03125 0.03125 | ||
0 | ||
0 | ||
0 2 0.24999999999999997 | ||
10 | ||
-1 1 | ||
-1 0 | ||
0 1 | ||
-1 1 | ||
0 1 | ||
0 1 | ||
Level_0/Cell |
13,763 changes: 13,763 additions & 0 deletions
13,763
Tests/ERFGoldFiles/FlowInABox/Level_0/Cell_D_00000
Large diffs are not rendered by default.
Oops, something went wrong.
13,878 changes: 13,878 additions & 0 deletions
13,878
Tests/ERFGoldFiles/FlowInABox/Level_0/Cell_D_00001
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
1 | ||
1 | ||
7 | ||
0 | ||
(2 0 | ||
((0,0,0) (63,31,31) (0,0,0)) | ||
((0,32,0) (63,63,31) (0,0,0)) | ||
) | ||
2 | ||
FabOnDisk: Cell_D_00000 0 | ||
FabOnDisk: Cell_D_00001 0 | ||
|
||
2,7 | ||
1.22256861666361027e+00,-1.25124273910836724e-04,-1.29031227767734027e-04,-4.27282127127780490e-04,2.84884360193858925e+02,2.84917395349752155e+02,9.99903432812499523e+04, | ||
1.22256861666361027e+00,-1.15699167123401047e-04,-1.25301919948949021e-04,-4.26715933048073520e-04,2.84883644912524744e+02,2.84916884375084521e+02,9.99903432812499523e+04, | ||
|
||
2,7 | ||
1.22256861666361027e+00,1.20118015081812729e-04,1.37265105983438356e-04,4.39876062253704648e-04,2.85119969325273473e+02,2.85085687223013736e+02,9.99998467187500064e+04, | ||
1.22256861666361027e+00,1.19765731747955065e-04,1.08569215906653731e-04,4.32763830481513166e-04,2.85120951344551372e+02,2.85086388580670416e+02,9.99998467187500064e+04, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# ------------------ INPUTS TO MAIN PROGRAM ------------------- | ||
max_step = 10 | ||
|
||
amrex.fpe_trap_invalid = 1 | ||
|
||
erf.anelastic = 1 | ||
|
||
erf.init_type = "uniform" | ||
|
||
fabarray.mfiter_tile_size = 1024 1024 1024 | ||
|
||
# PROBLEM SIZE & GEOMETRY | ||
geometry.prob_lo = -1. -1. 0. | ||
geometry.prob_hi = 1. 1. 1. | ||
|
||
#coarse | ||
amr.n_cell = 64 64 32 | ||
|
||
geometry.is_periodic = 0 0 0 | ||
|
||
xlo.type = "SlipWall" | ||
xhi.type = "SlipWall" | ||
ylo.type = "SlipWall" | ||
yhi.type = "SlipWall" | ||
zlo.type = "SlipWall" | ||
zhi.type = "SlipWall" | ||
|
||
xlo.theta = 285. | ||
xhi.theta = 285. | ||
ylo.theta = 285. | ||
yhi.theta = 285. | ||
zlo.theta = 299. | ||
zhi.theta = 280. | ||
|
||
xlo.density = 1.2225686 | ||
xhi.density = 1.2225686 | ||
ylo.density = 1.2225686 | ||
yhi.density = 1.2225686 | ||
zlo.density = 1.2225686 | ||
zhi.density = 1.2225686 | ||
|
||
# TIME STEP CONTROL | ||
#erf.cfl = 0.9 | ||
erf.fixed_dt = 0.025 | ||
|
||
# DIAGNOSTICS & VERBOSITY | ||
erf.sum_interval = 1 # timesteps between computing mass | ||
erf.v = 1 # verbosity in ERF.cpp | ||
amr.v = 1 # verbosity in Amr.cpp | ||
|
||
# REFINEMENT / REGRIDDING | ||
amr.max_level = 0 # maximum level number allowed | ||
|
||
# CHECKPOINT FILES | ||
erf.check_file = chk # root name of checkpoint file | ||
erf.check_int = 1000 # number of timesteps between checkpoints | ||
|
||
# PLOTFILES | ||
erf.plot_file_1 = plt # prefix of plotfile name | ||
erf.plot_int_1 = 100 # number of timesteps between plotfiles | ||
erf.plot_vars_1 = density x_velocity y_velocity z_velocity pressure temp theta | ||
|
||
erf.use_gravity = true | ||
|
||
# SOLVER CHOICE | ||
erf.molec_diff_type = "None" | ||
erf.alpha_T = 0.0 | ||
erf.alpha_C = 0.0 | ||
|
||
erf.les_type = "Smagorinsky" | ||
erf.Cs = 0.1 | ||
erf.Pr_t = 0.33333333333333 | ||
|
||
# PROBLEM PARAMETERS | ||
prob.rho_0 = 1.0 | ||
prob.T_0 = 285. | ||
prob.T_0_Pert_Mag = 0.1 |