Structure storing additional arrays related to the building of the Navier-Stokes system. More...
#include <cs_cdofb_navsto.h>
Data Fields | |
cs_real_t | rho_c |
Operator(s) | |
cs_real_t * | div_op |
Boundary conditions | |
cs_boundary_type_t * | bf_type |
cs_real_t * | pressure_bc_val |
Structure storing additional arrays related to the building of the Navier-Stokes system.
This structure is associated to a cell-wise building in case of CDO face-based scheme.
bf_type |
Type of boundary to apply to each face.
Array of size n_fc. Zero is set for interior faces.
div_op |
Cell-wise divergence operator (in fact div_op = -|c| div). This operator is stored in an array of size 3*n_fc
pressure_bc_val |
Store the value of the pressure on boundary faces.
Array of size n_fc. Only useful if a Dirichlet boundary condition is set on a boundary face.
rho_c |
Value of the mass density for the current cell