#include "base/cs_defs.h"
Include dependency graph for cs_turbulence_rit.h:Go to the source code of this file.
Functions | |
| void | cs_turbulence_rit_div (const int field_id, const cs_real_t xcpp[], cs_real_t vistet[][6], cs_real_t rhs[]) |
| Add the divergence of turbulent flux to a scalar transport equation. More... | |
| void cs_turbulence_rit_div | ( | const int | field_id, |
| const cs_real_t | xcpp[], | ||
| cs_real_t | vistet[][6], | ||
| cs_real_t | rhs[] | ||
| ) |
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] | rhs | right hand side to update |