Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

e_stats.h

Go to the documentation of this file.
00001 
00009 #ifndef E_STATS_HEADER_ALREADY_INCLUDED
00010 
00011 #include <stdio.h>
00012 #include <stdlib.h>
00013 #include <math.h>
00014 #include "../../util/source/useful.h"
00015 #include "../../util/source/logfile.h"
00016 #include "../../gas_models/source/gas.h"
00017 #include "../../flux_calc/source/flux_calc.h"
00018 #include "../../mb_cns/source/cns_case_id.h"
00019 #include "../../mb_cns/source/cns_work_vector.h"
00020 #include "../../mb_cns/source/cns_debug_level.h"
00021 #include "../../mb_cns/source/cns_cell.h"
00022 #include "../../mb_cns/source/cns_echo.h"
00023 #include "../../mb_cns/source/cns_bc_defs.h"
00024 #include "./e_block.h"
00025 
00026 /*---------------------------------------------------------------------*/
00027 
00028 int turbulent_stats(void);
00029 int autocor(double work_in[], double work_out[], int n);
00030 int fft_fwd(double n, double in[], double out[]);
00031 int power_spectrum(double **Ruu, double **Rvv, double **Rww, 
00032                    double **Rrr, double **Rpp, int n,
00033                    int k_sample[]);
00034 double* allocate_1D_array(int nnx);
00035 double** allocate_2D_array(int nnx, int nny);
00036 double*** allocate_3D_array(int nnx, int nny, int nnz);
00037 int stats_status(int sample, int blkId, int n_blocks, int i, int i_length, int end);
00038 int van_driest_profile(int profile_blocks[], int profile_i[], 
00039                        int profile_j[], int nsamples);
00040 int van_driest_profile_spanwise(int profile_blocks[], int profile_i[], 
00041                                 int nsamples);
00042 /*---------------------------------------------------------------------*/
00043 
00044 #define E_STATS_HEADER_ALREADY_INCLUDED
00045 #endif
00046 

Generated on Tue Oct 25 10:23:46 2005 for CFCFD by  doxygen 1.4.4