| 
    My Project
    
   programmer's documentation 
   | 
 
Automatic boundary condition for pulverized coal combution. More...
Functions/Subroutines | |
| subroutine | cs_coal_bcond (itypfb, izfppp, icodcl, rcodcl) | 
Automatic boundary condition for pulverized coal combution.
| subroutine cs_coal_bcond | ( | integer, dimension(nfabor) | itypfb, | 
| integer, dimension(nfabor) | izfppp, | ||
| integer, dimension(nfabor,nvar) | icodcl, | ||
| double precision, dimension(nfabor,nvar,3) | rcodcl | ||
| ) | 
| [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:
  | 
| [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) \f$w.m^{-2} \f$ or
                          -  roughness in \f$m\f$ if  icodcl=6
                           -# for velocity:
                                      \f$(\mu+\mu_T)\gradv \vect{u}\f$
                           -# for pressure: \f$ \Delta \grad P
                                            \cdot \vect{n} \f$
                           -# for scalar:   \f$ C_p \left ( K +
                                            \dfrac{K_T}{\sigma_T} \right)
                                            \grad T \cdot \vect{n} \f$
  | 
 1.8.16