programmer's documentation
Functions
cs_gui.h File Reference
#include "cs_base.h"
Include dependency graph for cs_gui.h:

Go to the source code of this file.

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 uiphyv (const cs_int_t *iviscv, const cs_int_t *itempk, const cs_real_t *visls0, const cs_real_t *viscv0)
 
void uikpdc (const int *iappel, int *ncepdp, int icepdc[], double ckupdc[])
 
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_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)
 

Function Documentation

void cs_gui_finalize ( void  )
void cs_gui_init ( void  )
void cs_gui_linear_solvers ( void  )
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 
)
void uitsth ( const int *  f_id,
const cs_real_t *restrict  pvar,
cs_real_t *restrict  tsexp,
cs_real_t *restrict  tsimp 
)