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

#include <cs_zone.h>

Collaboration diagram for cs_zone_t:

Data Fields

const char * name
int id
int type
int location_id
cs_lnum_t n_elts
const cs_lnum_telt_ids
bool time_varying
bool allow_overlay
cs_gnum_t n_g_elts
cs_real_t measure
cs_real_t f_measure
cs_real_t boundary_measure
cs_real_t f_boundary_measure
cs_real_t cog [3]

Detailed Description

Zone description

Field Documentation

◆ allow_overlay

bool allow_overlay

allow overlaying of this zone ?

◆ boundary_measure

cs_real_t boundary_measure

Boundary geometrical measure of the zone

◆ cog

cs_real_t cog[3]

Center of gravity of the zone

◆ elt_ids

const cs_lnum_t* elt_ids

associated element ids

◆ f_boundary_measure

cs_real_t f_boundary_measure

Fluid boundary measure of the zone

◆ f_measure

cs_real_t f_measure

Fluid measure of the zone

◆ id

int id

boundary zone id

◆ location_id

int location_id

associated mesh location id

◆ measure

cs_real_t measure

Geometrical measure of the zone

◆ n_elts

cs_lnum_t n_elts

local number of elements

◆ n_g_elts

cs_gnum_t n_g_elts

global number of elements

◆ name

const char* name

zone name

◆ time_varying

bool time_varying

does the selected zone change with time ?

◆ type

int type

boundary zone type flag


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