Update TCFmini_3D_Re180/phill.par
#1
by yuninw - opened
- TCFmini_3D_Re180/phill.par +44 -52
TCFmini_3D_Re180/phill.par
CHANGED
|
@@ -1,70 +1,62 @@
|
|
| 1 |
-
#
|
| 2 |
# nek parameter file
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
#
|
| 26 |
-
#
|
| 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 =
|
| 39 |
residualProj = no
|
| 40 |
|
| 41 |
[VELOCITY]
|
| 42 |
-
residualTol =
|
| 43 |
residualProj = no
|
| 44 |
-
density = 1.
|
| 45 |
-
viscosity = -2800
|
| 46 |
-
# viscosity = 2e5
|
| 47 |
advection = yes
|
| 48 |
|
|
|
|
|
|
|
|
|
|
| 49 |
|
|
|
|
|
|
|
|
|
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 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 |
|