#include "base/cs_defs.h"#include <assert.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include "bft/bft_error.h"#include "bft/bft_printf.h"#include "base/cs_array.h"#include "base/cs_base.h"#include "alge/cs_divergence.h"#include "base/cs_equation_iterative_solve.h"#include "cdo/cs_equation_param.h"#include "alge/cs_face_viscosity.h"#include "base/cs_field.h"#include "base/cs_field_default.h"#include "base/cs_field_operator.h"#include "base/cs_field_pointer.h"#include "base/cs_log_iteration.h"#include "base/cs_math.h"#include "base/cs_mem.h"#include "mesh/cs_mesh.h"#include "mesh/cs_mesh_location.h"#include "mesh/cs_mesh_quantities.h"#include "base/cs_parall.h"#include "base/cs_physical_constants.h"#include "base/cs_prototypes.h"#include "base/cs_thermal_model.h"#include "base/cs_solid_zone.h"#include "base/cs_time_step.h"#include "turb/cs_turbulence_bc.h"#include "turb/cs_turbulence_model.h"#include "base/cs_velocity_pressure.h"#include "turb/cs_turbulence_rij.h"#include "turb/cs_turbulence_rit.h"
Include dependency graph for cs_turbulence_rit.cpp:Functions | |
| void | cs_turbulence_rij_transport_div_tf (const int field_id, const cs_real_t xcpp[], cs_real_t vistet[][6], cs_real_t smbrs[]) |
| Add the divergence of turbulent flux to a scalar transport equation. More... | |
| void cs_turbulence_rij_transport_div_tf | ( | const int | field_id, |
| const cs_real_t | xcpp[], | ||
| cs_real_t | vistet[][6], | ||
| cs_real_t | smbrs[] | ||
| ) |
Add the divergence of turbulent flux to a scalar transport equation.
| [in] | field_id | transported field id |
| [in] | xcpp | Cp |
| [out] | vistet | diffusivity tensor |
| [out] | smbrs | right hand side to update |