1#ifndef __CS_SOLVE_NAVIER_STOKES_H__
2#define __CS_SOLVE_NAVIER_STOKES_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:359
#define END_C_DECLS
Definition: cs_defs.h:543
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).
Definition: cs_solve_navier_stokes.cpp:3575
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....
Definition: cs_solve_navier_stokes.cpp:3669
Fluid properties descriptor.
Definition: cs_physical_constants.h:61
Definition: cs_mesh_quantities.h:92