programmer's documentation
Data Fields
cs_space_disc_t Struct Reference

Space discretisation options descriptor. More...

#include <cs_parameters.h>

Collaboration diagram for cs_space_disc_t:
Collaboration graph

Data Fields

int imvisf
 
int imrgra
 
double anomax
 
int iflxmw
 

Detailed Description

Space discretisation options descriptor.

Members of this space discretisation structure are publicly accessible, to allow for concise syntax, as they are expected to be used in many places.

Field Documentation

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.

iflxmw

method to compute interior mass flux due to ALE mesh velocity

  • 1: based on cell center mesh velocity
  • 0: based on nodes displacement
imrgra

type of gradient reconstruction

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

face viscosity field interpolation

  • 1: harmonic
  • 0: arithmetic (default)

The documentation for this struct was generated from the following files: