My Project
programmer's documentation
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

◆ anomax

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.

◆ imrgra

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 process initialized by the least squares method