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

e_stats.h File Reference

Prototypes for functions to compute turbulent statistics. More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../../util/source/useful.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 "./e_block.h"

Go to the source code of this file.

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[])
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)
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)


Detailed Description

Prototypes for functions to compute turbulent statistics.

Author:
AD
Version:
March 2005

Function Documentation

int turbulent_stats void   ) 
 

Compute the turbulent statistics.

Parameters:
A : pointer to the single-block data structure
Compute the turbulent statistics.


Generated on Tue Oct 25 10:24:12 2005 for CFCFD by  doxygen 1.4.4