Boundary conditions for specific physics modules.
More...
|
subroutine | pptycl (nvar, init, icodcl, itypfb, izfppp, dt, rcodcl) |
|
Boundary conditions for specific physics modules.
◆ pptycl()
subroutine pptycl |
( |
integer |
nvar, |
|
|
logical |
init, |
|
|
integer, dimension(nfabor,nvar) |
icodcl, |
|
|
integer, dimension(nfabor) |
itypfb, |
|
|
integer, dimension(nfabor) |
izfppp, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(nfabor,nvar,3) |
rcodcl |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | init | partial treatment (before time loop) if true |
[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
|
[in,out] | itypfb | boundary face types |
[in,out] | izfppp | index of the zone for the boundary faces (for the specific physics) |
[in] | dt | time step (per cell) |
[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
|