#include <cs_advection_field.h>
◆ bdy_def_ids
◆ bdy_field_id
id to retrieve the related cs_field_t structure corresponding to the value of the normal flux across boundary faces. It's always defined since it's used for dealing with the boundary conditions. 
 
 
◆ bdy_flux_defs
Array of pointers to the definitions of the normal flux at the boundary 
 
 
◆ cell_field_id
id to retrieve the related cs_field_t structure. It's always defined since it's used during the building of the advection scheme 
 
 
◆ definition
pointer to the generic structure used to define the advection field. We assume that only one definition is available (i.e. there is a unique zone related to "cells"). 
 
 
◆ id
◆ int_field_id
id to retrieve the related cs_field_t structure corresponding to the value of the normal flux across interior faces. It's always defined when the advection field arise from the resolution of the Navier-Stokes system with the legacy FV solver. 
 
 
◆ n_bdy_flux_defs
Number of definitions related to the normal flux at the boundary 
 
 
◆ name
name of the advection field 
 
 
◆ post_flag
short descriptor dedicated to postprocessing 
 
 
◆ status
category (user, navsto, gwf...) and type (velocity, flux...) of the advection field 
 
 
◆ vtx_field_id
id to retrieve the related cs_field_t structure (-1 if not used) 
 
 
The documentation for this struct was generated from the following file: