8.1
general documentation
cs_solve_navier_stokes.h File Reference
#include "cs_defs.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...
 

Function Documentation

◆ cs_solve_navier_stokes()

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.

Parameters
[in]iternsindex of the iteration on Navier-Stokes
[in]icvrgeconvergence indicator
[in]itralenumber of the current ALE iteration
[in]isostdindicator of standard outlet
  • index of the reference face

◆ cs_solve_navier_stokes_update_total_pressure()

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.

Parameters
[in]mpointer to mesh structure
[in]mqpointer to mesh quantities structure
[in]fppointer to fluid properties structure