#include "cs_defs.h"
Go to the source code of this file.
Functions | |
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, const cs_real_t gxyz[3]) |
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[], const cs_real_t ckupdc[][6], cs_real_3_t *trava) |
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 | ( | const int | iterns, |
int * | icvrge, | ||
const int | itrale, | ||
const int | isostd[], | ||
const cs_real_t | ckupdc[][6], | ||
cs_real_3_t * | trava | ||
) |
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
|
[in] | ckupdc | head loss coefficients, if present |
[in,out] | trava | work array for velocity-pressure coupling |
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, | ||
const cs_real_t | gxyz[3] | ||
) |
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 |
[in] | gxyz | gravity |