 |
6.3
general documentation
|
|
Go to the documentation of this file. 1 #ifndef __CS_WALLDISTANCE_H__
2 #define __CS_WALLDISTANCE_H__
void cs_walldistance_finalize_setup(const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *cdoq)
Finalize the setup stage for the equation related to the wall distance. Only useful for Hamilton-Jaco...
Definition: cs_walldistance.c:494
#define END_C_DECLS
Definition: cs_defs.h:493
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
void cs_walldistance_setup(void)
Setup the equation related to the wall distance.
Definition: cs_walldistance.c:449
void cs_walldistance_activate(void)
Activate the future computation of the wall distance.
Definition: cs_walldistance.c:416
bool cs_walldistance_is_activated(void)
Test if the computation of the wall distance is activated.
Definition: cs_walldistance.c:401
time step descriptor
Definition: cs_time_step.h:64
Definition: cs_cdo_quantities.h:124
Definition: cs_cdo_connect.h:76
void cs_walldistance_compute(const cs_mesh_t *mesh, const cs_time_step_t *time_step, const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *cdoq)
Compute the wall distance.
Definition: cs_walldistance.c:515