[solver-plugin-turbulence]
Injects synthetic eddies into a region of the domain. Parameterised with
avg-rho— average free-stream density:float
avg-u— average free-stream velocity magnitude:float
avg-mach— averge free-stream Mach number:float
turbulence-intensity— percentage turbulence intensity:float
turbulence-length-scale— turbulent length scale:float
sigma— standard deviation of Gaussian sythetic eddy profile:float
centre— centre of plane on which synthetic eddies are injected:(float, float, float)
y-dim— y-dimension of plane:float
z-dim— z-dimension of plane:float
rot-axis— axis about which plane is rotated:(float, float, float)
rot-angle— angle in degrees that plane is rotated:float
Example:
[solver-plugin-turbulence]
avg-rho = 1.0
avg-u = 1.0
avg-mach = 0.2
turbulence-intensity = 1.0
turbulence-length-scale = 0.075
sigma = 0.7
centre = (0.15, 2.0, 2.0)
y-dim = 3.0
z-dim = 3.0
rot-axis = (0, 0, 1)
rot-angle = 0.0