8.1
general documentation
cs_space_disc_t Struct Reference

Space discretisation options descriptor. More...

#include <cs_parameters.h>

+ Collaboration diagram for cs_space_disc_t:

Data Fields

int imvisf
 
int imrgra
 
int iflxmw
 
int itbrrb
 

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

◆ 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: Green-Gauss with iterative handling of non-orthogonalities
  • 1: standard least squares method
  • 2: least squares method with extended neighborhood
  • 3: least squares method with reduced extended neighborhood
  • 4: Green-Gauss with least squares gradient face values
  • 5: Green-Gauss with least squares gradient over extended neighborhood face values
  • 6: Green-Gauss with least squares gradient over reduced extended neighborhood face values
  • 7: Green-Gauss with face values based on cell to vertex interpolation

◆ imvisf

imvisf

face viscosity field interpolation

  • 1: harmonic
  • 0: arithmetic (default)

◆ itbrrb

itbrrb

accurate treatment of the wall temperature (reconstruction of wall temperature)

  • 1: true
  • 0: false (default) (see cs_boundary_condition_set_coeffs, useful in case of coupling with syrthes)

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