My Project
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 the space discretisation structure are publicly accessible, to allow for concise syntax, as they are expected to be used in many places.

Field Documentation

◆ anomax

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

iflxmw

method to compute interior mass flux due to ALE mesh velocity

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

◆ imrgra

imrgra

type of gradient reconstruction

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

◆ imvisf

imvisf

face viscosity field interpolation

  • 1: harmonic
  • 0: arithmetic (default)

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