#include "cs_base.h"
#include "cs_equation.h"
Go to the source code of this file.
◆ cs_walldistance_compute()
Compute the wall distance.
- Parameters
-
[in] | mesh | pointer to a cs_mesh_t structure |
[in] | time_step | pointer to a cs_time_step_t structure |
[in] | dt_cur | current value of the time step |
[in] | connect | pointer to a cs_cdo_connect_t structure |
[in] | cdoq | pointer to a cs_cdo_quantities_t structure |
[in] | do_logcvg | output information on convergence or not |
[in,out] | eq | pointer to the related cs_equation_t structure |
◆ cs_walldistance_setup()
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.
- Parameters
-
[in] | eq | pointer to the associated cs_equation_t structure |
[in] | diff_pty | pointer to a cs_property_t structure |
[in] | wall_ml_id | id of the mesh location related to wall boundaries |