This subroutine performs the solving of epsilon in
RANS turbulence model.
More...
|
subroutine | reseps (nvar, ncesmp, icetsm, itypsm, dt, gradv, produc, gradro, smacel, viscf, viscb, smbr, rovsdt) |
|
This subroutine performs the solving of epsilon in
RANS turbulence model.
◆ reseps()
subroutine reseps |
( |
integer |
nvar, |
|
|
integer |
ncesmp, |
|
|
integer, dimension(ncesmp) |
icetsm, |
|
|
integer, dimension(ncesmp,nvar) |
itypsm, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(3, 3, ncelet) |
gradv, |
|
|
double precision, dimension(6,ncelet) |
produc, |
|
|
double precision, dimension(3,ncelet) |
gradro, |
|
|
double precision, dimension(ncesmp,nvar) |
smacel, |
|
|
double precision, dimension(nfac) |
viscf, |
|
|
double precision, dimension(nfabor) |
viscb, |
|
|
double precision, dimension(ncelet) |
smbr, |
|
|
double precision, dimension(ncelet) |
rovsdt |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | ncesmp | number of cells with mass source term |
[in] | icepdc | index of cells with head loss |
[in] | icetsm | index of cells with mass source term |
[in] | itypsm | type of mass source term for each variable |
[in] | dt | time step (per cell) |
[in] | gradv | work array for the term grad of velocity only for iturb=31 |
[in] | produc | work array for production (without rho volume) only for iturb=30 |
[in] | gradro | work array for |
[in] | ckupdc | work array for the head loss |
[in] | smacel | value associated to each variable in the mass source terms or mass rate |
[in] | viscf | visc*surface/dist at internal faces |
[in] | viscb | visc*surface/dist at edge faces |
[in] | smbr | working array |
[in] | rovsdt | working array |