8.3
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_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...
 

Function Documentation

◆ cs_solve_navier_stokes()

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.

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
[in]ckupdchead loss coefficients, if present
[in,out]travawork array for velocity-pressure coupling

◆ 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,
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.

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