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

Boundary condition coefficient are stored in coefa and coefb. See condli and the theory guide for more information. More...

Collaboration diagram for Boundary conditions coefficients:

Variables

integer, save icoef
 Coefficients used for gradient terms and convective terms. More...
 
integer, save icoeff
 Coefficients used for diffusive terms. More...
 
integer, save icoefr
 Coefficients used for divergence terms (for example $ \tens{R}_{ij} $ in the momentum equation) More...
 
integer, save icoefc
 Coefficients used for convection terms. More...
 
integer, dimension(nvarmx, 4), save iclrtp
 pointer to coefa and coefb arrays More...
 

Detailed Description

Boundary condition coefficient are stored in coefa and coefb. See condli and the theory guide for more information.

Variable Documentation

integer, dimension(nvarmx,4), save iclrtp

pointer to coefa and coefb arrays

integer, save icoef

Coefficients used for gradient terms and convective terms.

integer, save icoefc

Coefficients used for convection terms.

integer, save icoeff

Coefficients used for diffusive terms.

integer, save icoefr

Coefficients used for divergence terms (for example $ \tens{R}_{ij} $ in the momentum equation)