7.1
general documentation
reseps.f90 File Reference

This subroutine performs the solving of epsilon in $ R_{ij} - \varepsilon $ RANS turbulence model. More...

Functions/Subroutines

subroutine reseps (nvar, ncesmp, icetsm, itypsm, dt, gradv, produc, gradro, smacel, viscf, viscb, smbr, rovsdt)
 

Detailed Description

This subroutine performs the solving of epsilon in $ R_{ij} - \varepsilon $ RANS turbulence model.

Function/Subroutine Documentation

◆ 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]nvartotal number of variables
[in]ncesmpnumber of cells with mass source term
[in]icepdcindex of cells with head loss
[in]icetsmindex of cells with mass source term
[in]itypsmtype of mass source term for each variable (see cs_user_mass_source_terms)
[in]dttime step (per cell)
[in]gradvwork array for the term grad of velocity only for iturb=31
[in]producwork array for production (without rho volume) only for iturb=30
[in]gradrowork array for $ \grad{rom} $
[in]ckupdcwork array for the head loss
[in]smacelvalue associated to each variable in the mass source terms or mass rate (see cs_user_mass_source_terms)
[in]viscfvisc*surface/dist at internal faces
[in]viscbvisc*surface/dist at edge faces
[in]smbrworking array
[in]rovsdtworking array