8.0
general documentation
Loading...
Searching...
No Matches
cs_turbulence_v2f.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_turbulence_v2f.h:

Go to the source code of this file.

Functions

void cs_turbulence_v2f (cs_lnum_t ncesmp, cs_lnum_t icetsm[], int itypsm[], const cs_real_t *dt, cs_real_t smacel[], const cs_real_t prdv2f[])
 Solve the V2F phi-model equations.
void cs_turbulence_v2f_phi_mu_t (void)
 Calculation of turbulent viscosity for the V2F-phi model.
void cs_turbulence_v2f_bl_v2k_mu_t (void)
 Calculation of turbulent viscosity for the V2F-BL model.

Function Documentation

◆ cs_turbulence_v2f()

void cs_turbulence_v2f ( cs_lnum_t ncesmp,
cs_lnum_t icetsm[],
int itypsm[],
const cs_real_t * dt,
cs_real_t smacel[],
const cs_real_t prdv2f[] )

Solve the V2F phi-model equations.

Solve the $\phi$ and diffusion for $ \overline{f} $ as part of the V2F phi-model

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]
[in]prdv2fv2f production term

◆ cs_turbulence_v2f_bl_v2k_mu_t()

void cs_turbulence_v2f_bl_v2k_mu_t ( void )

Calculation of turbulent viscosity for the V2F-BL model.

◆ cs_turbulence_v2f_phi_mu_t()

void cs_turbulence_v2f_phi_mu_t ( void )

Calculation of turbulent viscosity for the V2F-phi model.