8.3
general documentation
cs_turbulence_v2f.cpp File Reference
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "cs_array.h"
#include "cs_blas.h"
#include "cs_convection_diffusion.h"
#include "cs_equation.h"
#include "cs_equation_iterative_solve.h"
#include "cs_face_viscosity.h"
#include "cs_field.h"
#include "cs_field_default.h"
#include "cs_field_pointer.h"
#include "cs_field_operator.h"
#include "cs_gradient.h"
#include "cs_lagr.h"
#include "cs_log.h"
#include "cs_log_iteration.h"
#include "cs_mass_source_terms.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_physical_constants.h"
#include "cs_porous_model.h"
#include "cs_prototypes.h"
#include "cs_time_step.h"
#include "cs_turbulence_model.h"
#include "cs_volume_mass_injection.h"
#include "cs_wall_functions.h"
#include "cs_turbulence_v2f.h"
+ Include dependency graph for cs_turbulence_v2f.cpp:

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...
 

Detailed Description

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

Function Documentation

◆ cs_turbulence_v2f()

void cs_turbulence_v2f ( 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]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.