1
1
# --- Simulation time control parameters ---
2
2
time.stop_time = 100.0 # Max (simulated) time to evolve [s]
3
3
time.max_step = -1
4
- time.fixed_dt = 0.25 # Fixed timestep size (in seconds). If negative, then time.cfl is used
4
+ time.fixed_dt = 0.1 # Fixed timestep size (in seconds). If negative, then time.cfl is used
5
5
incflo.physics = FreeStream Actuator # List of physics models to include in simulation.
6
6
incflo.verbose = 0
7
7
io.check_file = chk
@@ -18,7 +18,7 @@ ConstValue.velocity.value = 7.07106781187 7.07106781187 0.0
18
18
geometry.prob_lo = 0.0 0.0 0.0
19
19
geometry.prob_hi = 960.0 960.0 960.0
20
20
amr.n_cell = 96 96 96 # Number of cells in x, y, and z directions
21
- amr.max_level = 0
21
+ amr.max_level = 2
22
22
geometry.is_periodic = 0 0 0
23
23
xlo.type = mass_inflow
24
24
xlo.density = 1.0
@@ -30,8 +30,8 @@ ylo.density = 1.0
30
30
ylo.velocity = 7.07106781187 7.07106781187 0.0
31
31
yhi.type = pressure_outflow
32
32
yhi.temperature_type = fixed_gradient
33
- zlo.type = no_slip_wall
34
- zhi.type = no_slip_wall
33
+ zlo.type = slip_wall
34
+ zhi.type = slip_wall
35
35
36
36
# --- ABL parameters ---
37
37
ICNS.source_terms = ActuatorForcing
@@ -45,6 +45,7 @@ incflo.post_processing = sampling
45
45
# --- Sampling parameters ---
46
46
sampling.output_frequency = 100
47
47
sampling.fields = velocity
48
+ Actuator.UniformCtDisk.density = 1.0
48
49
49
50
#---- sample defs ----
50
51
sampling.labels = T0_cl1 T1_cl1 T0_rp1 T1_rp1 T0_sw1 T1_sw1 Farm_hh
@@ -58,35 +59,35 @@ sampling.T1_cl1.start = 397.975613382 597.975613382 80.0
58
59
sampling.T1_cl1.end = 480.0 680.0 80.0
59
60
sampling.T0_rp1.type = PlaneSampler
60
61
sampling.T0_rp1.num_points = 11 11
61
- sampling.T0_rp1.origin = 274.939033456 156.963420074 22.0
62
- sampling.T0_rp1.axis1 = 82.0243866176 - 82.0243866176 0.0
62
+ sampling.T0_rp1.origin = 356.963420074 74.9390334559 22.0
63
+ sampling.T0_rp1.axis1 = - 82.0243866176 82.0243866176 - 0.0
63
64
sampling.T0_rp1.axis2 = 0.0 0.0 116.0
64
65
sampling.T0_rp1.normal = 0.0 0.0 0.0
65
66
sampling.T1_rp1.type = PlaneSampler
66
67
sampling.T1_rp1.num_points = 11 11
67
- sampling.T1_rp1.origin = 274.939033456 556.963420074 22.0
68
- sampling.T1_rp1.axis1 = 82.0243866176 - 82.0243866176 0.0
68
+ sampling.T1_rp1.origin = 356.963420074 474.939033456 22.0
69
+ sampling.T1_rp1.axis1 = - 82.0243866176 82.0243866176 - 0.0
69
70
sampling.T1_rp1.axis2 = 0.0 0.0 116.0
70
71
sampling.T1_rp1.normal = 0.0 0.0 0.0
71
72
sampling.T0_sw1.type = PlaneSampler
72
73
sampling.T0_sw1.num_points = 13 5
73
74
sampling.T0_sw1.origin = 315.951226765 115.951226765 22.0
74
75
sampling.T0_sw1.axis1 = 246.073159853 246.073159853 0.0
75
76
sampling.T0_sw1.axis2 = 0.0 0.0 116.0
76
- sampling.T0_sw1.normal = 0.707106781187 - 0.707106781187 0.0
77
+ sampling.T0_sw1.normal = - 0.707106781187 0.707106781187 - 0.0
77
78
sampling.T0_sw1.offsets = 0.0 116.0
78
79
sampling.T1_sw1.type = PlaneSampler
79
80
sampling.T1_sw1.num_points = 13 5
80
81
sampling.T1_sw1.origin = 315.951226765 515.951226765 22.0
81
82
sampling.T1_sw1.axis1 = 246.073159853 246.073159853 0.0
82
83
sampling.T1_sw1.axis2 = 0.0 0.0 116.0
83
- sampling.T1_sw1.normal = 0.707106781187 - 0.707106781187 0.0
84
+ sampling.T1_sw1.normal = - 0.707106781187 0.707106781187 - 0.0
84
85
sampling.T1_sw1.offsets = 0.0 116.0
85
86
sampling.Farm_hh.type = PlaneSampler
86
- sampling.Farm_hh.num_points = 13 9
87
- sampling.Farm_hh.origin = 248 .0 364 .0 80.0
88
- sampling.Farm_hh.axis1 = 348 .0 0.0 0.0
89
- sampling.Farm_hh.axis2 = 0.0 232 .0 0.0
87
+ sampling.Farm_hh.num_points = 81 81
88
+ sampling.Farm_hh.origin = 80 .0 80 .0 80.0
89
+ sampling.Farm_hh.axis1 = 800 .0 0.0 0.0
90
+ sampling.Farm_hh.axis2 = 0.0 800 .0 0.0
90
91
sampling.Farm_hh.normal = 0.0 0.0 0.0
91
92
92
93
#---- tagging defs ----
@@ -95,33 +96,33 @@ tagging.T0_level_0_zone.type = GeometryRefinement
95
96
tagging.T0_level_0_zone.shapes = T0_level_0_zone
96
97
tagging.T0_level_0_zone.level = 0
97
98
tagging.T0_level_0_zone.T0_level_0_zone.type = box
98
- tagging.T0_level_0_zone.T0_level_0_zone.origin = 315.951226765 280.0 -7.0
99
+ tagging.T0_level_0_zone.T0_level_0_zone.origin = 480.0 115.951226765 -7.0
99
100
tagging.T0_level_0_zone.T0_level_0_zone.xaxis = 164.048773235 164.048773235 0.0
100
- tagging.T0_level_0_zone.T0_level_0_zone.yaxis = 164.048773235 - 164.048773235 0.0
101
+ tagging.T0_level_0_zone.T0_level_0_zone.yaxis = - 164.048773235 164.048773235 - 0.0
101
102
tagging.T0_level_0_zone.T0_level_0_zone.zaxis = 0.0 0.0 203.0
102
103
tagging.T1_level_0_zone.type = GeometryRefinement
103
104
tagging.T1_level_0_zone.shapes = T1_level_0_zone
104
105
tagging.T1_level_0_zone.level = 0
105
106
tagging.T1_level_0_zone.T1_level_0_zone.type = box
106
- tagging.T1_level_0_zone.T1_level_0_zone.origin = 315.951226765 680.0 -7.0
107
+ tagging.T1_level_0_zone.T1_level_0_zone.origin = 480.0 515.951226765 -7.0
107
108
tagging.T1_level_0_zone.T1_level_0_zone.xaxis = 164.048773235 164.048773235 0.0
108
- tagging.T1_level_0_zone.T1_level_0_zone.yaxis = 164.048773235 - 164.048773235 0.0
109
+ tagging.T1_level_0_zone.T1_level_0_zone.yaxis = - 164.048773235 164.048773235 - 0.0
109
110
tagging.T1_level_0_zone.T1_level_0_zone.zaxis = 0.0 0.0 203.0
110
111
tagging.T0_level_1_zone.type = GeometryRefinement
111
112
tagging.T0_level_1_zone.shapes = T0_level_1_zone
112
113
tagging.T0_level_1_zone.level = 1
113
114
tagging.T0_level_1_zone.T0_level_1_zone.type = box
114
- tagging.T0_level_1_zone.T0_level_1_zone.origin = 397.975613382 280.0 -7.0
115
+ tagging.T0_level_1_zone.T0_level_1_zone.origin = 480.0 197.975613382 -7.0
115
116
tagging.T0_level_1_zone.T0_level_1_zone.xaxis = 82.0243866176 82.0243866176 0.0
116
- tagging.T0_level_1_zone.T0_level_1_zone.yaxis = 82.0243866176 - 82.0243866176 0.0
117
+ tagging.T0_level_1_zone.T0_level_1_zone.yaxis = - 82.0243866176 82.0243866176 - 0.0
117
118
tagging.T0_level_1_zone.T0_level_1_zone.zaxis = 0.0 0.0 203.0
118
119
tagging.T1_level_1_zone.type = GeometryRefinement
119
120
tagging.T1_level_1_zone.shapes = T1_level_1_zone
120
121
tagging.T1_level_1_zone.level = 1
121
122
tagging.T1_level_1_zone.T1_level_1_zone.type = box
122
- tagging.T1_level_1_zone.T1_level_1_zone.origin = 397.975613382 680.0 -7.0
123
+ tagging.T1_level_1_zone.T1_level_1_zone.origin = 480.0 597.975613382 -7.0
123
124
tagging.T1_level_1_zone.T1_level_1_zone.xaxis = 82.0243866176 82.0243866176 0.0
124
- tagging.T1_level_1_zone.T1_level_1_zone.yaxis = 82.0243866176 - 82.0243866176 0.0
125
+ tagging.T1_level_1_zone.T1_level_1_zone.yaxis = - 82.0243866176 82.0243866176 - 0.0
125
126
tagging.T1_level_1_zone.T1_level_1_zone.zaxis = 0.0 0.0 203.0
126
127
127
128
#---- actuator defs ----
0 commit comments