![]() |
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 "mei_math_util.h"
#include "cs_base.h"
#include "cs_file.h"
#include "cs_gui_util.h"
#include "cs_gui_variables.h"
#include "cs_gui_boundary_conditions.h"
#include "cs_gui_specific_physics.h"
#include "cs_gui_mobile_mesh.h"
#include "cs_mesh.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_parameters.h"
#include "cs_partition.h"
#include "cs_prototypes.h"
#include "cs_timer.h"
#include "cs_physical_properties.h"
#include "cs_time_step.h"
#include "cs_gui.h"
Macros | |
#define | _XML_DEBUG_ 0 |
Functions | |
void | cs_gui_numerical_double_parameters (const char *const param, double *const keyword) |
void | uiinit (void) |
void | csther (int *itherm, int *itpscl) |
void | csturb (int *const iturb, int *const ideuch, int *const igrake, int *const igrari, double *const xlomlg) |
void | cscpva (int *const icp) |
void | csvvva (int *const iviscv) |
void | csnsca (int *const nscaus) |
void | uiscau (void) |
void | uithsc (int *const iscalt) |
void | csisca (int *iscavr, const int *itherm) |
void | csivis (int *const iscavr, int *const ivisls, int *const iscalt, int *const itherm, int *const itempk) |
void | csidtv (int *const idtvar) |
void | csiphy (int *const iphydr) |
void | cscfgp (int *const icfgrp) |
void | csisui (int *const ntsuit, int *const ileaux, int *const iccvfg) |
void | cstime (int *const inpdt0, int *const iptlro, int *const ntmabs, int *const idtvar, double *const dtref, double *const dtmin, double *const dtmax, double *const coumax, double *const foumax, double *const varrdt, double *const relxst) |
void | uinum1 (double *const blencv, int *const ischcv, int *const isstpc, int *const ircflu, double *const cdtvar, int *const nitmax, double *const epsilo, int *const iresol, int *const imgr, int *const nswrsm) |
void | csnum2 (int *const ivisse, double *const relaxp, int *const ipucou, double *const extrag, int *const imrgra, int *const nterup) |
void | csphys (const int *const nmodpp, int *const irovar, int *const ivivar, int *const icorio, double *const gx, double *const gy, double *const gz, double *const omegax, double *const omegay, double *const omegaz, double *const ro0, double *const viscl0, double *const viscv0, double *const visls0, double *const cp0, double *const t0, double *const p0, double *const xmasmr, int *const itempk, int *const itherm, int *const itpscl) |
void | cssca2 (const int *iscavr) |
void | cssca3 (const int *const itherm, const int *const iscalt, const int *const iscavr, double *const visls0, double *const t0, double *const p0, double *const cp0) |
void | cstini (double *const uref, double *const almax) |
void | uiipsu (int *iporos) |
void | uiporo (const int *ncelet, const int *iporos) |
void | uiprop (const int *const ivisls, const int *const ismago, const int *const iale, const int *const icp, const int *const iscavr) |
void | uimoyt (const int *const ndgmox, int *const ntdmom, int *const imoold, int *const idfmom) |
void | uitsnv (const cs_real_3_t *restrict vel, cs_real_3_t *restrict tsexp, cs_real_33_t *restrict tsimp) |
void | uitssc (const int *f_id, const cs_real_t *restrict pvar, cs_real_t *restrict tsexp, cs_real_t *restrict tsimp) |
void | uitsth (const int *f_id, const cs_real_t *restrict pvar, cs_real_t *restrict tsexp, cs_real_t *restrict tsimp) |
void | uiiniv (const int *ncelet, const int *isuite, int *iccfth, const cs_real_t *ro0, const cs_real_t *cp0, const cs_real_t *viscl0, const cs_real_t *uref, const cs_real_t *almax, const double *const xyzcen) |
void | uikpdc (const int *iappel, const int *ncelet, int ncepdp[], int icepdc[], double ckupdc[]) |
void | uiphyv (const cs_int_t *ncel, const cs_int_t *ncelet, const cs_int_t *itherm, const cs_int_t *icp, const cs_int_t ivisls[], const cs_int_t *irovar, const cs_int_t *ivivar, const cs_int_t *iscalt, const cs_int_t iscavr[], const cs_int_t *iviscv, const cs_int_t *itempk, const cs_real_t *p0, const cs_real_t *t0, const cs_real_t *ro0, const cs_real_t *cp0, const cs_real_t *viscl0, const cs_real_t *visls0, const cs_real_t *viscv0) |
void | uiprof (const int *const ncelet, const int *const ncel, const int *const ntmabs, const int *const ntcabs, const double *const ttcabs, const double *const ttmabs, const double *const ttpabs, const double *const xyzcen) |
void | memui1 (const int *const ncharb) |
int | gui_thermal_model (void) |
void | cs_gui_properties_value (const char *property_name, double *value) |
void | cs_gui_reference_initialization (const char *param, double *value) |
void | cs_gui_partition (void) |
void | cs_gui_parallel_io (void) |
void | cs_gui_clean_memory (void) |
void | cs_gui_usage_log (void) |
Variables | |
cs_var_t * | cs_glob_var = NULL |
cs_label_t * | cs_glob_label = NULL |
#define _XML_DEBUG_ 0 |
void cs_gui_clean_memory | ( | void | ) |
void cs_gui_numerical_double_parameters | ( | const char *const | param, |
double *const | keyword | ||
) |
void cs_gui_parallel_io | ( | void | ) |
void cs_gui_partition | ( | void | ) |
void cs_gui_properties_value | ( | const char * | property_name, |
double * | value | ||
) |
void cs_gui_reference_initialization | ( | const char * | param, |
double * | value | ||
) |
void cs_gui_usage_log | ( | void | ) |
void cscfgp | ( | int *const | icfgrp | ) |
void cscpva | ( | int *const | icp | ) |
void csidtv | ( | int *const | idtvar | ) |
void csiphy | ( | int *const | iphydr | ) |
void csisca | ( | int * | iscavr, |
const int * | itherm | ||
) |
void csisui | ( | int *const | ntsuit, |
int *const | ileaux, | ||
int *const | iccvfg | ||
) |
void csivis | ( | int *const | iscavr, |
int *const | ivisls, | ||
int *const | iscalt, | ||
int *const | itherm, | ||
int *const | itempk | ||
) |
void csnsca | ( | int *const | nscaus | ) |
void csnum2 | ( | int *const | ivisse, |
double *const | relaxp, | ||
int *const | ipucou, | ||
double *const | extrag, | ||
int *const | imrgra, | ||
int *const | nterup | ||
) |
void csphys | ( | const int *const | nmodpp, |
int *const | irovar, | ||
int *const | ivivar, | ||
int *const | icorio, | ||
double *const | gx, | ||
double *const | gy, | ||
double *const | gz, | ||
double *const | omegax, | ||
double *const | omegay, | ||
double *const | omegaz, | ||
double *const | ro0, | ||
double *const | viscl0, | ||
double *const | viscv0, | ||
double *const | visls0, | ||
double *const | cp0, | ||
double *const | t0, | ||
double *const | p0, | ||
double *const | xmasmr, | ||
int *const | itempk, | ||
int *const | itherm, | ||
int *const | itpscl | ||
) |
void cssca2 | ( | const int * | iscavr | ) |
void cssca3 | ( | const int *const | itherm, |
const int *const | iscalt, | ||
const int *const | iscavr, | ||
double *const | visls0, | ||
double *const | t0, | ||
double *const | p0, | ||
double *const | cp0 | ||
) |
void csther | ( | int * | itherm, |
int * | itpscl | ||
) |
void cstime | ( | int *const | inpdt0, |
int *const | iptlro, | ||
int *const | ntmabs, | ||
int *const | idtvar, | ||
double *const | dtref, | ||
double *const | dtmin, | ||
double *const | dtmax, | ||
double *const | coumax, | ||
double *const | foumax, | ||
double *const | varrdt, | ||
double *const | relxst | ||
) |
void cstini | ( | double *const | uref, |
double *const | almax | ||
) |
void csturb | ( | int *const | iturb, |
int *const | ideuch, | ||
int *const | igrake, | ||
int *const | igrari, | ||
double *const | xlomlg | ||
) |
void csvvva | ( | int *const | iviscv | ) |
int gui_thermal_model | ( | void | ) |
void memui1 | ( | const int *const | ncharb | ) |
void uiinit | ( | void | ) |
void uiiniv | ( | const int * | ncelet, |
const int * | isuite, | ||
int * | iccfth, | ||
const cs_real_t * | ro0, | ||
const cs_real_t * | cp0, | ||
const cs_real_t * | viscl0, | ||
const cs_real_t * | uref, | ||
const cs_real_t * | almax, | ||
const double *const | xyzcen | ||
) |
void uiipsu | ( | int * | iporos | ) |
void uikpdc | ( | const int * | iappel, |
const int * | ncelet, | ||
int | ncepdp[], | ||
int | icepdc[], | ||
double | ckupdc[] | ||
) |
void uimoyt | ( | const int *const | ndgmox, |
int *const | ntdmom, | ||
int *const | imoold, | ||
int *const | idfmom | ||
) |
void uinum1 | ( | double *const | blencv, |
int *const | ischcv, | ||
int *const | isstpc, | ||
int *const | ircflu, | ||
double *const | cdtvar, | ||
int *const | nitmax, | ||
double *const | epsilo, | ||
int *const | iresol, | ||
int *const | imgr, | ||
int *const | nswrsm | ||
) |
void uiphyv | ( | const cs_int_t * | ncel, |
const cs_int_t * | ncelet, | ||
const cs_int_t * | itherm, | ||
const cs_int_t * | icp, | ||
const cs_int_t | ivisls[], | ||
const cs_int_t * | irovar, | ||
const cs_int_t * | ivivar, | ||
const cs_int_t * | iscalt, | ||
const cs_int_t | iscavr[], | ||
const cs_int_t * | iviscv, | ||
const cs_int_t * | itempk, | ||
const cs_real_t * | p0, | ||
const cs_real_t * | t0, | ||
const cs_real_t * | ro0, | ||
const cs_real_t * | cp0, | ||
const cs_real_t * | viscl0, | ||
const cs_real_t * | visls0, | ||
const cs_real_t * | viscv0 | ||
) |
void uiporo | ( | const int * | ncelet, |
const int * | iporos | ||
) |
void uiprof | ( | const int *const | ncelet, |
const int *const | ncel, | ||
const int *const | ntmabs, | ||
const int *const | ntcabs, | ||
const double *const | ttcabs, | ||
const double *const | ttmabs, | ||
const double *const | ttpabs, | ||
const double *const | xyzcen | ||
) |
void uiprop | ( | const int *const | ivisls, |
const int *const | ismago, | ||
const int *const | iale, | ||
const int *const | icp, | ||
const int *const | iscavr | ||
) |
void uiscau | ( | void | ) |
void uithsc | ( | int *const | iscalt | ) |
void uitsnv | ( | const cs_real_3_t *restrict | vel, |
cs_real_3_t *restrict | tsexp, | ||
cs_real_33_t *restrict | tsimp | ||
) |
void uitssc | ( | const int * | f_id, |
const cs_real_t *restrict | pvar, | ||
cs_real_t *restrict | tsexp, | ||
cs_real_t *restrict | tsimp | ||
) |
void uitsth | ( | const int * | f_id, |
const cs_real_t *restrict | pvar, | ||
cs_real_t *restrict | tsexp, | ||
cs_real_t *restrict | tsimp | ||
) |
cs_label_t* cs_glob_label = NULL |
cs_var_t* cs_glob_var = NULL |