8.0
general documentation
Loading...
Searching...
No Matches
Collaboration diagram for Boundary conditions:

Variables

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 qimpat(izone), its direction in rcodcl(ifac,iu), rcodcl(ifac,iv) and rcodcl(ifac,iw) and the incoming air temperature timpat(izone) in Kelvin. If the velocity is imposed, he has to set rcodcl(ifac,iu), rcodcl(ifac,iv), and rcodcl(ifac,iw).
integer(c_int), dimension(:), pointer, save icalke
 condition type turbulence indicator
real(c_double), dimension(:), pointer, save xintur
 turbulent intensity (k=1.5(uref*xintur)**2)
real(c_double), dimension(:), pointer, save dh
 hydraulic diameter
integer, save nozapm
 index of maximum reached boundary zone
integer, save nzfppp
 number of boundary zones on current process
integer, dimension(nozppm), save ilzppp
 list of boundary zones index

Detailed Description

Variable Documentation

◆ dh

real(c_double), dimension(:), pointer, save dh

hydraulic diameter

◆ icalke

integer(c_int), dimension(:), pointer, save icalke

condition type turbulence indicator

  • 0 : given by the user
  • 1 : automatic, from hydraulic diameter and input velocity performed.
  • 2 : automatic, from turbulent intensity and input velocity performed.

◆ ilzppp

integer, dimension(nozppm), save ilzppp

list of boundary zones index

◆ iqimp

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 qimpat(izone), its direction in rcodcl(ifac,iu), rcodcl(ifac,iv) and rcodcl(ifac,iw) and the incoming air temperature timpat(izone) in Kelvin. If the velocity is imposed, he has to set rcodcl(ifac,iu), rcodcl(ifac,iv), and rcodcl(ifac,iw).

◆ nozapm

integer, save nozapm

index of maximum reached boundary zone

◆ nzfppp

integer, save nzfppp

number of boundary zones on current process

◆ xintur

real(c_double), dimension(:), pointer, save xintur

turbulent intensity (k=1.5(uref*xintur)**2)