8.1
general documentation
cs_cdofb_navsto_builder_t Struct Reference

Structure storing additional arrays related to the building of the Navier-Stokes system. More...

#include <cs_cdofb_navsto.h>

+ Collaboration diagram for cs_cdofb_navsto_builder_t:

Data Fields

cs_real_t rho_c
 
Operator(s)
cs_real_tdiv_op
 
Source term for the mass equation
cs_real_t mass_rhs
 
Boundary conditions
cs_boundary_type_tbf_type
 
cs_real_tpressure_bc_val
 

Detailed Description

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.

Field Documentation

◆ bf_type

bf_type

Type of boundary to apply to each face.

Array of size n_fc. Zero is set for interior faces.

◆ div_op

div_op

Cell-wise divergence operator (in fact div_op = -|c| div). This operator is stored in an array of size 3*n_fc

◆ mass_rhs

mass_rhs

Value of the rhs dedicated to the mass equation

◆ pressure_bc_val

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

rho_c

Value of the mass density for the current cell


The documentation for this struct was generated from the following file: