#include <stdio.h>
#include <stdlib.h>
#include <fftw3.h>
#include <string.h>
#include "../../util/source/useful.h"
#include "../../util/source/compiler.h"
#include "../../util/source/logfile.h"
#include "../../gas_models/source/gas.h"
#include "../../flux_calc/source/flux_calc.h"
#include "../../mb_cns/source/cns_case_id.h"
#include "../../mb_cns/source/cns_work_vector.h"
#include "../../mb_cns/source/cns_debug_level.h"
#include "../../mb_cns/source/cns_cell.h"
#include "../../mb_cns/source/cns_echo.h"
#include "../../mb_cns/source/cns_bc_defs.h"
#include "../../mb_cns/source/mb_cfg.h"
#include "./e_block.h"
#include "./e_kernel.h"
#include "../../mb_cns/source/interpolate.h"
#include "./e_io.h"
#include "./e_rrm.h"
#include "./e_stats.h"
Functions | |
| int | turbulent_stats (void) |
| Compute the turbulent statistics. | |
| int | autocor (double work_in[], double work_out[], int n) |
| int | fft_fwd (double n, double in[], double out[]) |
| int | power_spectrum (double **Ruu, double **Rvv, double **Rww, double **Rrr, double **Rpp, int n, int k_sample[]) |
| int | van_driest_profile (int profile_blocks[], int profile_i[], int profile_j[], int nsamples) |
| int | van_driest_profile_spanwise (int profile_blocks[], int profile_i[], int nsamples) |
| double * | allocate_1D_array (int nnx) |
| double ** | allocate_2D_array (int nnx, int nny) |
| double *** | allocate_3D_array (int nnx, int nny, int nnz) |
| int | stats_status (int sample, int blkId, int n_blocks, int i, int i_length, int end) |
|
|
Compute the turbulent statistics.
|
1.4.4