![]() |
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_field.h"
#include "cs_field_pointer.h"
#include "cs_file.h"
#include "cs_log.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_multigrid.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_partition.h"
#include "cs_prototypes.h"
#include "cs_rotation.h"
#include "cs_timer.h"
#include "cs_time_moment.h"
#include "cs_thermal_model.h"
#include "cs_physical_properties.h"
#include "cs_time_step.h"
#include "cs_turbomachinery.h"
#include "cs_sles.h"
#include "cs_sles_it.h"
#include "cs_turbulence_model.h"
#include "cs_wall_functions.h"
#include "cs_physical_constants.h"
#include "cs_stokes_model.h"
#include "cs_gui.h"
Functions | |
void | csther (void) |
void | csturb (void) |
void | cscpva (void) |
void | csvvva (int *iviscv) |
void | uithsc (void) |
void | csivis (void) |
void | csidtv (void) |
void | csiphy (void) |
void | cscfgp (int *icfgrp) |
void | csisui (int *ntsuit, int *ileaux, int *iccvfg) |
void | cstime (void) |
void | uinum1 (double *blencv, int *ischcv, int *isstpc, int *ircflu, double *cdtvar, double *epsilo, int *nswrsm) |
void | csnum2 (double *relaxp, double *extrag, int *imrgra) |
void | csphys (const int *nmodpp, double *viscv0, double *visls0, const int *itempk) |
void | cssca2 (int *iturt) |
void | cssca3 (double *visls0) |
void | cstini (void) |
void | uiipsu (int *iporos) |
void | uiporo (const int *iporos) |
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 *isuite, const int *idarcy, int *iccfth) |
void | uikpdc (const int *iappel, int ncepdp[], int icepdc[], double ckupdc[]) |
void | uiphyv (const cs_int_t *iviscv, const cs_int_t *itempk, const cs_real_t *visls0, const cs_real_t *viscv0) |
void | uiprof (void) |
void | uidapp (const cs_int_t *permeability, const cs_int_t *diffusion, const cs_int_t *gravity, const double *gravity_x, const double *gravity_y, const double *gravity_z) |
void | memui1 (const int *ncharb) |
void | cs_gui_init (void) |
void | cs_gui_finalize (void) |
void | cs_gui_linear_solvers (void) |
void | cs_gui_numerical_double_parameters (const char *param, double *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) |
int | cs_gui_thermal_model (void) |
void | cs_gui_time_moments (void) |
void | cs_gui_turbomachinery (void) |
void | cs_gui_turbomachinery_rotor (void) |
void | cs_gui_usage_log (void) |
void | cs_gui_user_scalar_labels (void) |
void | cs_gui_user_variables (void) |
void cs_gui_finalize | ( | void | ) |
void cs_gui_init | ( | void | ) |
void cs_gui_linear_solvers | ( | void | ) |
void cs_gui_numerical_double_parameters | ( | const char * | param, |
double * | 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 | ||
) |
int cs_gui_thermal_model | ( | void | ) |
void cs_gui_time_moments | ( | void | ) |
void cs_gui_turbomachinery | ( | void | ) |
void cs_gui_turbomachinery_rotor | ( | void | ) |
void cs_gui_usage_log | ( | void | ) |
void cs_gui_user_scalar_labels | ( | void | ) |
void cs_gui_user_variables | ( | void | ) |
void cscfgp | ( | int * | icfgrp | ) |
void cscpva | ( | void | ) |
void csidtv | ( | void | ) |
void csiphy | ( | void | ) |
void csisui | ( | int * | ntsuit, |
int * | ileaux, | ||
int * | iccvfg | ||
) |
void csivis | ( | void | ) |
void csnum2 | ( | double * | relaxp, |
double * | extrag, | ||
int * | imrgra | ||
) |
void csphys | ( | const int * | nmodpp, |
double * | viscv0, | ||
double * | visls0, | ||
const int * | itempk | ||
) |
void cssca2 | ( | int * | iturt | ) |
void cssca3 | ( | double * | visls0 | ) |
void csther | ( | void | ) |
void cstime | ( | void | ) |
void cstini | ( | void | ) |
void csturb | ( | void | ) |
void csvvva | ( | int * | iviscv | ) |
void memui1 | ( | const int * | ncharb | ) |
void uidapp | ( | const cs_int_t * | permeability, |
const cs_int_t * | diffusion, | ||
const cs_int_t * | gravity, | ||
const double * | gravity_x, | ||
const double * | gravity_y, | ||
const double * | gravity_z | ||
) |
void uiiniv | ( | const int * | isuite, |
const int * | idarcy, | ||
int * | iccfth | ||
) |
void uiipsu | ( | int * | iporos | ) |
void uikpdc | ( | const int * | iappel, |
int | ncepdp[], | ||
int | icepdc[], | ||
double | ckupdc[] | ||
) |
void uinum1 | ( | double * | blencv, |
int * | ischcv, | ||
int * | isstpc, | ||
int * | ircflu, | ||
double * | cdtvar, | ||
double * | epsilo, | ||
int * | nswrsm | ||
) |
void uiphyv | ( | const cs_int_t * | iviscv, |
const cs_int_t * | itempk, | ||
const cs_real_t * | visls0, | ||
const cs_real_t * | viscv0 | ||
) |
void uiporo | ( | const int * | iporos | ) |
void uiprof | ( | void | ) |
void uithsc | ( | void | ) |
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 | ||
) |