1 #ifndef __CS_WALL_DISTANCE_H__
2 #define __CS_WALL_DISTANCE_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
#define END_C_DECLS
Definition: cs_defs.h:529
void cs_wall_distance(int iterns)
Compute distance to wall by solving a 3d diffusion equation. Solve.
Definition: cs_wall_distance.cpp:169
const cs_wall_distance_options_t * cs_glob_wall_distance_options
Definition: cs_wall_distance.cpp:104
void cs_wall_distance_yplus(cs_real_t visvdr[])
This subroutine computes the dimensionless distance to the wall solving a steady transport equation.
Definition: cs_wall_distance.cpp:659
cs_wall_distance_options_t * cs_get_glob_wall_distance_options(void)
Provide read/write access to cs_glob_wall_distance.
Definition: cs_wall_distance.cpp:1104
Definition: cs_wall_distance.h:48
int need_compute
Definition: cs_wall_distance.h:49
int is_up_to_date
Definition: cs_wall_distance.h:51
int method
Definition: cs_wall_distance.h:53