This subroutine prepares the solving of the coupled Reynolds stress components in
RANS (LRR) turbulence model.
More...
|
subroutine | resrij2 (ivar, gradv, produc, gradro, viscf, viscb, viscce, smbr, rovsdt, weighf, weighb) |
|
This subroutine prepares the solving of the coupled Reynolds stress components in
RANS (LRR) turbulence model.
◆ resrij2()
subroutine resrij2 |
( |
integer |
ivar, |
|
|
double precision, dimension(3, 3, ncelet) |
gradv, |
|
|
double precision, dimension(6, ncelet) |
produc, |
|
|
double precision, dimension(3, ncelet) |
gradro, |
|
|
double precision, dimension(nfac) |
viscf, |
|
|
double precision, dimension(nfabor) |
viscb, |
|
|
double precision, dimension(6, ncelet) |
viscce, |
|
|
double precision, dimension(6, ncelet) |
smbr, |
|
|
double precision, dimension(6, 6, ncelet) |
rovsdt, |
|
|
double precision, dimension(2, nfac) |
weighf, |
|
|
double precision, dimension(nfabor) |
weighb |
|
) |
| |
- Parameters
-
[in] | ivar | variable number |
[in] | gradv | work array for the velocity grad term only for iturb=31 |
[in] | produc | work array for production |
[in] | gradro | work array for grad rom (without rho volume) only for iturb=30 |
[in] | viscf | visc*surface/dist at internal faces |
[in] | viscb | visc*surface/dist at edge faces |
[out] | viscce | Daly Harlow diffusion term |
[in] | smbr | working array |
[in] | rovsdt | working array |
[out] | weighf | working array |
[out] | weighb | working array |