Handle boundary condition type code (itypfb).
More...
|
subroutine | typecl (nvar, nscal, init, itypfb, itrifb, icodcl, isostd, rcodcl) |
|
Handle boundary condition type code (itypfb).
◆ typecl()
subroutine typecl |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
logical |
init, |
|
|
integer, dimension(ndimfb) |
itypfb, |
|
|
integer, dimension(ndimfb) |
itrifb, |
|
|
integer, dimension(ndimfb,nvar) |
icodcl, |
|
|
integer, dimension(ndimfb+1) |
isostd, |
|
|
double precision, dimension(ndimfb,nvar,3) |
rcodcl |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | init | partial treatment (before time loop) if true |
[in,out] | itypfb | boundary face types |
[out] | itrifb | tab d'indirection pour tri des faces |
[in,out] | icodcl | face boundary condition code:
- 1 Dirichlet
- 2 Radiative outlet
- 3 Neumann
- 4 sliding and

- 5 smooth wall and

- 6 rough wall and

- 9 free inlet/outlet (input mass flux blocked to 0)
- 13 Dirichlet for the advection operator and Neumann for the diffusion operator
|
[out] | isostd | standard output indicator
|
[in,out] | rcodcl | boundary condition values:
- rcodcl(1) value of the dirichlet
- rcodcl(2) value of the exterior exchange coefficient (infinite if no exchange)
- rcodcl(3) value flux density (negative if gain) in w/m2 or roughness in m if icodcl=6
- for the velocity

- for the pressure

- for a scalar
|