#include "cs_defs.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. More... | |
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 and diffusion for
as part of the V2F phi-model
[in] | ncesmp | number of cells with mass source term |
[in] | icetsm | index of cells with mass source term |
[in] | itypsm | mass source type for the variables size: [nvar][ncesmp] |
[in] | dt | time step (per cell) |
[in] | smacel | values of the variables associated to the mass source (for the pressure variable, smacel is the mass flux) size: [nvar][ncesmp] |
[in] | prdv2f | v2f production term |