#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_turbulence_v2f (const cs_real_t prdv2f[]) |
Solve the V2F phi-model equations. More... | |
void | cs_turbulence_v2f_phi_mu_t (void) |
Calculation of turbulent viscosity for the V2F-phi model. More... | |
void | cs_turbulence_v2f_bl_v2k_mu_t (void) |
Calculation of turbulent viscosity for the V2F-BL model. More... | |
void cs_turbulence_v2f | ( | const cs_real_t | prdv2f[] | ) |
Solve the V2F phi-model equations.
Solve the and diffusion for
as part of the V2F phi-model
[in] | prdv2f | v2f production term |
void cs_turbulence_v2f_bl_v2k_mu_t | ( | void | ) |
Calculation of turbulent viscosity for the V2F-BL model.
void cs_turbulence_v2f_phi_mu_t | ( | void | ) |
Calculation of turbulent viscosity for the V2F-phi model.