programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Variables
Collaboration diagram for Gradient calculation:

Variables

integer(c_int), pointer, save imrgra
 type of gradient reconstruction More...
 
real(c_double), pointer, save anomax
 non orthogonality angle of the faces, in radians. For larger angle values, cells with one node on the wall are kept in the extended support of the neighboring cells. More...
 

Detailed Description

Variable Documentation

real(c_double), pointer, save anomax

non orthogonality angle of the faces, in radians. For larger angle values, cells with one node on the wall are kept in the extended support of the neighboring cells.

integer(c_int), pointer, save imrgra

type of gradient reconstruction

  • 0: iterative process
  • 1: standard least squares method
  • 2: least square method with extended neighborhood
  • 3: least square method with reduced extended neighborhood
  • 4: iterative precess initialized by the least squares method