Go to the source code of this file.
Functions | |
void | cs_turbulence_inflow_volume_mass_injection_k_eps (const char *zone_name, double k, double eps) |
Define mass injection for turbulent quantities based on k and epsilon values. | |
void | cs_turbulence_inflow_volume_mass_injection_ke_hyd_diam (const char *zone_name, double uref2, double dh, double rho, double mu) |
Define mass injection for turbulent quantities based on a hydraulic diameter and reference velocity. |
void cs_turbulence_inflow_volume_mass_injection_k_eps | ( | const char * | zone_name, |
double | k, | ||
double | eps ) |
Define mass injection for turbulent quantities based on k and epsilon values.
[in] | zone_name | name of zone to which injection should be added |
[in] | k | turbulent kinetic energy |
[in] | eps | turbulent dissipation |
void cs_turbulence_inflow_volume_mass_injection_ke_hyd_diam | ( | const char * | zone_name, |
double | uref2, | ||
double | dh, | ||
double | rho, | ||
double | mu ) |
Define mass injection for turbulent quantities based on a hydraulic diameter and reference velocity.
[in] | zone_name | name of zone to which injection should be added |
[in] | uref2 | square of the reference flow velocity |
[in] | dh | hydraulic diameter ![]() |
[in] | rho | mass density ![]() |
[in] | mu | dynamic viscosity ![]() |