1#ifndef __CS_WALL_DISTANCE_H__
2#define __CS_WALL_DISTANCE_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
void cs_wall_distance(int iterns)
Compute distance to wall by solving a 3d diffusion equation. Solve.
Definition: cs_wall_distance.cpp:137
const cs_wall_distance_options_t * cs_glob_wall_distance_options
Definition: cs_wall_distance.cpp:104
void cs_wall_distance_geometric(void)
Compute distance to wall by a brute force geometric approach (serial only)
Definition: cs_wall_distance.cpp:1068
void cs_wall_distance_yplus(cs_real_t visvdr[])
Compute the dimensionless distance to the wall solving a steady transport equation.
Definition: cs_wall_distance.cpp:625
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:1142
Definition: cs_wall_distance.h:48
int need_compute
Definition: cs_wall_distance.h:50
int is_up_to_date
Definition: cs_wall_distance.h:52
int method
Definition: cs_wall_distance.h:67