#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_mpi (void) |
| Compute the turbulent statistics. | |
| int | van_driest_profile_mpi (int profile_blocks[], int profile_i[], int profile_j[], int nsamples) |
| int | van_driest_profile_spanwise_mpi (int profile_blocks[], int profile_i[], int nsamples) |
|
|
Compute the turbulent statistics.
|
1.4.4