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

e_turb.c File Reference

Functions to compute turbulent fluxes for Elmer. More...

#include <stdio.h>
#include <stdlib.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 "../../mb_cns/source/interpolate.h"
#include "./e_turb.h"
#include "./e_dynamic.h"
#include "./e_filtered_deriv.h"
#include "./e_smagorinsky_filter.h"

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

Functions to compute turbulent fluxes for Elmer.

Author:
AD
Version:

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