Automatic boundary condition for pulverized coal combution.
More...
Automatic boundary condition for pulverized coal combution.
◆ cs_coal_bcond()
subroutine cs_coal_bcond |
( |
integer, dimension(nfabor) |
itypfb, |
|
|
integer, dimension(nfabor) |
izfppp, |
|
|
integer, dimension(nfabor,nvar) |
icodcl, |
|
|
double precision, dimension(nfabor,nvar,3) |
rcodcl |
|
) |
| |
- Parameters
-
[in] | itypfb | boundary face types |
[in] | izfppp | zone number for the boundary face for the specific physic module |
[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] | rcodcl | value of the boundary conditions to edge faces 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) \form#497 or
- roughness in \form#498 if icodcl=6
-# for velocity:

- for pressure:

- for scalar:
|