7.0
general documentation
cs_turbulence_kw.h File Reference
#include "cs_defs.h"
+ Include dependency graph for cs_turbulence_kw.h:

Go to the source code of this file.

Functions

void cs_turbulence_kw (cs_lnum_t ncesmp, cs_lnum_t icetsm[], int itypsm[], const cs_real_t dt[], cs_real_t smacel[])
 Solve the k-omega equations. More...
 

Function Documentation

◆ cs_turbulence_kw()

void cs_turbulence_kw ( cs_lnum_t  ncesmp,
cs_lnum_t  icetsm[],
int  itypsm[],
const cs_real_t  dt[],
cs_real_t  smacel[] 
)

Solve the k-omega equations.

Solve the $ k - \omega $ SST for incompressible flows or slightly compressible flows for one time step.

Parameters
[in]ncesmpnumber of cells with mass source term
[in]icetsmindex of cells with mass source term
[in]itypsmmass source type for the variables size: [nvar][ncesmp]
[in]dttime step (per cell)
[in]smacelvalues of the variables associated to the mass source (for the pressure variable, smacel is the mass flux) size: [nvar][ncesmp]