![]() |
programmer's documentation
|
This subroutine performs the solving of the Reynolds stress components in RANS (LRR) turbulence model.
More...
Functions/Subroutines | |
subroutine | resrij (nvar, nscal, ncepdp, ncesmp, ivar, isou, ipp, icepdc, icetsm, itypsm, dt, rtp, rtpa, propce, produc, gradro, ckupdc, smacel, viscf, viscb, tslage, tslagi, smbr, rovsdt) |
This subroutine performs the solving of the Reynolds stress components in RANS (LRR) turbulence model.
Remark:
subroutine resrij | ( | integer | nvar, |
integer | nscal, | ||
integer | ncepdp, | ||
integer | ncesmp, | ||
integer | ivar, | ||
integer | isou, | ||
integer | ipp, | ||
integer, dimension(ncepdp) | icepdc, | ||
integer, dimension(ncesmp) | icetsm, | ||
integer, dimension(ncesmp,nvar) | itypsm, | ||
double precision, dimension(ncelet) | dt, | ||
double precision, dimension(ncelet,nflown:nvar) | rtp, | ||
double precision, dimension(ncelet,nflown:nvar) | rtpa, | ||
double precision, dimension(ncelet,*) | propce, | ||
double precision, dimension(6,ncelet) | produc, | ||
double precision, dimension(ncelet,3) | gradro, | ||
double precision, dimension(ncepdp,6) | ckupdc, | ||
double precision, dimension(ncesmp,nvar) | smacel, | ||
double precision, dimension(nfac) | viscf, | ||
double precision, dimension(nfabor) | viscb, | ||
double precision, dimension(ncelet) | tslage, | ||
double precision, dimension(ncelet) | tslagi, | ||
double precision, dimension(ncelet) | smbr, | ||
double precision, dimension(ncelet) | rovsdt | ||
) |
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | ncepdp | number of cells with head loss |
[in] | ncesmp | number of cells with mass source term |
[in] | ivar | variable number |
[in] | isou | local variable number (7 here) |
[in] | ipp | index for writing |
[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 (see ustsma) |
[in] | dt | time step (per cell) |
[in,out] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) |
[in] | propce | physical properties at cell centers |
[in] | grdvit | tableau de travail pour terme grad de vitesse uniqt pour iturb=31 |
[in] | produc | tableau de travail pour production |
[in] | gradro | tableau de travail pour grad rom (sans rho volume) uniqt pour iturb=30 |
[in] | ckupdc | work array for the head loss |
[in] | smacel | value associated to each variable in the mass source terms or mass rate (see ustsma) |
[in] | viscf | visc*surface/dist aux faces internes |
[in] | viscb | visc*surface/dist aux faces de bord |
[in] | tslagr | coupling term for lagrangian |
[in] | tslage | explicit source terms for the Lagrangian module |
[in] | tslagi | implicit source terms for the Lagrangian module |
[in] | smbr | working array |
[in] | rovsdt | working array |