My Project
programmer's documentation
Functions/Subroutines
resssg2.f90 File Reference

This subroutine performs the solving of the Reynolds stress components in $ R_{ij} - \varepsilon $ RANS (SSG) turbulence model. More...

Functions/Subroutines

subroutine resssg2 (nvar, nscal, ncepdp, ncesmp, ivar, icepdc, icetsm, itypsm, dt, gradv, produc, gradro, ckupdc, smacel, viscf, viscb, tslagi, smbr, rovsdt)
 

Detailed Description

This subroutine performs the solving of the Reynolds stress components in $ R_{ij} - \varepsilon $ RANS (SSG) turbulence model.

Remark:

Function/Subroutine Documentation

◆ resssg2()

subroutine resssg2 ( integer  nvar,
integer  nscal,
integer  ncepdp,
integer  ncesmp,
integer  ivar,
integer, dimension(ncepdp)  icepdc,
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(6,ncepdp)  ckupdc,
double precision, dimension(ncesmp,nvar smacel,
double precision, dimension(nfac)  viscf,
double precision, dimension(nfabor)  viscb,
double precision, dimension(ncelet)  tslagi,
double precision, dimension(6,ncelet)  smbr,
double precision, dimension(6,6,ncelet)  rovsdt 
)
Parameters
[in]nvartotal number of variables
[in]nscaltotal number of scalars
[in]ncepdpnumber of cells with head loss
[in]ncesmpnumber of cells with mass source term
[in]ivarvariable number
[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 Examples of data settings for mass source terms (cs_user_mass_source_terms.f90))
[in]dttime step (per cell)
[in]gradvwork array for the velocity grad term only for iturb=31
[in]producwork array for production
[in]gradrowork array for grad rom (without rho volume) only for iturb=30
[in]ckupdcwork array for the head loss
[in]smacelvalue associated to each variable in the mass source terms or mass rate (see Examples of data settings for mass source terms (cs_user_mass_source_terms.f90))
[in]viscfvisc*surface/dist at internal faces
[in]viscbvisc*surface/dist at edge faces
[in]tslagiimplicit source terms for the Lagrangian module
[in]smbrworking array
[in]rovsdtworking array