programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
cs_volume_zone_t Struct Reference

#include <cs_volume_zone.h>

Collaboration diagram for cs_volume_zone_t:
Collaboration graph

Data Fields

const char * name
 
int id
 
int type
 
int location_id
 
cs_lnum_t n_cells
 
const cs_lnum_tcell_ids
 
bool time_varying
 
bool allow_overlay
 

Detailed Description

Volume zone description

Field Documentation

bool allow_overlay

allow overlaying of this zone ?

const cs_lnum_t* cell_ids

associated cell ids

int id

volume zone id

int location_id

associated mesh location id

cs_lnum_t n_cells

local number of associated cells

const char* name

zone name

bool time_varying

does the selected zone change with time ?

int type

volume zone type flag


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