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 |
Source term for the mass equation | |
cs_real_t | mass_rhs |
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.
cs_boundary_type_t* bf_type |
Type of boundary to apply to each face.
Array of size n_fc. Zero is set for interior faces.
cs_real_t* div_op |
Cell-wise divergence operator (in fact div_op = -|c| div). This operator is stored in an array of size 3*n_fc
cs_real_t mass_rhs |
Value of the rhs dedicated to the mass equation
cs_real_t* 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.
cs_real_t rho_c |
Value of the mass density for the current cell