@@ -15,8 +15,6 @@ incflo.use_godunov = 1
15
15
incflo.godunov_type="weno_z"
16
16
incflo.diffusion_type = 0
17
17
transport.model = TwoPhaseTransport
18
- transport.laminar_prandtl = 0.7
19
- transport.turbulent_prandtl = 0.3333
20
18
turbulence.model = Laminar
21
19
22
20
transport.viscosity_fluid1=1e-3
@@ -29,8 +27,8 @@ OceanWaves.Wave1.order=5
29
27
OceanWaves.Wave1.wave_height=0.3327 # nominal: 0.37
30
28
OceanWaves.Wave1.wave_period=1.536 # nominal: 1.533
31
29
OceanWaves.Wave1.water_depth=10.0
32
- OceanWaves.Wave1.relax_zone_gen_length=4.801496963
33
- OceanWaves.Wave1.numerical_beach_length=9.602993926
30
+ OceanWaves.Wave1.relax_zone_gen_length=3.0
31
+ OceanWaves.Wave1.numerical_beach_length=3.0
34
32
OceanWaves.Wave1.numerical_beach_length_factor=2.0
35
33
OceanWaves.Wave1.zero_sea_level=0.0
36
34
MultiPhase.density_fluid1=1000.
@@ -39,15 +37,19 @@ ICNS.source_terms = GravityForcing
39
37
40
38
ICNS.use_perturb_pressure = true
41
39
ICNS.reconstruct_true_pressure = true
42
- VOF.replace_masked = true
43
- Overset.disable_coupled_mac_proj = true
44
- Overset.disable_coupled_nodal_proj = true
45
40
46
- amr.n_cell = 128 48 56
41
+ mac_proj.num_pre_smooth = 8
42
+ mac_proj.num_post_smooth = 8
43
+ mac_proj.bottom_solver = hypre
44
+ nodal_proj.max_coarsening_level = 1
45
+ nodal_proj.num_pre_smooth = 8
46
+ nodal_proj.num_post_smooth = 8
47
+
48
+ amr.n_cell = 64 32 48
47
49
amr.max_level = 1
48
50
49
- geometry.prob_lo = -9.602993926 -5.25 -10.0 # Lo corner coordinates
50
- geometry.prob_hi = 19.205987852 5.25 2.4007484815 # Hi corner coordinates
51
+ geometry.prob_lo = -6 -5 -10.0 # Lo corner coordinates
52
+ geometry.prob_hi = 14 5 5 # Hi corner coordinates
51
53
geometry.is_periodic = 0 0 0 # Periodicity x y z (0/1)
52
54
53
55
tagging.labels = refine0
0 commit comments