#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_array.h"
#include "cs_base.h"
#include "cs_divergence.h"
#include "cs_equation_iterative_solve.h"
#include "cs_equation_param.h"
#include "cs_face_viscosity.h"
#include "cs_field.h"
#include "cs_field_default.h"
#include "cs_field_operator.h"
#include "cs_field_pointer.h"
#include "cs_log_iteration.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_location.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_physical_constants.h"
#include "cs_prototypes.h"
#include "cs_thermal_model.h"
#include "cs_solid_zone.h"
#include "cs_time_step.h"
#include "cs_turbulence_bc.h"
#include "cs_turbulence_model.h"
#include "cs_velocity_pressure.h"
#include "cs_turbulence_rij.h"
#include "cs_turbulence_rit.h"
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 |