Provides bouzidi coefficients and q-values needed for link-wise implementation of certain inlet boundary conditions.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private, | allocatable | :: | qVal(:) | size: links(iLevel)%nVals |
||
real(kind=rk), | private, | allocatable | :: | cIn(:) | |||
real(kind=rk), | private, | allocatable | :: | cOut(:) | |||
real(kind=rk), | private, | allocatable | :: | cNgh(:) | |||
integer, | private, | allocatable | :: | inPos(:) | set in routine: mus_set_bouzidi |
||
integer, | private, | allocatable | :: | outPos(:) | |||
integer, | private, | allocatable | :: | nghPos(:) | |||
real(kind=rk), | private, | allocatable | :: | cVel(:) | size: links(iLevel)%nVals |
||
integer, | private, | allocatable | :: | iDir(:) | set in routine: mus_set_bouzidi |
||
integer, | private, | allocatable | :: | posInBuffer(:) |