#include "cs_defs.h"#include <assert.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <math.h>#include <float.h>#include "bft_mem.h"#include "bft_error.h"#include "cs_base.h"#include "cs_log.h"#include "cs_field.h"#include "cs_field_pointer.h"#include "cs_math.h"#include "cs_parall.h"#include "cs_thermal_model.h"#include "cs_turbulence_model.h"#include "cs_parameters.h"#include "cs_log_iteration.h"#include "cs_physical_constants.h"#include "cs_clip_ke.h"
Include dependency graph for cs_clip_ke.c:Functions | |
| void | cs_clip_ke (cs_lnum_t n_cells, int iclip) |
| Clipping of the turbulent kinetic energy and turbulent dissipation. More... | |
Clipping of the turbulent kinetic energy and the turbulent dissipation.
| void cs_clip_ke | ( | cs_lnum_t | n_cells, |
| int | iclip | ||
| ) |
Clipping of the turbulent kinetic energy and turbulent dissipation.
| [in] | n_cells | number of cells |
| [in] | iclip | indicator = 0 if viscl0 is used otherwise viscl is used. |