#include "base/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/bft_error.h"#include "base/cs_array.h"#include "alge/cs_blas.h"#include "alge/cs_convection_diffusion.h"#include "cdo/cs_equation.h"#include "base/cs_equation_iterative_solve.h"#include "alge/cs_face_viscosity.h"#include "base/cs_field.h"#include "base/cs_field_default.h"#include "base/cs_field_pointer.h"#include "base/cs_field_operator.h"#include "alge/cs_gradient.h"#include "lagr/cs_lagr.h"#include "base/cs_log.h"#include "base/cs_log_iteration.h"#include "base/cs_mass_source_terms.h"#include "base/cs_math.h"#include "base/cs_mem.h"#include "mesh/cs_mesh.h"#include "mesh/cs_mesh_quantities.h"#include "base/cs_parall.h"#include "base/cs_physical_constants.h"#include "base/cs_porous_model.h"#include "base/cs_prototypes.h"#include "base/cs_time_step.h"#include "turb/cs_turbulence_model.h"#include "base/cs_volume_mass_injection.h"#include "base/cs_wall_functions.h"#include "turb/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... | |
Solve the
and diffusion for
as part of the V2F phi-model.
| 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.