9.0
general documentation
Loading...
Searching...
No Matches
cs_adv_field_t Struct Reference

#include <cs_advection_field.h>

Collaboration diagram for cs_adv_field_t:

Data Fields

int id
char *restrict name
cs_advection_field_status_t status
cs_flag_t post_flag
int vtx_field_id
int cell_field_id
int bdy_field_id
int int_field_id
cs_xdef_tdefinition
int n_bdy_flux_defs
cs_xdef_t ** bdy_flux_defs
short int * bdy_def_ids

Field Documentation

◆ bdy_def_ids

short int* bdy_def_ids

◆ bdy_field_id

int 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

cs_xdef_t** bdy_flux_defs

Array of pointers to the definitions of the normal flux at the boundary

◆ cell_field_id

int 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

cs_xdef_t* 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 id

identification number

◆ int_field_id

int 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

int n_bdy_flux_defs

Number of definitions related to the normal flux at the boundary

◆ name

char* restrict name

name of the advection field

◆ post_flag

cs_flag_t post_flag

short descriptor dedicated to postprocessing

◆ status

category (user, navsto, gwf...) and type (velocity, flux...) of the advection field

◆ vtx_field_id

int 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: