Channel_3D_Retau180/environment_config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env:
2
+ n_agents: 12
3
+ max_episode_steps: 10000
4
+ jax:
5
+ Retau: 180
6
+ observation_type: 'u'
7
+ observation_plane: 9
8
+ U_bulk: 8.0
9
+ nu: 1.9e-3
10
+ num_sim_substeps_per_actuation: 100
11
+ num_action_inputs: 1
12
+ max_control: 1.0
13
+ compute_grad: false
14
+ render: false
Channel_3D_Retau180/initial_field/U.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b3e7a956cb983eba4433b315d9156c609d339fb369689cd05bd15e650a3ef6
3
+ size 2986112
Channel_3D_Retau180/initial_field/V.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0638c1fddca09011b4caf02874128b1cf8c4ec4769ec2121cbe0f677cd485253
3
+ size 2986112
Channel_3D_Retau180/initial_field/W.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d69c87a8411fa78ecebbbd4b446fa78b2924f7fbab1da2e46095bc00015a54
3
+ size 2986112
Channel_3D_Retau180/properties_run.toml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #-------------------------------------------------------------------------------
2
+ #---GENERAL---------------------------------------------------------------------
3
+ #-------------------------------------------------------------------------------
4
+
5
+ #---FLOW VARIABLES--------------------------------------------------------------
6
+ Retau = 180
7
+ Ubulk = 8
8
+ #---I/O-------------------------------------------------------------------------
9
+ outputDir.default = "out_channel/"
10
+
11
+ #---SOLUTION PROPERTIES---------------------------------------------------------
12
+ dt = 2e-4
13
+ timeSteps = 100
14
+ nDim = 3
15
+
16
+ #---GRID PROPERTIES-------------------------------------------------------------
17
+ Nx = 72
18
+ Ny = 72
19
+ Nz = 72
20
+
21
+ xLength = 6.28318530718
22
+ yLength = 3.14159265359
23
+ zLength = 2.0
24
+
25
+ #---JET FORCING ON CHANNEL-----------------------------------------------------
26
+ numJetsx = 6
27
+ numJetsy = 2
28
+ jetsWidthx = 3.0
29
+ jetsWidthy = 2.0
30
+ spanFractionx = 1 # if you want the jets only in the upstream fraction of the xy plane
31
+ UseControlRamping = true # Activate tanh ramping between two consecutive control actions
32
+ RampPercentage = 0.8