#include "cs_base.h"
#include "cs_domain.h"
Go to the source code of this file.
|
void | uialin (int *nalinf, int *nalimx, double *epalim) |
|
void | uialvm (void) |
|
void | uialcl (const int *const ibfixe, const int *const igliss, const int *const ivimpo, const int *const ifresf, int *const ialtyb, int *const impale, cs_real_3_t *disale, const int *const iuma, const int *const ivma, const int *const iwma, double *const rcodcl) |
|
void | uistr1 (cs_lnum_t *idfstr, const int *mbstru, double *aexxst, double *bexxst, double *cfopre, int *ihistr, double *xstr0, double *xstreq, double *vstr0) |
|
void | uistr2 (double *const xmstru, double *const xcstru, double *const xkstru, double *const forstr) |
|
void | uiaste (int *idfstr, int *asddlf) |
|
void | cs_gui_get_ale_viscosity_type (int *type) |
|
void | cs_gui_mesh_viscosity (void) |
|
void | cs_gui_mobile_mesh_get_boundaries (cs_domain_t *domain) |
| Translate the user settings for the domain boundaries into a structure storing the ALE boundaries (New mechanism used in CDO) More...
|
|
cs_real_t * | cs_gui_mobile_mesh_get_fixed_velocity (const char *label) |
| Return the fixed velocity for a boundary. More...
|
|
◆ cs_gui_get_ale_viscosity_type()
void cs_gui_get_ale_viscosity_type |
( |
int * |
type | ) |
|
◆ cs_gui_mesh_viscosity()
void cs_gui_mesh_viscosity |
( |
void |
| ) |
|
◆ cs_gui_mobile_mesh_get_boundaries()
void cs_gui_mobile_mesh_get_boundaries |
( |
cs_domain_t * |
domain | ) |
|
Translate the user settings for the domain boundaries into a structure storing the ALE boundaries (New mechanism used in CDO)
- Parameters
-
◆ cs_gui_mobile_mesh_get_fixed_velocity()
cs_real_t* cs_gui_mobile_mesh_get_fixed_velocity |
( |
const char * |
label | ) |
|
Return the fixed velocity for a boundary.
- Parameters
-
[in] | label | boundary condition label |
- Returns
- a pointer to an array of cs_real_t values
◆ uialcl()
void uialcl |
( |
const int *const |
ibfixe, |
|
|
const int *const |
igliss, |
|
|
const int *const |
ivimpo, |
|
|
const int *const |
ifresf, |
|
|
int *const |
ialtyb, |
|
|
int *const |
impale, |
|
|
cs_real_3_t * |
disale, |
|
|
const int *const |
iuma, |
|
|
const int *const |
ivma, |
|
|
const int *const |
iwma, |
|
|
double *const |
rcodcl |
|
) |
| |
◆ uialin()
void uialin |
( |
int * |
nalinf, |
|
|
int * |
nalimx, |
|
|
double * |
epalim |
|
) |
| |
◆ uialvm()
◆ uiaste()
void uiaste |
( |
int * |
idfstr, |
|
|
int * |
asddlf |
|
) |
| |
◆ uistr1()
void uistr1 |
( |
cs_lnum_t * |
idfstr, |
|
|
const int * |
mbstru, |
|
|
double * |
aexxst, |
|
|
double * |
bexxst, |
|
|
double * |
cfopre, |
|
|
int * |
ihistr, |
|
|
double * |
xstr0, |
|
|
double * |
xstreq, |
|
|
double * |
vstr0 |
|
) |
| |
◆ uistr2()
void uistr2 |
( |
double *const |
xmstru, |
|
|
double *const |
xcstru, |
|
|
double *const |
xkstru, |
|
|
double *const |
forstr |
|
) |
| |