|  | 
| integer(c_int), dimension(:), pointer, save | iqimp | 
|  | imposed flow zone indicator in a way which is similar to the process described in the framework of the EBU module, the user chooses for every inlet face to impose the mass flow or not (iqimp(izone)=1 or 0). If the mass flow is imposed, the user must set the air mass flow value qimp(izone) ant its direction in rcodcl(ifac,iu), rcodcl(ifac,iv) and rcodcl(ifac,iw). If the velocity is imposed, he has to set rcodcl(ifac,iu), rcodcl(ifac,iv), and rcodcl(ifac,iw).  More... 
 | 
|  | 
| integer(c_int), dimension(:), pointer, save | icalke | 
|  | condition type turbulence indicator  More... 
 | 
|  | 
| real(c_double), dimension(:), pointer, save | xintur | 
|  | turbulent intensity (k=1.5(uref*xintur)**2)  More... 
 | 
|  | 
| real(c_double), dimension(:), pointer, save | dh | 
|  | hydraulic diameter  More... 
 | 
|  | 
| integer, save | nozapm | 
|  | index of maximum reached boundary zone  More... 
 | 
|  | 
| integer, save | nzfppp | 
|  | number of boundary zones on current process  More... 
 | 
|  | 
| integer, dimension(nozppm), save | ilzppp | 
|  | list of boundary zones index  More... 
 | 
|  | 
      
        
          | integer(c_int), dimension(:), pointer, save iqimp | 
      
 
imposed flow zone indicator in a way which is similar to the process described in the framework of the EBU module, the user chooses for every inlet face to impose the mass flow or not (iqimp(izone)=1 or 0). If the mass flow is imposed, the user must set the air mass flow value qimp(izone) ant its direction in rcodcl(ifac,iu), rcodcl(ifac,iv) and rcodcl(ifac,iw). If the velocity is imposed, he has to set rcodcl(ifac,iu), rcodcl(ifac,iv), and rcodcl(ifac,iw).