programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables

Main variables stored in rtp, rtpa. More...

Collaboration diagram for Main variables:

Variables

integer, save ipr
 pressure More...
 
integer, save iu
 velocity component $ u_x $ More...
 
integer, save iv
 velocity component $ u_y $ More...
 
integer, save iw
 velocity component $ u_z $ More...
 
integer, save ik
 turbulent kinetic energy $ k $ More...
 
integer, save iep
 turbulent dissipation $ \varepsilon $ More...
 
integer, save ir11
 Reynolds stress component $ R_{xx} $. More...
 
integer, save ir22
 Reynolds stress component $ R_{yy} $. More...
 
integer, save ir33
 Reynolds stress component $ R_{zz} $. More...
 
integer, save ir12
 Reynolds stress component $ R_{xy} $. More...
 
integer, save ir23
 Reynolds stress component $ R_{yz} $. More...
 
integer, save ir13
 Reynolds stress component $ R_{zz} $. More...
 
integer, save iphi
 variable $ \phi $ of the $ \phi-f_b $ model More...
 
integer, save ifb
 variable $ f_b $ of the $ \phi-f_b $ model More...
 
integer, save ial
 variable $ \alpha $ of the $ Bl-v^2-k $ model More...
 
integer, save iomg
 variable $ \omega $ of the $ k-\omega $ SST More...
 
integer, save inusa
 variable $ \widetilde{\nu}_T $ of the Spalart Allmaras More...
 
integer, dimension(nscamx), save isca
 isca(i) is the index of the scalar i More...
 
integer, dimension(nscamx), save iscapp
 iscapp(i) is the index of the specific physics scalar i More...
 
integer, save nscaus
 number of user scalars More...
 
integer, save nscapp
 number of specific physics scalars More...
 
integer, save nscasp
 number of species scalars More...
 
integer, save iuma
 mesh velocity component $ w_x $ More...
 
integer, save ivma
 mesh velocity component $ w_y $ More...
 
integer, save iwma
 mesh velocity component $ w_z $ More...
 

Detailed Description

Main variables stored in rtp, rtpa.

Variable Documentation

integer, save ial

variable $ \alpha $ of the $ Bl-v^2-k $ model

integer, save iep

turbulent dissipation $ \varepsilon $

integer, save ifb

variable $ f_b $ of the $ \phi-f_b $ model

integer, save ik

turbulent kinetic energy $ k $

integer, save inusa

variable $ \widetilde{\nu}_T $ of the Spalart Allmaras

integer, save iomg

variable $ \omega $ of the $ k-\omega $ SST

integer, save iphi

variable $ \phi $ of the $ \phi-f_b $ model

integer, save ipr

pressure

integer, save ir11

Reynolds stress component $ R_{xx} $.

integer, save ir12

Reynolds stress component $ R_{xy} $.

integer, save ir13

Reynolds stress component $ R_{zz} $.

integer, save ir22

Reynolds stress component $ R_{yy} $.

integer, save ir23

Reynolds stress component $ R_{yz} $.

integer, save ir33

Reynolds stress component $ R_{zz} $.

integer, dimension(nscamx), save isca

isca(i) is the index of the scalar i

integer, dimension(nscamx), save iscapp

iscapp(i) is the index of the specific physics scalar i

integer, save iu

velocity component $ u_x $

integer, save iuma

mesh velocity component $ w_x $

integer, save iv

velocity component $ u_y $

integer, save ivma

mesh velocity component $ w_y $

integer, save iw

velocity component $ u_z $

integer, save iwma

mesh velocity component $ w_z $

integer, save nscapp

number of specific physics scalars

integer, save nscasp

number of species scalars

integer, save nscaus

number of user scalars