|
programmer's documentation
|
|
Variables | |
| integer, dimension(:), allocatable | itypfb |
| integer, dimension(:), allocatable | itrifb |
indirection array allowing to sort the boundary faces according to their boundary condition type itypfb More... | |
| integer, dimension(:), allocatable | izfppp |
| to identify boundary zones associated with boundary faces (particular physics) More... | |
| integer, dimension(:), allocatable | izfrad |
| to identify boundary zones associated with boundary faces (radiative transfer) More... | |
| integer, dimension(:), allocatable | idfstr |
the index of the structure, (idfstr(ifac) where ifac is the index of the face), 0 if the face is not coupled to any structure. More... | |
| double precision, dimension(:), allocatable | s2kw |
square of the norm of the deviatoric part of the deformation rate tensor ( ). This array is defined only with the (SST) turbulence model More... | |
| double precision, dimension(:), allocatable | divukw |
divergence of the velocity. More precisely it is the trace of the velocity gradient (and not a finite volume divergence term). In the cell iel, is given by divukw(iel1). This array is defined only with the SST turbulence model (because in this case it may be calculated at the same time as ) More... | |
| double precision, dimension(:,:), allocatable | straio |
| strain rate tensor at the previous time step More... | |
| double precision, dimension(:), allocatable divukw |
divergence of the velocity. More precisely it is the trace of the velocity gradient (and not a finite volume divergence term). In the cell iel,
is given by divukw(iel1). This array is defined only with the
SST turbulence model (because in this case it may be calculated at the same time as
)
| integer, dimension(:), allocatable idfstr |
the index of the structure, (idfstr(ifac) where ifac is the index of the face), 0 if the face is not coupled to any structure.
| integer, dimension(:), allocatable itrifb |
indirection array allowing to sort the boundary faces according to their boundary condition type itypfb
| integer, dimension(:), allocatable itypfb |
boundary condition type at the boundary face ifac (see user subroutine cs_user_boundary_conditions)
| integer, dimension(:), allocatable izfppp |
to identify boundary zones associated with boundary faces (particular physics)
| integer, dimension(:), allocatable izfrad |
to identify boundary zones associated with boundary faces (radiative transfer)
| double precision, dimension(:), allocatable s2kw |
square of the norm of the deviatoric part of the deformation rate tensor (
). This array is defined only with the
(SST) turbulence model
| double precision, dimension(:,:), allocatable straio |
strain rate tensor at the previous time step
1.8.9.1