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

e_turb.h File Reference

Prototypes for functions to compute turbulent fluxes. 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.

Defines

#define E_TURB_HEADER_ALREADY_INCLUDED
#define COMPRESSIBILITY   1
#define TRANSITIONAL   1
#define C_mutm   14.0
#define C_WK   1.0
#define K   0.0168
#define A_plus   26
#define C_CP   1.6
#define C_KLEB   0.3
#define k_inner   0.4

Functions

int turbulent_flux (struct block_data_3D *A)
 Compute the turbulent contribution to the cell interface fluxes.
int calc_alpha (struct block_data_3D *A)
double wall_damping (double z)
int eddy_viscosity_constants (struct block_data_3D *A)
int strain_rate (struct block_data_3D *A)
int filtered_strain_rate (struct block_data_3D *A)
int baldwin_lomax_3D (struct block_data_3D *bp)
int smagorinsky_3D (struct block_data_3D *bp)
int mixed_scale_3D (struct block_data_3D *bp)
int mixed_scale_sgs_energy (struct block_data_3D *bp)
int smagorinsky_strain_rate (struct block_data_3D *A)


Detailed Description

Prototypes for functions to compute turbulent fluxes.

Author:
AD
Version:
March 2005

Function Documentation

int turbulent_flux struct block_data_3D A  ) 
 

Compute the turbulent contribution to the cell interface fluxes.

Parameters:
A : pointer to the single-block data structure
Compute the turbulent contribution to the cell interface fluxes. This contribution is added to the flux variables so make sure that the inviscid (Euler) and viscous contributions have already been computed and stored in the flux variables.


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