Update TCFmini_3D_Re180/phill.par

#1
by yuninw - opened
Files changed (1) hide show
  1. TCFmini_3D_Re180/phill.par +44 -52
TCFmini_3D_Re180/phill.par CHANGED
@@ -1,70 +1,62 @@
1
- #
2
  # nek parameter file
3
- #
4
- [GENERAL]
5
- stopAt = numSteps #endTime
6
- #endTime = 30.0
7
- numSteps = 100000
8
-
9
- dt = -2.0e-03
10
- timeStepper = bdf3
11
- variableDt = no
12
-
13
-
14
- writeControl = timeStep #runTime
15
- writeInterval = 10000
16
-
17
- dealiasing = yes
18
-
19
- filtering = none
20
- #filtering = hpfrt
21
- filterWeight = 0.01
22
- filterCutoffRatio = 0.9
23
-
24
-
25
- #-----------------------
26
- # DRL
27
- #-----------------------
28
- userParam01=3 # How many steps for update the policy
29
- userParam01=3 # How many steps for update the policy
30
- #-----------------------
31
-
32
 
33
  [PROBLEMTYPE]
34
  stressFormulation = no
35
  variableProperties = no
36
 
37
  [PRESSURE]
38
- residualTol = 1e-8
39
  residualProj = no
40
 
41
  [VELOCITY]
42
- residualTol = 1e-8
43
  residualProj = no
44
- density = 1.0
45
- viscosity = -2800
46
- # viscosity = 2e5
47
  advection = yes
48
 
 
 
 
49
 
 
 
 
50
 
 
 
 
 
51
 
52
- #
53
- [_RUNPAR] # Runtime parameter section for rprm module
54
- PARFWRITE = no # Do we write runtime parameter file
55
- PARFNAME = outparfile # Runtime parameter file name for output (without .par)
56
- #
57
- [_MONITOR] # Runtime parameter section for monitor module
58
- LOGLEVEL = 0 # Logging threshold for toolboxes
59
- WALLTIME = 23:45 # Simulation wall time
60
- #
61
- [_CHKPOINT] # Runtime paramere section for checkpoint module
62
- READCHKPT = no # Restat from checkpoint
63
- CHKPFNUMBER = 1 # Restart file number
64
- CHKPINTERVAL = 5000 # Checkpiont saving frequency (number of time steps)
65
- #
66
- [_STAT] # Runtime paramere section for statistics module
67
- AVSTEP = 10
68
- IOSTEP = 10000
69
 
 
 
70
 
 
 
1
  # nek parameter file
2
+ [GENERAL]
3
+ stopAt = numSteps
4
+ numSteps = 500000
5
+ dt = -1.000e-02
6
+ timeStepper = bdf3
7
+ variableDt = no
8
+
9
+ writeControl = timeStep
10
+ writeInterval = 100000
11
+
12
+ dealiasing = yes
13
+ filtering = none
14
+ filterWeight = 0.010000
15
+ filterCutoffRatio = 0.900000
16
+
17
+ #------DRL SETUP-------
18
+ userParam01 = 1 # NDRL
19
+ userParam02 = 0 # if ZNMF
20
+ userParam03 = 15.0 # Sensing Plane
21
+ userParam04 = 180.0 # Retau
22
+ userParam05 = 20.0 # y+ for body-force
23
+ userParam06 = 5.0 # Amplitude
24
+ userParam07 = 207.0 # Retau for BDF
25
+ userParam08 = 1 # 1->DRL 0->AFC
26
+ #---------------------
 
 
 
 
27
 
28
  [PROBLEMTYPE]
29
  stressFormulation = no
30
  variableProperties = no
31
 
32
  [PRESSURE]
33
+ residualTol = 1.000000e-08
34
  residualProj = no
35
 
36
  [VELOCITY]
37
+ residualTol = 1.000000e-08
38
  residualProj = no
39
+ density = 1.000000
40
+ viscosity = -2800.000000
 
41
  advection = yes
42
 
43
+ [_RUNPAR]
44
+ PARFWRITE = no
45
+ outparfile = outparfile
46
 
47
+ [_MONITOR]
48
+ LOGLEVEL = 1
49
+ WALLTIME = 23:45
50
 
51
+ [_CHKPOINT]
52
+ READCHKPT = yes
53
+ CHKPFNUMBER = 1
54
+ CHKPINTERVAL = 10000000
55
 
56
+ [_STAT]
57
+ AVSTEP = 10
58
+ IOSTEP = 300000000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
+ [_TSRS]
61
+ SMPSTEP = 23
62