1 #ifndef __CS_WALLDISTANCE_H__ 2 #define __CS_WALLDISTANCE_H__ 65 cs_property_t *diff_pty,
time step descriptor
Definition: cs_time_step.h:51
#define BEGIN_C_DECLS
Definition: cs_defs.h:448
Definition: cs_cdo_connect.h:67
Definition: cs_cdo_quantities.h:100
void cs_walldistance_setup(cs_equation_t *eq, cs_property_t *diff_pty, int wall_ml_id)
Setup an new equation related to the wall distance.
Definition: cs_walldistance.c:268
void cs_walldistance_compute(const cs_mesh_t *mesh, const cs_time_step_t *time_step, double dt_cur, const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *cdoq, bool do_logcvg, cs_equation_t *eq)
Compute the wall distance.
Definition: cs_walldistance.c:321
#define END_C_DECLS
Definition: cs_defs.h:449