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

Variables

double precision, dimension(nvarmx),
save 
blencv
 percentage of upwind: More...
 
integer, dimension(nvarmx), save ischcv
 type of convective scheme More...
 
integer, dimension(nvarmx), save isstpc
 Slope test, Min/MAx limiter or Roe and Sweby limiters. More...
 
integer(c_int), pointer, save iflxmw
 method to compute interior mass flux due to ALE mesh velocity More...
 

Detailed Description

Variable Documentation

double precision, dimension(nvarmx), save blencv

percentage of upwind:

  • 1: no upwind (except if the slope test is activated)
  • 0: total upwind
integer(c_int), pointer, save iflxmw

method to compute interior mass flux due to ALE mesh velocity

  • 1: based on cell center mesh velocity
  • 0: based on nodes displacement
integer, dimension(nvarmx), save ischcv

type of convective scheme

  • 0: second order linear upwind
  • 1: centered
  • 2: pure upwind gradient in SOLU
integer, dimension(nvarmx), save isstpc

Slope test, Min/MAx limiter or Roe and Sweby limiters.

  • 0: swich on the slope test
  • 1: swich off the slope test (default)
  • 2: continuous limiter ensuring positivness
  • 3: Roe-Sweby limiter (ensuring Decreasing Total Variation)