#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) |
|
|
Compute the turbulent contribution to the cell interface fluxes.
|
1.4.4