#include "cs_defs.h"
#include "cs_base.h"
Go to the source code of this file.
◆ cs_turbulence_inflow_volume_mass_injection_k_eps()
      
        
          | 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. 
- Parameters
- 
  
    | [in] | zone_name | name of zone to which injection should be added |  | [in] | k | turbulent kinetic energy |  | [in] | eps | turbulent dissipation |  
 
 
 
◆ cs_turbulence_inflow_volume_mass_injection_ke_hyd_diam()
      
        
          | void cs_turbulence_inflow_volume_mass_injection_ke_hyd_diam | ( | const char * | zone_name, | 
        
          |  |  | double | uref2, | 
        
          |  |  | double | dh, | 
        
          |  |  | double | rho, | 
        
          |  |  | double | mu | 
        
          |  | ) |  |  |