8.3
general documentation
cs_wall_distance_options_t Struct Reference

#include <cs_wall_distance.h>

+ Collaboration diagram for cs_wall_distance_options_t:

Data Fields

int need_compute
 
int is_up_to_date
 
int method
 

Field Documentation

◆ is_up_to_date

int is_up_to_date

Is the wall distance up to date ?

◆ method

int method

Method used to calculate the distance to the wall y and the non-dimensional distance $ y+ $ for all the cells of the calculation domain (when needed):

  • 1: standard algorithm (based on a Poisson equation for y and convection equation for $ y+ $).
  • 2: brute force algorithm (based on geometrical considerations), for serial mode without periodicity only; useful only as a reference for testing.

Note that in the case of restarts, reading the distance from the restart file will avoid minor differences due to the fact that the iterative method will add at least an additional iteration, even if already converged.

◆ need_compute

int need_compute

Does the wall distance need to be computed ?


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