8.0
general documentation
cs_turbulence_ml.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "bft_mem.h"
#include "cs_array.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_field_default.h"
#include "cs_field_pointer.h"
#include "cs_field_operator.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_turbulence_model.h"
#include "cs_turbulence_ml.h"
+ Include dependency graph for cs_turbulence_ml.c:

Functions

void cs_turbulence_ml_mu_t (void)
 Calculation of turbulent viscosity for a model of length of simple mixture. More...
 

Function Documentation

◆ cs_turbulence_ml_mu_t()

void cs_turbulence_ml_mu_t ( void  )

Calculation of turbulent viscosity for a model of length of simple mixture.

\[ \mu_T = \rho (\kappa L)^2 \cdot \sqrt{2 S_{ij} S_{ij}} \]

\[ S_{ij} = \dfrac{\der{u_i}{x_j} + \der{u_j}{x_i}}{2}\]

Edge face types are available at previous time step (except at the first time step, when the itypfb and itrifb tables have not been filled). !