programmer's documentation
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
 switch off the slope test: 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

  • 1: centered
  • 0: second order
integer, dimension(nvarmx), save isstpc

switch off the slope test:

  • 1: swich off the slope test
  • 0: swich on the slope test