#include "base/cs_defs.h"
Include dependency graph for cs_turbulence_kw.h:Go to the source code of this file.
Functions | |
| void | cs_turbulence_kw_clip (int phase_id, cs_lnum_t n_cells) |
| Clip k and omega. More... | |
| void | cs_turbulence_kw (int phase_id) |
| Solve the k-omega equations. More... | |
| void | cs_turbulence_kw_mu_t (int phase_id) |
| Calculation of turbulent viscosity for the | |
| void cs_turbulence_kw | ( | int | phase_id | ) |
Solve the k-omega equations.
Solve the
SST for incompressible flows or slightly compressible flows for one time step.
| [in] | phase_id | turbulent phase id (-1 for single phase flow) |
| void cs_turbulence_kw_clip | ( | int | phase_id, |
| cs_lnum_t | n_cells | ||
| ) |
Clip k and omega.
| [in] | phase_id | turbulent phase id (-1 for single phase flow) |
| [in] | n_cells | number of cells |
| void cs_turbulence_kw_mu_t | ( | int | phase_id | ) |
Calculation of turbulent viscosity for the
SST model.
with
and
where
is the distance to the wall.
is calculated at the same time than
for use in cs_turbulence_kw.
| [in] | phase_id | turbulent phase id (-1 for single phase flow) |
with
and
where
is the distance to the wall.
is calculated at the same time than
for use in cs_turbulence_kw.
| [in] | phase_id | turbulent phase id (-1 for single phase flow) |
!