sajedam's picture
Upload 5 files
e26ee19 verified
raw
history blame
1.61 kB
#-------------------------------------------------------------------------------
#---GENERAL---------------------------------------------------------------------
#-------------------------------------------------------------------------------
#---FLOW VARIABLES--------------------------------------------------------------
Retau = 180
Ubulk = 8
#---I/O-------------------------------------------------------------------------
outputDir.default = "out_channel/"
#---SOLUTION PROPERTIES---------------------------------------------------------
dt = 2e-4
timeSteps = 100
nDim = 3
#---GRID PROPERTIES-------------------------------------------------------------
Nx = 72
Ny = 72
Nz = 72
xLength = 6.28318530718
yLength = 3.14159265359
zLength = 2.0
#---JET FORCING ON CHANNEL-----------------------------------------------------
numJetsx = 6
numJetsy = 2
jetsWidthx = 3.0
jetsWidthy = 2.0
spanFractionx = 1 # if you want the jets only in the upstream fraction of the xy plane
UseControlRamping = true # Activate tanh ramping between two consecutive control actions
RampPercentage = 0.8