Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Enumerations | Functions | Variables
cs_gui_boundary_conditions.h File Reference
#include "mei_evaluate.h"
#include "cs_base.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cs_val_t
 
struct  cs_meteo_t
 
struct  cs_boundary_t
 

Enumerations

enum  cs_boundary_value_t {
  DIRICHLET, FLOW1, HYDRAULIC_DIAMETER, TURBULENT_INTENSITY,
  NEUMANN, COEF_ECHANGE, COALFLOW, WALL_FUNCTION,
  DIRICHLET_FORMULA, NEUMANN_FORMULA, COEF_ECHANGE_FORMULA
}
 

Functions

void uiclim (const int *const ntcabs, const int *const nfabor, const int *const nozppm, const int *const ncharm, const int *const ncharb, const int *const nclpch, const int *const iindef, const int *const ientre, const int *const iesicf, const int *const isspcf, const int *const ierucf, const int *const isopcf, const int *const iparoi, const int *const iparug, const int *const isymet, const int *const isolib, const int *isca, const int *const ipr, const int *const irho, const int *const itempk, const int *const ienerg, int *const iqimp, int *const icalke, int *const ientat, int *const ientcp, int *const inmoxy, int *const ientox, int *const ientfu, int *const ientgf, int *const ientgb, int *const iprofm, int *const itypfb, int *const izfppp, int *const icodcl, double *const dtref, double *const ttcabs, double *const surfbo, double *const cdgfbo, double *const qimp, double *const qimpat, double *const qimpcp, double *const dh, double *const xintur, double *const timpat, double *const timpcp, double *const tkent, double *const fment, double *const distch, double *const rcodcl)
 
void uiclve (const int *const nfabor, const int *const nozppm, const int *const iindef, const int *const ientre, const int *const iesicf, const int *const ierucf, const int *const isspcf, const int *const isopcf, const int *const iparoi, const int *const iparug, const int *const isymet, const int *const isolib, int *const itypfb, int *const izfppp)
 
int cs_gui_boundary_zones_number (void)
 
char * cs_gui_boundary_zone_nature (int ith_zone)
 
char * cs_gui_boundary_zone_label (int ith_zone)
 
int cs_gui_boundary_zone_number (int ith_zone)
 
char * cs_gui_boundary_zone_localization (const char *label)
 
int * cs_gui_get_faces_list (int izone, const char *label, int nfabor, int nozppm, int *faces)
 
void cs_gui_boundary_conditions_free_memory (const int *ncharb)
 

Variables

cs_boundary_tboundaries
 

Enumeration Type Documentation

Enumerator
DIRICHLET 
FLOW1 
HYDRAULIC_DIAMETER 
TURBULENT_INTENSITY 
NEUMANN 
COEF_ECHANGE 
COALFLOW 
WALL_FUNCTION 
DIRICHLET_FORMULA 
NEUMANN_FORMULA 
COEF_ECHANGE_FORMULA 

Function Documentation

void cs_gui_boundary_conditions_free_memory ( const int *  ncharb)

Here is the call graph for this function:

char* cs_gui_boundary_zone_label ( int  ith_zone)

Here is the call graph for this function:

char* cs_gui_boundary_zone_localization ( const char *  label)

Here is the call graph for this function:

char* cs_gui_boundary_zone_nature ( int  ith_zone)

Here is the call graph for this function:

int cs_gui_boundary_zone_number ( int  ith_zone)

Here is the call graph for this function:

int cs_gui_boundary_zones_number ( void  )

Here is the call graph for this function:

int* cs_gui_get_faces_list ( int  izone,
const char *  label,
int  nfabor,
int  nozppm,
int *  faces 
)

Here is the call graph for this function:

void uiclim ( const int *const  ntcabs,
const int *const  nfabor,
const int *const  nozppm,
const int *const  ncharm,
const int *const  ncharb,
const int *const  nclpch,
const int *const  iindef,
const int *const  ientre,
const int *const  iesicf,
const int *const  isspcf,
const int *const  ierucf,
const int *const  isopcf,
const int *const  iparoi,
const int *const  iparug,
const int *const  isymet,
const int *const  isolib,
const int *  isca,
const int *const  ipr,
const int *const  irho,
const int *const  itempk,
const int *const  ienerg,
int *const  iqimp,
int *const  icalke,
int *const  ientat,
int *const  ientcp,
int *const  inmoxy,
int *const  ientox,
int *const  ientfu,
int *const  ientgf,
int *const  ientgb,
int *const  iprofm,
int *const  itypfb,
int *const  izfppp,
int *const  icodcl,
double *const  dtref,
double *const  ttcabs,
double *const  surfbo,
double *const  cdgfbo,
double *const  qimp,
double *const  qimpat,
double *const  qimpcp,
double *const  dh,
double *const  xintur,
double *const  timpat,
double *const  timpcp,
double *const  tkent,
double *const  fment,
double *const  distch,
double *const  rcodcl 
)

Here is the call graph for this function:

void uiclve ( const int *const  nfabor,
const int *const  nozppm,
const int *const  iindef,
const int *const  ientre,
const int *const  iesicf,
const int *const  ierucf,
const int *const  isspcf,
const int *const  isopcf,
const int *const  iparoi,
const int *const  iparug,
const int *const  isymet,
const int *const  isolib,
int *const  itypfb,
int *const  izfppp 
)

Here is the call graph for this function:

Variable Documentation

cs_boundary_t* boundaries