#include "cs_defs.h" Include dependency graph for cs_solve_navier_stokes.h:
 Include dependency graph for cs_solve_navier_stokes.h:Go to the source code of this file.
| Functions | |
| void | cs_solve_navier_stokes (const int iterns, int *icvrge, const int itrale, const int isostd[]) | 
| Solve Navier-Stokes equations for incompressible or slightly compressible flows for one time step. Both convection-diffusion and continuity steps are performed.  More... | |
| void | cs_solve_navier_stokes_update_total_pressure (const cs_mesh_t *m, const cs_mesh_quantities_t *mq, const cs_fluid_properties_t *fp) | 
| Update total pressure (defined as a post-processed property).  More... | |
| void cs_solve_navier_stokes | ( | const int | iterns, | 
| int * | icvrge, | ||
| const int | itrale, | ||
| const int | isostd[] | ||
| ) | 
Solve Navier-Stokes equations for incompressible or slightly compressible flows for one time step. Both convection-diffusion and continuity steps are performed.
| [in] | iterns | index of the iteration on Navier-Stokes | 
| [in] | icvrge | convergence indicator | 
| [in] | itrale | number of the current ALE iteration | 
| [in] | isostd | indicator of standard outlet 
 | 
| void cs_solve_navier_stokes_update_total_pressure | ( | const cs_mesh_t * | m, | 
| const cs_mesh_quantities_t * | mq, | ||
| const cs_fluid_properties_t * | fp | ||
| ) | 
Update total pressure (defined as a post-processed property).
For the compressible module, the solved pressure is already the total pressure.
Note: for Eddy Viscosity Models, the TKE may be included in the solved pressure.
| [in] | m | pointer to mesh structure | 
| [in] | mq | pointer to mesh quantities structure | 
| [in] | fp | pointer to fluid properties structure |