![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_selector.h"
#include "mei_evaluate.h"
#include "cs_base.h"
#include "cs_boundary_conditions.h"
#include "cs_boundary_zone.h"
#include "cs_parameters.h"
#include "cs_gui_util.h"
#include "cs_gui.h"
#include "cs_gui_specific_physics.h"
#include "cs_gui_variables.h"
#include "cs_mesh.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_physical_model.h"
#include "cs_prototypes.h"
#include "cs_thermal_model.h"
#include "cs_timer.h"
#include "cs_turbulence_model.h"
#include "cs_parall.h"
#include "cs_elec_model.h"
#include "cs_gui_boundary_conditions.h"
Functions | |
void | uiclim (const int *idarcy, const int *nozppm, const int *ncharm, const int *ncharb, const int *nclpch, int *iqimp, int *icalke, int *ientat, int *ientcp, int *inmoxy, int *ientox, int *ientfu, int *ientgf, int *ientgb, int *iprofm, int *iautom, int *itypfb, int *izfppp, int *icodcl, double *surfbo, double *cdgfbo, double *qimp, double *qimpat, double *qimpcp, double *dh, double *xintur, double *timpat, double *timpcp, double *tkent, double *fment, double *distch, int *nvar, double *rcodcl) |
void | uiclve (const int *nozppm, const int *iale, int *itypfb, int *izfppp) |
int | cs_gui_boundary_zones_number (void) |
char * | cs_gui_boundary_zone_nature (const int ith_zone) |
char * | cs_gui_boundary_zone_label (const int ith_zone) |
int | cs_gui_boundary_zone_number (const int ith_zone) |
char * | cs_gui_boundary_zone_localization (const char *label) |
const cs_lnum_t * | cs_gui_get_boundary_faces (const char *label, cs_lnum_t *n_faces) |
void | cs_gui_boundary_conditions_free_memory (const int *ncharb) |
void cs_gui_boundary_conditions_free_memory | ( | const int * | ncharb | ) |
char* cs_gui_boundary_zone_label | ( | const int | ith_zone | ) |
char* cs_gui_boundary_zone_localization | ( | const char * | label | ) |
char* cs_gui_boundary_zone_nature | ( | const int | ith_zone | ) |
int cs_gui_boundary_zone_number | ( | const int | ith_zone | ) |
int cs_gui_boundary_zones_number | ( | void | ) |
void uiclim | ( | const int * | idarcy, |
const int * | nozppm, | ||
const int * | ncharm, | ||
const int * | ncharb, | ||
const int * | nclpch, | ||
int * | iqimp, | ||
int * | icalke, | ||
int * | ientat, | ||
int * | ientcp, | ||
int * | inmoxy, | ||
int * | ientox, | ||
int * | ientfu, | ||
int * | ientgf, | ||
int * | ientgb, | ||
int * | iprofm, | ||
int * | iautom, | ||
int * | itypfb, | ||
int * | izfppp, | ||
int * | icodcl, | ||
double * | surfbo, | ||
double * | cdgfbo, | ||
double * | qimp, | ||
double * | qimpat, | ||
double * | qimpcp, | ||
double * | dh, | ||
double * | xintur, | ||
double * | timpat, | ||
double * | timpcp, | ||
double * | tkent, | ||
double * | fment, | ||
double * | distch, | ||
int * | nvar, | ||
double * | rcodcl | ||
) |
void uiclve | ( | const int * | nozppm, |
const int * | iale, | ||
int * | itypfb, | ||
int * | izfppp | ||
) |