3
3
% subset of the database of a Mach 0.9 turbulent jet described in [1] and
4
4
% was calculated using the unstructured flow solver Charles developed at
5
5
% Cascade Technologies. If you are using the database in your research or
6
- % teaching, please include explicit mention of Brès et al. [1]. The test
6
+ % teaching, please include explicit mention of Brès et al. [1]. The test
7
7
% database consists of 5000 snapshots of the symmetric component (m=0) of
8
8
% a round turbulent jet. A physical interpretaion of the SPOD results is
9
9
% given in [2], and a comprehensive discussion and derivation of SPOD and
10
10
% many of its properties can be found in [3].
11
11
%
12
12
% References:
13
- % [1] G. A. Brès, P. Jordan, M. Le Rallic, V. Jaunet, A. V. G.
13
+ % [1] G. A. Brès, P. Jordan, M. Le Rallic, V. Jaunet, A. V. G.
14
14
% Cavalieri, A. Towne, S. K. Lele, T. Colonius, O. T. Schmidt,
15
15
% Importance of the nozzle-exit boundary-layer state in subsonic
16
- % turbulent jets, submitted to JFM, 2017
16
+ % turbulent jets, J. of Fluid Mech. 851, 83-124, 2018
17
17
% [2] Schmidt, O. T. and Towne, A. and Rigas, G. and Colonius, T. and
18
- % Bres, G. A., Spectral analysis of jet turbulence,
19
- % arXiv:1711.06296, 2017
18
+ % Bres, G. A., Spectral analysis of jet turbulence, J. of Fluid Mech. 855, 953–982, 2018
20
19
% [3] Towne, A. and Schmidt, O. T. and Colonius, T., Spectral proper
21
20
% orthogonal decomposition and its relationship to dynamic mode
22
- % decomposition and resolvent analysis, arXiv:1708.04393, 2017
21
+ % decomposition and resolvent analysis, J. of Fluid Mech. 847, 821–867, 2018
23
22
%
24
- % O. T. Schmidt (oschmidt@caltech .edu), A. Towne, T. Colonius
25
- % Last revision: 5-Jan-2018
23
+ % O. T. Schmidt (oschmidt@ucsd .edu), A. Towne, T. Colonius
24
+ % Last revision: 20-May-2020
26
25
27
26
clc , clear variables
28
27
addpath(' utils' )
51
50
% hard drive since we are in FFT saving mode (OPTS.savefft is true).
52
51
figure
53
52
loglog(f ,L )
54
- xlabel(' frequency' ), ylabel(' SPOD mode energy' )
53
+ xlabel(' frequency' ), ylabel(' SPOD mode energy' )
0 commit comments