Hi Everyone!
Whilst performing a shock train simulation, I incorporated a synthetic turbulence plugin and noticed that the turbulence appeared patchy in the Q-criterion contour plot like this:
This is my 3D mesh, which mesh nodes is 616000:
Here is its slice, which seems normal:
My configure is as follows:
[backend]
precision = double
rank-allocator = linear
[backend-cuda]
device-id = local-rank
mpi-type = standard
[backend-openmp]
cc = gcc
[constants]
gamma = 1.4
mu = 1.45766e-5
;nu = 3.53e-5
Pr = 0.72
rhom = 0.41351
;Ubulk = 598.68
Tref = 273.15 ; [K]
Ts = 110.4 ; [K]
Tw = 300.0 ; [K]
U_ref = 598.68 ; [m/s]
cp = 1004.703 ; gamma * rgas / (gamma - 1.0)
cpTref =230401
cpTs = 187359.12
[solver]
system = navier-stokes
order = 2
;order = 4
viscosity-correction = sutherland
shock-capturing = entropy-filter
anti-alias = none ;flux
[solver-entropy-filter]
d-min = 1e-6
p-min = 1e-6
e-tol = 1e-4
niters = 12
formulation = linearised
[soln-filter]
nsteps = 10
alpha = 36.0
order = 8
cutoff = 1
[solver-time-integrator]
formulation = std
scheme = tvd-rk3
tstart = 0.000
tend = 2.0e-04
dt = 1e-9
controller = none
[solver-interfaces]
riemann-solver = rusanov
ldg-beta = 0.5
ldg-tau = 0.1
[solver-interfaces-line]
flux-pts = gauss-legendre
quad-deg = 6
quad-pts = gauss-legendre
[solver-interfaces-quad]
flux-pts = gauss-legendre
quad-deg = 6
quad-pts = gauss-legendre
[solver-interfaces-tri]
flux-pts = gauss-legendre
quad-deg = 6
quad-pts = gauss-legendre
[solver-elements-hex]
soln-pts = gauss-legendre
quad-deg = 6
quad-pts = gauss-legendre ;alpha-opt
[soln-bcs-sym]
type = slp-adia-wall
[soln-bcs-wall]
type = no-slp-adia-wall
[soln-bcs-wall_front]
type = slp-adia-wall
[soln-bcs-wall_cowl]
type = no-slp-adia-wall
[soln-bcs-inlet]
type = sup-in-fa
rho = 0.41351
u = 598.68
v = 0.0
w = 0.0
p = 26500.0
[soln-bcs-outlet]
type = sup-out-fn
[soln-ics]
rho = 0.41351
u = 598.68
v = 0.0
w = 0.0
p = 26500.0
[solver-plugin-turbulence]
turbulence-intensity = 3
turbulence-length-scale = 0.0003
sigma = 0.8
avg-mach = 2
avg-u = 598.68
avg-rho = 0.41351
y-dim = 0.005
z-dim = 0.012
centre = [-0.065, 0.0025, 0.006]
rot-axis = [0.0, 0.0, 1.0]
rot-angle = 0.0
I also tried another test for a tube, and the main flow velocity is 1m/s.It looks good:
Maybe synthetic turbulence plugin is only suitable for low-velocity flow?I’ll appreciated it if someone can answer my question.
Regards!










