|
programmer's documentation
|

Go to the source code of this file.
Functions | |
| void | cs_walldistance_compute (const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *cdoq, const cs_equation_t *eq) |
| Compute the wall distance. More... | |
| 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. More... | |
| void cs_walldistance_compute | ( | const cs_cdo_connect_t * | connect, |
| const cs_cdo_quantities_t * | cdoq, | ||
| const cs_equation_t * | eq | ||
| ) |
Compute the wall distance.
| [in] | connect | pointer to a cs_cdo_connect_t structure |
| [in] | cdoq | pointer to a cs_cdo_quantities_t structure |
| [in] | eq | pointer to the associated cs_equation_t structure |
| 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.
| [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 |
1.8.9.1